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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 209 SkRect backgroundRect;
210 backgroundRect.fLeft = origin.x() - startX;
211 backgroundRect.fTop = origin.y() - startY;
212 backgroundRect.fRight = backgroundRect.fLeft + getWidth() * nbX;
213 backgroundRect.fBottom = backgroundRect.fTop + getHeight() * nbY;
215 0, &backgroundRect, 1.0, true);
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
RenderLayer.h 391 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = false,
    [all...]
RenderLayerCompositor.cpp     [all...]

Completed in 61 milliseconds