Searched refs:ColorTuple (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/pdf/ |
D | SkPDFGradientShader.cpp | 55 typedef uint8_t ColorTuple[kColorComponents]; typedef 66 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()
|
/external/skia/src/pdf/ |
D | SkPDFGradientShader.cpp | 55 typedef uint8_t ColorTuple[kColorComponents]; typedef 66 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()
|