HomeSort by relevance Sort by last modified time
    Searched full:clippingbox (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 543 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer()));
544 graphicsLayerParentLocation = clippingBox.location();
590 IntRect clippingBox;
592 clippingBox = clipBox(toRenderBox(renderer()));
593 clipLayer->setPosition(FloatPoint(clippingBox.location() - localCompositingBounds.location()));
594 clipLayer->setSize(clippingBox.size());
595 clipLayer->setOffsetFromRenderer(toIntSize(clippingBox.location()));
649 foregroundSize = FloatSize(clippingBox.size());
650 foregroundOffset = toIntSize(clippingBox.location());
    [all...]

Completed in 154 milliseconds