Home
last modified time | relevance | path

Searched refs:SkPixel32ToPixel16 (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/opts/
DSkXfermode_opts.h243 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()
/external/skia/src/codec/
DSkCodecPriv.h166 return SkPixel32ToPixel16(colorPtr[fillIndex]); in get_color_table_fill_value()
DSkSwizzler.cpp186 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()
DSkBmpRLECodec.cpp218 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
/external/skia/src/core/
DSkBlitRow_D16.cpp78 *dst = SkPixel32ToPixel16(res); in S32A_D565_Blend()
DSkDraw.cpp205 *data = SkPixel32ToPixel16(pmc); in ChooseBitmapXferProc()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp214 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width()); in onGetPixels()
/external/skia/include/core/
DSkColorPriv.h610 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() function
623 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))
/external/skia/tools/
Dsk_tool_utils.cpp158 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp415 dst[x] = SkPixel32ToPixel16(ctable[*src]); in Sample_Index_D565()