Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter_RGB565.cpp20 dst[i] = SkPixel32ToPixel16(src[i]); in D16_S32X_src()
30 dst[i] = SkPixel32ToPixel16(src[i]); in D16_S32X_src_coverage()
DSkSpriteBlitter_RGB565.cpp21 dst[i] = SkPixel32ToPixel16(src[i]); in S32_src()
DSkDraw.cpp135 *data = SkPixel32ToPixel16(pmc); in ChooseBitmapXferProc()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp70 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width()); in onGetPixels()
/external/skia/src/codec/
DSkCodecPriv.h130 return SkPixel32ToPixel16(colorPtr[fillIndex]); in get_color_table_fill_value()
DSkSwizzler.cpp199 dst[0] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565()
206 dst[x] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565()
267 dst[x] = SkPixel32ToPixel16(ctable[*src]); in swizzle_index_to_565()
DSkBmpRLECodec.cpp185 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
/external/skia/include/core/
DSkColorPriv.h633 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() function
646 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))
/external/skia/tools/
Dsk_tool_utils.cpp180 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()