Home
last modified time | relevance | path

Searched defs:repeatScale (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DDrawQuadData.h97 virtual FloatSize repeatScale() const { return FloatSize(); } in repeatScale() function
176 virtual FloatSize repeatScale() const { return m_repeatScale; } in repeatScale() function
DShaderProgram.cpp729 const FloatSize& repeatScale) in drawQuadInternal()