/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LayerFragment.h | 43 layerBounds = bounds; in setRects() 51 layerBounds.moveBy(offset); in moveBy() 66 LayoutRect layerBounds; member
|
D | RenderLayerClipper.cpp | 182 LayoutRect layerBounds; in childrenClipRect() local 186 …calculateRects(context, m_renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, fo… in childrenClipRect() 194 LayoutRect layerBounds; in localClipRect() local 197 …calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, ou… in localClipRect() 210 …teRects(const ClipRectsContext& context, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds, in calculateRects() argument 231 layerBounds = LayoutRect(offset, m_renderer.layer()->size()); in calculateRects()
|
D | RenderTreeAsText.cpp | 507 …const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, c… in write() argument 510 IntRect adjustedLayoutBounds = pixelSnappedIntRect(layerBounds); in write() 587 LayoutRect layerBounds; in writeLayers() local 589 …eRects(ClipRectsContext(rootLayer, UncachedClipRects), paintDirtyRect, layerBounds, damageRect, cl… in writeLayers() 593 …layerBounds.setSize(layer->size().expandedTo(pixelSnappedIntSize(layer->renderBox()->maxLayoutOver… in writeLayers() 598 …vior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(layerBounds, damageRect.rec… in writeLayers() 603 …write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), Laye… in writeLayers() 617 …write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), pain… in writeLayers()
|
D | RenderLayerClipper.h | 115 … calculateRects(const ClipRectsContext&, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds,
|
D | RenderLayer.cpp | 1996 …clipper().calculateRects(clipRectsContext, dirtyRect, fragment.layerBounds, fragment.backgroundRec… in collectFragments() 2073 …fragment.shouldPaintContent &= intersectsDamageRect(fragment.layerBounds, fragment.backgroundRect.… in updatePaintingInfoForFragments() 2143 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPi… in paintBackgroundForFragments() 2199 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPi… in paintForegroundForFragmentsWithPhase() 2217 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPi… in paintOutlineForFragments() 2236 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPi… in paintMaskForFragments() 2256 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPi… in paintChildClippingMaskForFragments() 2269 …eArea->paintOverflowControls(context, roundedIntPoint(toPoint(fragment.layerBounds.location() - re… in paintOverflowControlsForFragments() 2705 if (hitTestContents(request, result, fragment.layerBounds, hitTestLocation, hitTestFilter)) in hitTestContentsForFragments() 2779 …onst HitTestRequest& request, HitTestResult& result, const LayoutRect& layerBounds, const HitTestL… in hitTestContents() argument [all …]
|
D | RenderLayer.h | 236 …bool intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const Rende… 608 …bool hitTestContents(const HitTestRequest&, HitTestResult&, const LayoutRect& layerBounds, const H…
|
D | RenderLayerScrollableArea.cpp | 1221 …cts(hitTestLocation) && resizerCornerRect(pixelSnappedIntRect(fragment.layerBounds), ResizerForPoi… in hitTestResizerInFragments() 1384 LayoutRect layerBounds(0, 0, box().clientWidth(), box().clientHeight()); in exposeRect() local 1385 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); in exposeRect()
|
/external/chromium_org/third_party/skia/tests/ |
D | PictureStateTreeTest.cpp | 39 SkRect layerBounds = SkRect::MakeXYWH(0, 0, 90, 90); in draw_scene() local 40 canvas->saveLayer(&layerBounds, NULL); in draw_scene() 42 canvas->clipRect(layerBounds); in draw_scene()
|
D | CanvasStateTest.cpp | 209 SkRect layerBounds = SkRect::Make(layerRect); in DEF_TEST() local 210 canvas.saveLayerAlpha(&layerBounds, 128, flags[j]); in DEF_TEST()
|
/external/skia/tests/ |
D | PictureStateTreeTest.cpp | 39 SkRect layerBounds = SkRect::MakeXYWH(0, 0, 90, 90); in draw_scene() local 40 canvas->saveLayer(&layerBounds, NULL); in draw_scene() 42 canvas->clipRect(layerBounds); in draw_scene()
|
D | CanvasStateTest.cpp | 142 SkRect layerBounds = SkRect::Make(layerRect); in test_complex_clips() local 143 canvas.saveLayerAlpha(&layerBounds, 128, flags[j]); in test_complex_clips()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositingLayerAssigner.cpp | 265 IntRect layerBounds = layer->clippedAbsoluteBoundingBox(); in assignLayersToBackingsInternal() local 266 squashingState.totalAreaOfSquashedRects += layerBounds.size().area(); in assignLayersToBackingsInternal() 267 squashingState.boundingRect.unite(layerBounds); in assignLayersToBackingsInternal()
|
D | CompositedLayerMapping.cpp | 854 …IntRect layerBounds = pixelSnappedIntRect(toLayoutPoint(m_owningLayer.subpixelAccumulation()), bor… in updateTransformGeometry() local 855 layerBounds.moveBy(snappedOffsetFromCompositedAncestor); in updateTransformGeometry() 858 … FloatPoint3D transformOrigin = computeTransformOrigin(IntRect(IntPoint(), layerBounds.size())); in updateTransformGeometry() 863 layerBounds.x() - relativeCompositingBounds.x() + transformOrigin.x(), in updateTransformGeometry() 864 layerBounds.y() - relativeCompositingBounds.y() + transformOrigin.y(), in updateTransformGeometry()
|
/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 1154 m_canvas->saveLayer(&layerBounds, &picturePaint); in drawPicture()
|