Home
last modified time | relevance | path

Searched refs:backgroundRect (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.cpp209 SkRect backgroundRect; in drawSimpleQuad() local
210 backgroundRect.fLeft = origin.x() - startX; in drawSimpleQuad()
211 backgroundRect.fTop = origin.y() - startY; in drawSimpleQuad()
212 backgroundRect.fRight = backgroundRect.fLeft + getWidth() * nbX; in drawSimpleQuad()
213 backgroundRect.fBottom = backgroundRect.fTop + getHeight() * nbY; in drawSimpleQuad()
215 0, &backgroundRect, 1.0, true); in drawSimpleQuad()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3482 IntRect backgroundRect; in scrollTo() local
3486backgroundRect = renderer()->style()->position() == FixedPosition ? parentRects.fixedClipRect() : in scrollTo()
3492backgroundRect.move(view->frameView()->scrollXForFixedPosition(), view->frameView()->scrollYForFix… in scrollTo()
3494 return backgroundRect; in scrollTo()
3498 … IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, in scrollTo() argument
3502 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects, relevancy); in scrollTo()
3503 backgroundRect.intersect(paintDirtyRect); in scrollTo()
3505 backgroundRect = paintDirtyRect; in scrollTo()
3507 foregroundRect = backgroundRect; in scrollTo()
3508 outlineRect = backgroundRect; in scrollTo()
[all …]
DRenderLayer.h391 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …
DRenderLayerCompositor.cpp1506 IntRect backgroundRect = layer->backgroundClipRect(computeClipRoot, true); local
1507 return backgroundRect != PaintInfo::infiniteRect();