Searched refs:PackColorProc (Results 1 – 4 of 4) sorted by relevance
239 typedef uint32_t (*PackColorProc)(U8CPU a, U8CPU r, U8CPU g, U8CPU b); typedef241 static inline PackColorProc choose_pack_color_proc(bool isPremul, SkColorType colorType) { in choose_pack_color_proc()
311 PackColorProc proc = choose_pack_color_proc(premultiply, tableColorType); in createColorTable()
104 PackColorProc packARGB = choose_pack_color_proc(isPremul, packColorType); in createColorTable()
101 PackColorProc packARGB = choose_pack_color_proc(false, dstColorType); in createColorTable()