Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.h138 FloatRect rectInInvViewCoord(const TransformationMatrix& drawMatrix,
144 FloatRect rectInInvViewCoord(const FloatRect& rect);
DShaderProgram.cpp621 FloatRect ShaderProgram::rectInInvViewCoord(const TransformationMatrix& drawMatrix, const IntSize& … in rectInInvViewCoord() function in WebCore::ShaderProgram
641 FloatRect ShaderProgram::rectInInvViewCoord(const FloatRect& rect) in rectInInvViewCoord() function in WebCore::ShaderProgram
654 return rectInInvViewCoord(visibleContentRect); in convertViewCoordToInvViewCoord()
DSurface.cpp248 FloatRect clippingRect = TilesManager::instance()->shader()->rectInInvViewCoord(drawClip); in drawGL()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaLayer.cpp59 FloatRect clippingRect = TilesManager::instance()->shader()->rectInInvViewCoord(drawClip()); in drawGL()
DLayerAndroid.cpp287 TilesManager::instance()->shader()->rectInInvViewCoord(m_clippingRect); in addDirtyArea()