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

  /external/skia/include/core/
SkClampRange.h 33 int fCount2; // count for fV1
  /external/skia/src/core/
SkClampRange.cpp 44 fCount0 = fCount1 = fCount2 = 0;
51 fCount2 = 1;
76 fCount0 = fCount2 = 0;
82 fCount1 = fCount2 = 0;
88 fCount2 = count;
117 fCount2 += originalCount - 1;
144 fCount2 = count;
149 if (fCount2 > 0) {
158 SkTSwap(fCount0, fCount2);
168 fCount2 += extraCount
    [all...]
  /external/skia/tests/
ClampRangeTest.cpp 44 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
68 for (i = 0; i < range.fCount2; i++) {
  /external/skia/src/effects/
SkGradientShader.cpp 904 if ((count = range.fCount2) > 0) {
    [all...]

Completed in 367 milliseconds