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

  /external/skia/src/effects/gradients/
SkClampRange.cpp 78 fCount0 = fCount1 = fCount2 = 0;
82 fCount1 = 1;
110 fCount1 = fCount2 = 0;
117 fCount1 = count;
122 fCount1 = fCount2 = 0;
127 fCount0 = fCount1 = 0;
152 fCount1 = chop(fx, kFracMax_SkGradFixed, ex, dx, count);
153 SkASSERT(fCount1 >= 0);
154 SkASSERT(fCount1 <= count);
155 count -= fCount1;
    [all...]
SkClampRange.h 41 int fCount1; // count for interpolating (fV0...fV1)
43 SkGradFixed fFx1; // initial fx value for the fCount1 range.
44 // only valid if fCount1 > 0
52 SkASSERT(fCount1 >= 0);
54 SkASSERT(fCount0 + fCount1 + fCount2 == count);
SkLinearGradient.cpp 290 if ((count = range.fCount1) > 0) {
  /external/skia/tests/
ClampRangeTest.cpp 36 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
46 for (int i = 0; i < range.fCount1; i++) {

Completed in 2810 milliseconds