HomeSort by relevance Sort by last modified time
    Searched refs:invalRect (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
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);
RasterRenderer.cpp 116 canvas->translate(-renderInfo.invalRect->fLeft, -renderInfo.invalRect->fTop);
BaseRenderer.h 52 SkIRect* invalRect;
TiledPage.h 96 void invalidateRect(const IntRect& invalRect, const unsigned int pictureCount);
GLWebViewState.cpp 186 // find which tiles fall within the invalRect and mark them as dirty
193 XLOG("intermediate invalRect(%d, %d, %d, %d) after unite with rect %d %d %d %d", m_frameworkInval.x(),
447 bool GLWebViewState::drawGL(IntRect& rect, SkRect& viewport, IntRect* invalRect,
553 invalRect->setX(inval.x());
554 invalRect->setY(inval.y());
555 invalRect->setWidth(inval.width());
556 invalRect->setHeight(inval.height());
558 XLOG("invalRect(%d, %d, %d, %d)", inval.x(),
561 if (!invalRect->intersects(rect)) {
568 invalRect->setX(0)
    [all...]
GLWebViewState.h 215 bool drawGL(IntRect& rect, SkRect& viewport, IntRect* invalRect,
BaseRenderer.cpp 144 canvas.drawIRect(*renderInfo.invalRect, invalPaint);
BaseTile.cpp 447 renderInfo.invalRect = &finalRealRect;
461 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 449 bool drawGL(WebCore::IntRect& viewRect, WebCore::IntRect* invalRect,
510 bool ret = m_glWebViewState->drawGL(viewRect, m_visibleRect, invalRect,
    [all...]

Completed in 232 milliseconds