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

  /external/skia/src/core/
SkClampRange.cpp 44 fCount0 = fCount1 = fCount2 = 0;
46 fCount0 = 1;
76 fCount0 = fCount2 = 0;
83 fCount0 = count;
87 fCount0 = fCount1 = 0;
119 fCount0 += originalCount - 1;
137 fCount0 = chop(fx, 0, ex, dx, count);
138 count -= fCount0;
139 fx += fCount0 * dx;
141 SkASSERT(fCount0 == 0 || (fx - dx) < 0)
    [all...]
  /external/skia/include/core/
SkClampRange.h 31 int fCount0; // count for fV0
  /external/skia/tests/
ClampRangeTest.cpp 44 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
54 for (i = 0; i < range.fCount0; i++) {
  /external/skia/src/effects/
SkGradientShader.cpp 882 if ((count = range.fCount0) > 0) {
    [all...]

Completed in 138 milliseconds