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

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

Completed in 193 milliseconds