Searched refs:SkPixel32ToPixel16 (Results 1 – 10 of 10) sorted by relevance
243 dst[0] = SkPixel32ToPixel16(dst32[0]); in xfer16()244 dst[1] = SkPixel32ToPixel16(dst32[1]); in xfer16()245 dst[2] = SkPixel32ToPixel16(dst32[2]); in xfer16()246 dst[3] = SkPixel32ToPixel16(dst32[3]); in xfer16()256 *dst = SkPixel32ToPixel16(dst32); in xfer16()285 dst[i] = SkPixel32ToPixel16(dst32); in xfer16()
166 return SkPixel32ToPixel16(colorPtr[fillIndex]); in get_color_table_fill_value()
186 dst[0] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565()193 dst[x] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565()254 dst[x] = SkPixel32ToPixel16(ctable[*src]); in swizzle_index_to_565()
218 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
78 *dst = SkPixel32ToPixel16(res); in S32A_D565_Blend()
205 *data = SkPixel32ToPixel16(pmc); in ChooseBitmapXferProc()
214 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width()); in onGetPixels()
610 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() function623 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))
158 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()
415 dst[x] = SkPixel32ToPixel16(ctable[*src]); in Sample_Index_D565()