Lines Matching refs:GlopBuilder
61 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop) in GlopBuilder() function in android::uirenderer::GlopBuilder
73 GlopBuilder& GlopBuilder::setMeshUnitQuad() { in setMeshUnitQuad()
87 GlopBuilder& GlopBuilder::setMeshTexturedUnitQuad(const UvMapper* uvMapper) { in setMeshTexturedUnitQuad()
106 GlopBuilder& GlopBuilder::setMeshTexturedUvQuad(const UvMapper* uvMapper, Rect uvs) { in setMeshTexturedUvQuad()
126 GlopBuilder& GlopBuilder::setMeshIndexedQuads(Vertex* vertexData, int quadCount) { in setMeshIndexedQuads()
140 GlopBuilder& GlopBuilder::setMeshTexturedIndexedQuads(TextureVertex* vertexData, int elementCount) { in setMeshTexturedIndexedQuads()
154 GlopBuilder& GlopBuilder::setMeshTexturedMesh(TextureVertex* vertexData, int elementCount) { in setMeshTexturedMesh()
168 GlopBuilder& GlopBuilder::setMeshColoredTexturedMesh(ColorTextureVertex* vertexData, int elementCou… in setMeshColoredTexturedMesh()
182 GlopBuilder& GlopBuilder::setMeshVertexBuffer(const VertexBuffer& vertexBuffer, bool shadowInterp) { in setMeshVertexBuffer()
204 GlopBuilder& GlopBuilder::setMeshPatchQuads(const Patch& patch) { in setMeshPatchQuads()
222 void GlopBuilder::setFill(int color, float alphaScale, in setFill()
312 GlopBuilder& GlopBuilder::setFillTexturePaint(Texture& texture, in setFillTexturePaint()
357 GlopBuilder& GlopBuilder::setFillPaint(const SkPaint& paint, float alphaScale) { in setFillPaint()
370 GlopBuilder& GlopBuilder::setFillPathTexturePaint(PathTexture& texture, in setFillPathTexturePaint()
387 GlopBuilder& GlopBuilder::setFillShadowTexturePaint(ShadowTexture& texture, int shadowColor, in setFillShadowTexturePaint()
411 GlopBuilder& GlopBuilder::setFillBlack() { in setFillBlack()
421 GlopBuilder& GlopBuilder::setFillClear() { in setFillClear()
431 GlopBuilder& GlopBuilder::setFillLayer(Texture& texture, const SkColorFilter* colorFilter, in setFillLayer()
446 GlopBuilder& GlopBuilder::setFillTextureLayer(Layer& layer, float alpha) { in setFillTextureLayer()
466 void GlopBuilder::setTransform(const Matrix4& ortho, const Matrix4& canvas, in setTransform()
479 GlopBuilder& GlopBuilder::setModelViewMapUnitToRect(const Rect destination) { in setModelViewMapUnitToRect()
488 GlopBuilder& GlopBuilder::setModelViewMapUnitToRectSnap(const Rect destination) { in setModelViewMapUnitToRectSnap()
512 GlopBuilder& GlopBuilder::setModelViewOffsetRect(float offsetX, float offsetY, const Rect source) { in setModelViewOffsetRect()
521 GlopBuilder& GlopBuilder::setModelViewOffsetRectSnap(float offsetX, float offsetY, const Rect sourc… in setModelViewOffsetRectSnap()
546 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) { in setRoundRectClipState()
586 void GlopBuilder::build() { in build()