HomeSort by relevance Sort by last modified time
    Searched defs:fInColor (Results 1 - 4 of 4) 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;
  /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 193 milliseconds