Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp490 int ancestorRelX = 0, ancestorRelY = 0; local
491 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY);
492 boundingBoxRect.move(ancestorRelX, ancestorRelY);
544 int ancestorRelX = 0, ancestorRelY = 0; local
545 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY);
546 unionBounds.move(ancestorRelX, ancestorRelY);