Home
last modified time | relevance | path

Searched refs:layerBounds (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerFragment.h43 layerBounds = bounds; in setRects()
51 layerBounds.moveBy(offset); in moveBy()
66 LayoutRect layerBounds; member
DRenderLayerClipper.cpp182 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()
DRenderTreeAsText.cpp507 …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()
593layerBounds.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()
DRenderLayerClipper.h115 … calculateRects(const ClipRectsContext&, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds,
DRenderLayer.cpp1996 …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 …]
DRenderLayer.h236 …bool intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const Rende…
608 …bool hitTestContents(const HitTestRequest&, HitTestResult&, const LayoutRect& layerBounds, const H…
DRenderLayerScrollableArea.cpp1221 …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/
DPictureStateTreeTest.cpp39 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()
DCanvasStateTest.cpp209 SkRect layerBounds = SkRect::Make(layerRect); in DEF_TEST() local
210 canvas.saveLayerAlpha(&layerBounds, 128, flags[j]); in DEF_TEST()
/external/skia/tests/
DPictureStateTreeTest.cpp39 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()
DCanvasStateTest.cpp142 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/
DCompositingLayerAssigner.cpp265 IntRect layerBounds = layer->clippedAbsoluteBoundingBox(); in assignLayersToBackingsInternal() local
266 squashingState.totalAreaOfSquashedRects += layerBounds.size().area(); in assignLayersToBackingsInternal()
267 squashingState.boundingRect.unite(layerBounds); in assignLayersToBackingsInternal()
DCompositedLayerMapping.cpp854 …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/
DGraphicsContext.cpp1150 …SkRect layerBounds = SkRect::MakeWH(std::max(deviceDest.width(), sourceBounds.width()), std::max(d… in drawPicture() local
1154 m_canvas->saveLayer(&layerBounds, &picturePaint); in drawPicture()