Searched refs:fFx1 (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkClampRange.h34 SkFixed fFx1; // initial fx value for the fCount1 range. member in struct:SkClampRange
/external/skia/tests/
H A DClampRangeTest.cpp48 fx = range.fFx1;
59 if (range.fCount1 > 0 && fx != range.fFx1) {
60 SkDebugf("%x %x\n", fx, range.fFx1);
61 R_ASSERT(!"bad fFx1");
/external/skia/src/core/
H A DSkClampRange.cpp49 fFx1 = fx;
78 fFx1 = fx0;
164 fFx1 = fx0 + fCount0 * (int)dx;
/external/skia/src/effects/
H A DSkGradientShader.cpp891 fx = range.fFx1;
1047 fx = range.fFx1;

Completed in 142 milliseconds