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

  /external/skia/legacy/src/core/
SkClampRange.cpp 37 fCount0 = fCount1 = fCount2 = 0;
39 fCount0 = 1;
69 fCount0 = fCount2 = 0;
76 fCount0 = count;
80 fCount0 = fCount1 = 0;
112 fCount0 += originalCount - 1;
130 fCount0 = chop(fx, 0, ex, dx, count);
131 count -= fCount0;
132 fx += fCount0 * dx;
134 SkASSERT(fCount0 == 0 || (fx - dx) < 0)
    [all...]
  /external/skia/src/effects/gradients/
SkClampRange.cpp 37 fCount0 = fCount1 = fCount2 = 0;
39 fCount0 = 1;
69 fCount0 = fCount2 = 0;
76 fCount0 = count;
80 fCount0 = fCount1 = 0;
112 fCount0 += originalCount - 1;
130 fCount0 = chop(fx, 0, ex, dx, count);
131 count -= fCount0;
132 fx += fCount0 * dx;
134 SkASSERT(fCount0 == 0 || (fx - dx) < 0)
    [all...]
SkClampRange.h 24 int fCount0; // count for fV0
SkLinearGradient.cpp 156 if ((count = range.fCount0) > 0) {
341 if ((count = range.fCount0) > 0) {
  /external/skia/legacy/include/core/
SkClampRange.h 24 int fCount0; // count for fV0
  /external/skia/tests/
ClampRangeTest.cpp 51 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
61 for (i = 0; i < range.fCount0; i++) {
  /external/skia/legacy/src/effects/
SkGradientShader.cpp     [all...]

Completed in 1980 milliseconds