Searched refs:bit_to_pmcolor (Results 1 – 1 of 1) sorted by relevance
59 static SkPMColor bit_to_pmcolor(U8CPU bit) { return bit ? WHITE : BLACK; } in bit_to_pmcolor() function124 proc = expand_bits_to_T<SkPMColor, bit_to_pmcolor>; in onGetPixels()