Searched defs:fColorCount (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DGradientTest.cpp40 int fColorCount; member in struct:GradRec
50 SkAutoTMalloc<SkColor> colorStorage(fColorCount);
51 SkAutoTMalloc<SkScalar> posStorage(fColorCount);
53 info->fColorCount = fColorCount;
58 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount);
60 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor)));
62 !memcmp(info->fColorOffsets, fPos, fColorCount * sizeof(SkScalar)));
79 info.fColorCount
[all...]
/external/skia/include/core/
H A DSkShader.h286 * the relevant (see below) parameters for the gradient. fColorCount
289 * non-NULL. After asAGradient has run, fColorCount indicates how
322 int fColorCount; //!< In-out parameter, specifies passed size member in struct:SkShader::GradientInfo
/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h229 int fColorCount; member in class:SkGradientShaderBase

Completed in 117 milliseconds