HomeSort by relevance Sort by last modified time
    Searched refs:fInColor (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
BitmapGetColorTest.cpp 16 SkColor fInColor;
43 bm.eraseArea(area, gRec[i].fInColor);
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 35 const Attribute* inColor() const { return fInColor; }
58 const Attribute* fInColor;
GrDistanceFieldGeoProc.h 69 const Attribute* inColor() const { return fInColor; }
103 const Attribute* fInColor;
131 const Attribute* inColor() const { return fInColor; }
155 const Attribute* fInColor;
GrBitmapTextGeoProc.cpp 129 , fInColor(NULL)
136 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType));
158 SkToBool(fInColor));
GrDistanceFieldGeoProc.cpp 206 , fInColor(NULL) {
212 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType));
235 SkToBool(fInColor));
431 , fInColor(NULL) {
437 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType));
459 SkToBool(fInColor));
    [all...]
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 38 const Attribute* inColor() const { return fInColor; }
49 SkToBool(fInColor));
183 , fInColor(NULL)
198 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType));
220 const Attribute* fInColor;

Completed in 45 milliseconds