Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.h234 layerBounds = bounds; in setRects()
242 layerBounds.moveBy(offset); in moveBy()
257 LayoutRect layerBounds; member
DRenderTreeAsText.cpp506 …const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, c… in write() argument
509 IntRect adjustedLayoutBounds = pixelSnappedIntRect(layerBounds); in write()
668 LayoutRect layerBounds; in writeLayers() local
670 …ts(ClipRectsContext(rootLayer, 0, TemporaryClipRects), paintDirtyRect, layerBounds, damageRect, cl… in writeLayers()
675 …vior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(layerBounds, damageRect.rec… in writeLayers()
680 …write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), Laye… in writeLayers()
694 …write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), pain… in writeLayers()
DCompositedLayerMapping.cpp350 IntRect layerBounds = compositor()->calculateCompositedBounds(m_owningLayer, m_owningLayer); in updateCompositedBounds() local
372 layerBounds.intersect(pixelSnappedIntRect(clippingBounds)); in updateCompositedBounds()
381 if (layerBounds.isEmpty() && hasNonZeroTransformOrigin(renderer())) { in updateCompositedBounds()
382 layerBounds.setWidth(1); in updateCompositedBounds()
383 layerBounds.setHeight(1); in updateCompositedBounds()
389 setCompositedBounds(layerBounds); in updateCompositedBounds()
682 IntRect layerBounds = IntRect(delta, borderBox.size()); in updateGraphicsLayerGeometry() local
687 …FloatPoint3D anchor(relativeCompositingBounds.width() != 0.0f ? ((layerBounds.x() - relativeCompos… in updateGraphicsLayerGeometry()
688 …relativeCompositingBounds.height() != 0.0f ? ((layerBounds.y() - relativeCompositingBounds.y()) + … in updateGraphicsLayerGeometry()
753 FloatRect layerBounds = compositedBounds(); in updateGraphicsLayerGeometry() local
[all …]
DRenderLayer.cpp2249 …calculateRects(clipRectsContext, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragmen… in collectFragments()
2322 …fragment.shouldPaintContent &= intersectsDamageRect(fragment.layerBounds, fragment.backgroundRect.… in updatePaintingInfoForFragments()
2382 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintBackgroundForFragments()
2442 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintForegroundForFragmentsWithPhase()
2460 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintOutlineForFragments()
2479 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintMaskForFragments()
2499 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintChildClippingMaskForFragments()
2512 …eArea->paintOverflowControls(context, roundedIntPoint(toPoint(fragment.layerBounds.location() - re… in paintOverflowControlsForFragments()
2959 if (hitTestContents(request, result, fragment.layerBounds, hitTestLocation, hitTestFilter)) in hitTestContentsForFragments()
3034 …onst HitTestRequest& request, HitTestResult& result, const LayoutRect& layerBounds, const HitTestL… in hitTestContents() argument
[all …]
DRenderLayer.h270 … calculateRects(const ClipRectsContext&, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds,
278 …bool intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const Rende…
551 …bool hitTestContents(const HitTestRequest&, HitTestResult&, const LayoutRect& layerBounds, const H…
DRenderLayerCompositor.cpp729 …::addToOverlapMap(OverlapMap& overlapMap, RenderLayer* layer, IntRect& layerBounds, bool& boundsCo… in addToOverlapMap() argument
737layerBounds = enclosingIntRect(overlapMap.geometryMap().absoluteRect(layer->overlapBounds())); in addToOverlapMap()
739 if (layerBounds.isEmpty()) in addToOverlapMap()
740 layerBounds.setSize(IntSize(1, 1)); in addToOverlapMap()
745 clipRect.intersect(layerBounds); in addToOverlapMap()
1994 LayoutRect layerBounds = layer->calculateLayerBounds(rootRenderLayer(), 0, in requiresCompositingForPosition() local
2000 if (!viewBounds.intersects(enclosingIntRect(layerBounds))) { in requiresCompositingForPosition()
DRenderLayerCompositor.h229 void addToOverlapMap(OverlapMap&, RenderLayer*, IntRect& layerBounds, bool& boundsComputed);
DRenderLayerScrollableArea.cpp1147 …cts(hitTestLocation) && resizerCornerRect(pixelSnappedIntRect(fragment.layerBounds), ResizerForPoi… in hitTestResizerInFragments()
1307 LayoutRect layerBounds(0, 0, m_box->clientWidth(), m_box->clientHeight()); in exposeRect() local
1308 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY); in exposeRect()
/external/skia/tests/
DCanvasStateTest.cpp141 SkRect layerBounds = SkRect::Make(layerRect); in test_complex_clips() local
142 canvas.saveLayerAlpha(&layerBounds, 128, flags[j]); in test_complex_clips()