Searched refs:mutableColors (Results 1 – 3 of 3) sorted by relevance
108 SkColor4f* mutableColors() { return const_cast<SkColor4f*>(fColors); } in mutableColors() function
317 SkColor4f* colors = desc.mutableColors(); in CreateProc()
85 mutableColors()[i] = SkColor4f::FromColor(colors[i]); in unflatten()123 if (!buffer.readColor4fArray(mutableColors(), fCount)) { in unflatten()