Searched refs:upscale_31_to_255 (Results 1 – 2 of 2) sorted by relevance
1209 auto upscale_31_to_255 = [](int v) { in blend_row_lcd16() local1236 maskR = upscale_31_to_255(maskR); in blend_row_lcd16()1237 maskG = upscale_31_to_255(maskG); in blend_row_lcd16()1238 maskB = upscale_31_to_255(maskB); in blend_row_lcd16()
1194 auto upscale_31_to_255 = [](int v) { in blend_row_lcd16() local1221 maskR = upscale_31_to_255(maskR); in blend_row_lcd16()1222 maskG = upscale_31_to_255(maskG); in blend_row_lcd16()1223 maskB = upscale_31_to_255(maskB); in blend_row_lcd16()