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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.h 26 int fCount2; // count for fV1
SkClampRange.cpp 37 fCount0 = fCount1 = fCount2 = 0;
44 fCount2 = 1;
69 fCount0 = fCount2 = 0;
75 fCount1 = fCount2 = 0;
81 fCount2 = count;
110 fCount2 += originalCount - 1;
137 fCount2 = count;
142 if (fCount2 > 0) {
151 SkTSwap(fCount0, fCount2);
161 fCount2 += extraCount
    [all...]
SkLinearGradient.cpp 164 if ((count = range.fCount2) > 0) {
344 if ((count = range.fCount2) > 0) {
  /external/skia/src/effects/gradients/
SkClampRange.h 26 int fCount2; // count for fV1
SkClampRange.cpp 37 fCount0 = fCount1 = fCount2 = 0;
44 fCount2 = 1;
69 fCount0 = fCount2 = 0;
75 fCount1 = fCount2 = 0;
81 fCount2 = count;
110 fCount2 += originalCount - 1;
137 fCount2 = count;
142 if (fCount2 > 0) {
151 SkTSwap(fCount0, fCount2);
161 fCount2 += extraCount
    [all...]
SkLinearGradient.cpp 164 if ((count = range.fCount2) > 0) {
344 if ((count = range.fCount2) > 0) {
  /external/skia/tests/
ClampRangeTest.cpp 51 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
75 for (i = 0; i < range.fCount2; i++) {

Completed in 7829 milliseconds