Searched defs:layerBounds (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerClipper.cpp | 182 LayoutRect layerBounds; in childrenClipRect() local 194 LayoutRect layerBounds; in localClipRect() local 210 …teRects(const ClipRectsContext& context, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds, in calculateRects()
|
D | LayerFragment.h | 66 LayoutRect layerBounds; member
|
D | RenderTreeAsText.cpp | 507 …const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, c… in write() 587 LayoutRect layerBounds; in writeLayers() local
|
D | RenderLayerScrollableArea.cpp | 1384 LayoutRect layerBounds(0, 0, box().clientWidth(), box().clientHeight()); in exposeRect() local
|
D | RenderLayer.cpp | 2779 …ontents(const HitTestRequest& request, HitTestResult& result, const LayoutRect& layerBounds, const… in hitTestContents() argument 3027 bool RenderLayer::intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect,… in intersectsDamageRect() argument
|
/external/chromium_org/third_party/skia/tests/ |
D | PictureStateTreeTest.cpp | 39 SkRect layerBounds = SkRect::MakeXYWH(0, 0, 90, 90); in draw_scene() local
|
D | CanvasStateTest.cpp | 209 SkRect layerBounds = SkRect::Make(layerRect); in DEF_TEST() local
|
/external/skia/tests/ |
D | PictureStateTreeTest.cpp | 39 SkRect layerBounds = SkRect::MakeXYWH(0, 0, 90, 90); in draw_scene() local
|
D | CanvasStateTest.cpp | 142 SkRect layerBounds = SkRect::Make(layerRect); in test_complex_clips() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositingLayerAssigner.cpp | 265 IntRect layerBounds = layer->clippedAbsoluteBoundingBox(); in assignLayersToBackingsInternal() local
|
D | CompositedLayerMapping.cpp | 854 …IntRect layerBounds = pixelSnappedIntRect(toLayoutPoint(m_owningLayer.subpixelAccumulation()), bor… in updateTransformGeometry() local
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 1150 …SkRect layerBounds = SkRect::MakeWH(std::max(deviceDest.width(), sourceBounds.width()), std::max(d… in drawPicture() local
|