Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DDrawQuadData.h97 virtual FloatSize repeatScale() const { return FloatSize(); } in repeatScale() function
147 FloatSize repeatScale = FloatSize())
153 m_repeatScale = repeatScale; in DrawQuadData()
176 virtual FloatSize repeatScale() const { return m_repeatScale; } in repeatScale() function
DShaderProgram.cpp729 const FloatSize& repeatScale) in drawQuadInternal() argument
764 repeatScale.width(), repeatScale.height()); in drawQuadInternal()
857 data->repeatScale()); in drawQuad()
DShaderProgram.h177 const FloatSize& repeatScale);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.cpp228 FloatSize repeatScale(float(getWidth()) / TilesManager::tileWidth(), in drawSimpleQuad()
236 repeatScale.width(), repeatScale.height(), origin.x(), origin.y()); in drawSimpleQuad()
245 true, imageRepeatRanges, repeatScale); in drawSimpleQuad()