Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp177 const int colorsAsIntCount = count * sizeof(SkPMColor4f) / sizeof(int32_t); in getGradient() local
178 int keyCount = 1 + colorsAsIntCount + 1 + 1; in getGradient()
188 buffer += colorsAsIntCount; in getGradient()

Completed in 1 milliseconds