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

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.h 118 // Return the bounding box required for compositing layer and its childern, relative to ancestorLayer.
120 IntRect calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer);
RenderLayer.cpp     [all...]
RenderLayerCompositor.cpp 468 IntRect RenderLayerCompositor::calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer)
491 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY);
545 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY);
    [all...]
RenderLayer.h 374 void convertToLayerCoords(const RenderLayer* ancestorLayer, int& x, int& y) const;
    [all...]

Completed in 615 milliseconds