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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 114 FloatPoint contentsToGraphicsLayerCoordinates(const GraphicsLayer*, const FloatPoint&);
RenderLayerBacking.cpp 813 FloatPoint RenderLayerBacking::contentsToGraphicsLayerCoordinates(const GraphicsLayer* graphicsLayer, const FloatPoint& point)
839 FloatPoint dirtyOrigin = contentsToGraphicsLayerCoordinates(m_graphicsLayer.get(), FloatPoint(r.x(), r.y()));
    [all...]

Completed in 803 milliseconds