Searched defs:fColorCount (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/skia/include/core/
H A DSkShader.h305 * the relevant (see below) parameters for the gradient. fColorCount
308 * non-NULL. After asAGradient has run, fColorCount indicates how
342 int fColorCount; //!< In-out parameter, specifies passed size member in struct:SkShader::GradientInfo
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h229 int fColorCount; member in class:SkGradientShaderBase
/external/chromium_org/third_party/skia/tests/
H A DGradientTest.cpp16 int fColorCount; member in struct:GradRec
26 SkAutoTMalloc<SkColor> colorStorage(fColorCount);
27 SkAutoTMalloc<SkScalar> posStorage(fColorCount);
29 info->fColorCount = fColorCount;
34 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount);
36 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor)));
38 !memcmp(info->fColorOffsets, fPos, fColorCount * sizeof(SkScalar)));
55 info.fColorCount
[all...]
/external/skia/include/core/
H A DSkShader.h312 * the relevant (see below) parameters for the gradient. fColorCount
315 * non-NULL. After asAGradient has run, fColorCount indicates how
349 int fColorCount; //!< In-out parameter, specifies passed size member in struct:SkShader::GradientInfo
/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h205 int fColorCount; member in class:SkGradientShaderBase
/external/skia/tests/
H A DGradientTest.cpp17 int fColorCount; member in struct:GradRec
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)));
56 info.fColorCount
[all...]

Completed in 305 milliseconds