Lines Matching refs:fColorCount
45 int fColorCount;
55 SkAutoTMalloc<SkColor> colorStorage(fColorCount);
56 SkAutoTMalloc<SkScalar> posStorage(fColorCount);
58 info->fColorCount = fColorCount;
63 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount);
65 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor)));
67 !memcmp(info->fColorOffsets, fPos, fColorCount * sizeof(SkScalar)));
84 info.fColorCount = 0;
86 REPORTER_ASSERT(reporter, 1 == info.fColorCount);
92 buildRec.fColorCount, buildRec.fTileMode));
103 buildRec.fColorCount, buildRec.fTileMode));
115 buildRec.fColorCount));
130 buildRec.fColorCount,
173 rec.fColorCount = SK_ARRAY_COUNT(gColors);
256 rec.fColorCount = gTests[t].fCount;
265 expected.fColorCount = gTests[t].fExpectedCount;