Searched refs:ColorTuple (Results 1 – 1 of 1) sorted by relevance
55 typedef uint8_t ColorTuple[kColorComponents]; typedef66 static void interpolate_color_code(SkScalar range, const ColorTuple& curColor, in interpolate_color_code()67 const ColorTuple& prevColor, in interpolate_color_code()147 SkAutoSTMalloc<4, ColorTuple> colorDataAlloc(info.fColorCount); in gradient_function_code()148 ColorTuple *colorData = colorDataAlloc.get(); in gradient_function_code()198 static std::unique_ptr<SkPDFDict> createInterpolationFunction(const ColorTuple& color1, in createInterpolationFunction()199 const ColorTuple& color2) { in createInterpolationFunction()257 SkAutoSTMalloc<4, ColorTuple> colorDataAlloc(colorCount); in gradientStitchCode()258 ColorTuple *colorData = colorDataAlloc.get(); in gradientStitchCode()