OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalRect
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
RasterRenderer.cpp
90
renderInfo.
invalRect
->width(), renderInfo.
invalRect
->height());
112
canvas->translate(-renderInfo.
invalRect
->fLeft, -renderInfo.
invalRect
->fTop);
GaneshRenderer.cpp
131
// set the clip to our
invalRect
132
SkRect clipRect = SkRect::MakeLTRB(renderInfo.
invalRect
->fLeft,
133
renderInfo.
invalRect
->fTop,
134
renderInfo.
invalRect
->fRight,
135
renderInfo.
invalRect
->fBottom);
GLWebViewState.cpp
221
// find which tiles fall within the
invalRect
and mark them as dirty
228
XLOG("intermediate
invalRect
(%d, %d, %d, %d) after unite with rect %d %d %d %d", m_frameworkInval.x(),
406
bool GLWebViewState::drawGL(IntRect& rect, SkRect& viewport, IntRect*
invalRect
,
505
invalRect
->setX(inval.x());
506
invalRect
->setY(inval.y());
507
invalRect
->setWidth(inval.width());
508
invalRect
->setHeight(inval.height());
510
XLOG("
invalRect
(%d, %d, %d, %d)", inval.x(),
513
if (!
invalRect
->intersects(rect)) {
520
invalRect
->setX(0)
[
all
...]
BaseRenderer.h
52
SkIRect*
invalRect
;
TiledPage.h
96
void invalidateRect(const IntRect&
invalRect
, const unsigned int pictureCount);
GLWebViewState.h
211
bool drawGL(IntRect& rect, SkRect& viewport, IntRect*
invalRect
,
BaseRenderer.cpp
146
canvas.drawIRect(*renderInfo.
invalRect
, invalPaint);
BaseTile.cpp
422
renderInfo.
invalRect
= &finalRealRect;
436
renderInfo.
invalRect
= ▭
GLUtils.cpp
381
const int x = renderInfo->
invalRect
->fLeft;
382
const int y = renderInfo->
invalRect
->fTop;
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
269
Rect
invalRect
= new Rect(mDrawRect);
283
invalRect
.union(mDrawRect);
284
invalRect
.inset(-10, -10);
285
mContext.invalidate(
invalRect
);
/external/webkit/Source/WebKit/android/nav/
WebView.cpp
523
bool drawGL(WebCore::IntRect& viewRect, WebCore::IntRect*
invalRect
, WebCore::IntRect& webViewRect,
587
bool ret = m_glWebViewState->drawGL(viewRect, visibleRect,
invalRect
,
[
all
...]
Completed in 275 milliseconds