Home
last modified time | relevance | path

Searched refs:mutableColors (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/gradients/
DSkGradientShaderPriv.h108 SkColor4f* mutableColors() { return const_cast<SkColor4f*>(fColors); } in mutableColors() function
DSkTwoPointConicalGradient.cpp317 SkColor4f* colors = desc.mutableColors(); in CreateProc()
DSkGradientShader.cpp85 mutableColors()[i] = SkColor4f::FromColor(colors[i]); in unflatten()
123 if (!buffer.readColor4fArray(mutableColors(), fCount)) { in unflatten()