Home
last modified time | relevance | path

Searched refs:fInColor (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.h78 const Attribute* inColor() const { return fInColor; } in inColor()
108 const Attribute* fInColor; variable
140 const Attribute* inColor() const { return fInColor; } in inColor()
161 const Attribute* fInColor; variable
210 const Attribute* inColor() const { return fInColor; } in inColor()
234 const Attribute* fInColor; variable
DGrBitmapTextGeoProc.h38 const Attribute* inColor() const { return fInColor; } in inColor()
42 bool hasVertexColor() const { return SkToBool(fInColor); } in hasVertexColor()
60 const Attribute* fInColor; variable
DGrShadowGeoProc.h31 const Attribute* inColor() const { return fInColor; } in inColor()
46 const Attribute* fInColor; variable
DGrBitmapTextGeoProc.cpp130 , fInColor(nullptr) in GrBitmapTextGeoProc()
138 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp241 , fInColor(nullptr) in GrDistanceFieldA8TextGeoProc()
247 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in GrDistanceFieldA8TextGeoProc()
485 , fInColor(nullptr) in GrDistanceFieldPathGeoProc()
491 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in GrDistanceFieldPathGeoProc()
795 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in GrDistanceFieldLCDTextGeoProc()
DGrShadowGeoProc.cpp85 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in GrRRectShadowGeoProc()
/external/skia/tests/
DBitmapGetColorTest.cpp16 SkColor fInColor; in DEF_TEST() member
43 bm.eraseArea(area, gRec[i].fInColor); in DEF_TEST()
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp46 const Attribute* inColor() const { return fInColor; } in inColor()
50 bool hasVertexColor() const { return SkToBool(fInColor); } in hasVertexColor()
209 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in DefaultGeoProc()
222 const Attribute* fInColor = nullptr; member in DefaultGeoProc
/external/skia/src/gpu/ops/
DGrAnalyticRectOp.cpp58 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in RectGeometryProcessor()
66 const Attribute* inColor() const { return fInColor; } in inColor()
214 const Attribute* fInColor; member in RectGeometryProcessor
DGrMSAAPathRenderer.cpp125 const Attribute* inColor() const { return fInColor; } in inColor()
204 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in MSAAQuadProcessor()
210 const Attribute* fInColor; member in MSAAQuadProcessor
DGrOvalOpFactory.cpp83 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in CircleGeometryProcessor()
151 varyingHandler->addPassThroughAttribute(cgp.fInColor, args.fOutputColor); in onEmitCode()
234 const Attribute* fInColor; member in CircleGeometryProcessor
271 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in EllipseGeometryProcessor()
314 varyingHandler->addPassThroughAttribute(egp.fInColor, args.fOutputColor); in onEmitCode()
373 const Attribute* fInColor; member in EllipseGeometryProcessor
413 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType); in DIEllipseGeometryProcessor()
454 varyingHandler->addPassThroughAttribute(diegp.fInColor, args.fOutputColor); in onEmitCode()
541 const Attribute* fInColor; member in DIEllipseGeometryProcessor