Searched refs:appendColorComponent (Results 1 – 6 of 6) sorted by relevance
203 c0->appendColorComponent(color1[0]); in createInterpolationFunction()204 c0->appendColorComponent(color1[1]); in createInterpolationFunction()205 c0->appendColorComponent(color1[2]); in createInterpolationFunction()209 c1->appendColorComponent(color2[0]); in createInterpolationFunction()210 c1->appendColorComponent(color2[1]); in createInterpolationFunction()211 c1->appendColorComponent(color2[2]); in createInterpolationFunction()
105 void appendColorComponent(uint8_t);
299 void SkPDFArray::appendColorComponent(uint8_t value) { in appendColorComponent() function in SkPDFArray