HomeSort by relevance Sort by last modified time
    Searched defs:fColorCount (Results 1 - 4 of 4) sorted by null

  /external/skia/include/codec/
SkAndroidCodec.h 140 , fColorCount(nullptr)
168 * logical number of table entries) and set fColorCount to N.
171 * two parameters may be NULL. If fColorCount is not null, it will be
177 int* fColorCount;
212 * options->fColorCount to N.
214 * If info is not kIndex8_SkColorType, options->fColorPtr and options->fColorCount may
  /external/skia/tests/
GradientTest.cpp 41 int fColorCount;
51 SkAutoTMalloc<SkColor> colorStorage(fColorCount);
52 SkAutoTMalloc<SkScalar> posStorage(fColorCount);
54 info->fColorCount = fColorCount;
59 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount);
61 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor)));
63 !memcmp(info->fColorOffsets, fPos, fColorCount * sizeof(SkScalar)));
80 info.fColorCount = 0
    [all...]
  /external/skia/include/core/
SkShader.h 218 * the relevant (see below) parameters for the gradient. fColorCount
221 * non-NULL. After asAGradient has run, fColorCount indicates how
254 int fColorCount; //!< In-out parameter, specifies passed size
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 233 int fColorCount;

Completed in 1860 milliseconds