HomeSort by relevance Sort by last modified time
    Searched refs:SkPixel32ToPixel16 (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkBlitter_RGB565.cpp 20 dst[i] = SkPixel32ToPixel16(src[i]);
30 dst[i] = SkPixel32ToPixel16(src[i]);
SkSpriteBlitter_RGB565.cpp 21 dst[i] = SkPixel32ToPixel16(src[i]);
SkDraw.cpp 135 *data = SkPixel32ToPixel16(pmc);
    [all...]
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 70 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width());
  /external/skia/src/codec/
SkCodecPriv.h 130 return SkPixel32ToPixel16(colorPtr[fillIndex]);
SkSwizzler.cpp 195 dst[0] = SkPixel32ToPixel16(ctable[index]);
202 dst[x] = SkPixel32ToPixel16(ctable[index]);
263 dst[x] = SkPixel32ToPixel16(ctable[*src]);
    [all...]
SkBmpRLECodec.cpp 185 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
  /external/skia/include/core/
SkColorPriv.h 633 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) {
646 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))
    [all...]
  /external/skia/tools/
sk_tool_utils.cpp 180 U16CPU color16 = SkPixel32ToPixel16(pmColor);

Completed in 322 milliseconds