Home | History | Annotate | Download | only in tests

Lines Matching defs:fColorCount

17     int             fColorCount;
27 SkAutoTMalloc<SkColor> colorStorage(fColorCount);
28 SkAutoTMalloc<SkScalar> posStorage(fColorCount);
30 info->fColorCount = fColorCount;
35 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount);
37 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor)));
39 !memcmp(info->fColorOffsets, fPos, fColorCount * sizeof(SkScalar)));
55 info.fColorCount = 0;
57 REPORTER_ASSERT(reporter, 1 == info.fColorCount);
64 rec.fColorCount,
77 rec.fColorCount,
93 rec.fColorCount,
107 rec.fColorCount));
121 rec.fColorCount,
172 rec.fColorCount = SK_ARRAY_COUNT(gColors);