Searched defs:colorsAsIntCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/shaders/gradients/
H A DSkGradientShader.cpp558 const int colorsAsIntCount = fColorCount * sizeof(SkColor4f) / sizeof(int32_t); local
559 int count = 1 + colorsAsIntCount + 1 + 1;
569 buffer += colorsAsIntCount;
/external/skqp/src/shaders/gradients/
H A DSkGradientShader.cpp539 const int colorsAsIntCount = fColorCount * sizeof(SkColor4f) / sizeof(int32_t); local
540 int count = 1 + colorsAsIntCount + 1 + 1;
550 buffer += colorsAsIntCount;

Completed in 226 milliseconds