Searched defs:BaseQuad (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DDrawQuadData.h41 BaseQuad, enumerator in enum:WebCore::DrawQuadType
49 DrawQuadData(DrawQuadType type = BaseQuad, argument
111 DrawQuadType type = BaseQuad,
141 DrawQuadType type = BaseQuad,
110 PureColorQuadData(Color color, DrawQuadType type = BaseQuad, const TransformationMatrix* drawMatrix = 0, const SkRect* geometry = 0, float opacity = 1.0f, bool forceBlending = true) argument
138 TextureQuadData(int textureId, GLenum textureTarget = GL_TEXTURE_2D, GLint textureFilter = GL_LINEAR, DrawQuadType type = BaseQuad, const TransformationMatrix* drawMatrix = 0, const SkRect* geometry = 0, float opacity = 1.0f, bool forceBlending = true, FloatRect fillPortion = FloatRect(0.0f, 0.0f, 1.0f, 1.0f), FloatSize repeatScale = FloatSize()) argument

Completed in 220 milliseconds