Searched refs:fCount1 (Results 1 – 4 of 4) sorted by relevance
57 fCount0 = fCount1 = fCount2 = 0; in initFor1()61 fCount1 = 1; in initFor1()88 fCount1 = fCount2 = 0; in init()97 fCount1 = count; in init()102 fCount1 = fCount2 = 0; in init()107 fCount0 = fCount1 = 0; in init()132 fCount1 = chop(fx, kFracMax_SkGradFixed, ex, dx, count); in init()133 SkASSERT(fCount1 >= 0); in init()134 SkASSERT(fCount1 <= count); in init()135 count -= fCount1; in init()[all …]
30 int fCount1; // count for interpolating (fV0...fV1) member41 SkASSERT(fCount1 >= 0); in validate()43 SkASSERT(fCount0 + fCount1 + fCount2 == count); in validate()
235 if ((count = range.fCount1) > 0) { in shadeSpan_linear_clamp()
36 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count); in slow_check()46 for (int i = 0; i < range.fCount1; i++) { in slow_check()