Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.h140 FloatRect rectInViewCoord(const TransformationMatrix& drawMatrix,
143 FloatRect rectInViewCoord(const FloatRect& rect);
DShaderProgram.cpp629 FloatRect ShaderProgram::rectInViewCoord(const TransformationMatrix& drawMatrix, const IntSize& siz… in rectInViewCoord() function in WebCore::ShaderProgram
636 FloatRect ShaderProgram::rectInViewCoord(const FloatRect& rect) in rectInViewCoord() function in WebCore::ShaderProgram
660 return rectInViewCoord(visibleContentRect); in convertInvViewCoordToViewCoord()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp285 TilesManager::instance()->shader()->rectInViewCoord(m_drawTransform, layerSize); in addDirtyArea()