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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 230 void updateChildContainmentLayerGeometry(const IntRect& clippingBox, const IntRect& localCompositingBounds);
234 void updateForegroundLayerGeometry(const FloatSize& relativeCompositingBoundsSize, const IntRect& clippingBox);
CompositedLayerMapping.cpp 645 IntRect clippingBox;
647 clippingBox = clipBox(toRenderBox(renderer()));
649 updateChildContainmentLayerGeometry(clippingBox, localCompositingBounds);
654 updateForegroundLayerGeometry(contentsSize, clippingBox);
711 IntRect clippingBox = clipBox(toRenderBox(compositingContainer->renderer()));
712 graphicsLayerParentLocation = clippingBox.location() + roundedIntSize(compositingContainer->subpixelAccumulation());
    [all...]

Completed in 49 milliseconds