Home
last modified time | relevance | path

Searched refs:SkPixel32ToPixel16 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkBlitter_RGB565.cpp19 dst[i] = SkPixel32ToPixel16(src[i]); in D16_S32X_src()
29 dst[i] = SkPixel32ToPixel16(src[i]); in D16_S32X_src_coverage()
H A DSkSpriteBlitter_RGB565.cpp21 dst[i] = SkPixel32ToPixel16(src[i]); in S32_src()
/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp71 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width());
/third_party/skia/src/codec/
H A 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()
H A DSkBmpRLECodec.cpp189 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
/third_party/skia/include/private/
H A DSkColorData.h318 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() function
/third_party/skia/tools/
H A DToolUtils.cpp128 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()

Completed in 6 milliseconds