HomeSort by relevance Sort by last modified time
    Searched defs:fGeoCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 23 for (int i = 0; i < fGeoCount; i++) {
61 op->fGeoCount = 1;
82 op->fGeoCount = 1;
173 GrColor color() const { SkASSERT(fGeoCount > 0); return fGeoData[0].fColor; }
188 int fGeoCount;
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.h 22 for (int i = 0; i < fGeoCount; i++) {
59 op->fGeoCount = 1;
81 op->fGeoCount = 1;
180 GrColor color() const { SkASSERT(fGeoCount > 0); return fGeoData[0].fColor; }
196 int fGeoCount;

Completed in 81 milliseconds