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

  /external/skia/src/core/
SkBlitter_RGB565.cpp 21 dst[i] = SkPixel32ToPixel16(src[i]);
31 dst[i] = SkPixel32ToPixel16(src[i]);
SkSpriteBlitter_RGB565.cpp 22 dst[i] = SkPixel32ToPixel16(src[i]);
SkColorData.h 513 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) {
526 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))
    [all...]
SkDraw.cpp 137 *data = SkPixel32ToPixel16(pmc);
    [all...]
  /external/skqp/src/core/
SkBlitter_RGB565.cpp 21 dst[i] = SkPixel32ToPixel16(src[i]);
31 dst[i] = SkPixel32ToPixel16(src[i]);
SkSpriteBlitter_RGB565.cpp 22 dst[i] = SkPixel32ToPixel16(src[i]);
SkColorData.h 513 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) {
526 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))
    [all...]
SkDraw.cpp 136 *data = SkPixel32ToPixel16(pmc);
    [all...]
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 71 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width());
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 71 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width());
  /external/skia/src/codec/
SkCodecPriv.h 120 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 186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
  /external/skqp/src/codec/
SkCodecPriv.h 120 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 186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
  /external/skia/tools/
sk_tool_utils.cpp 55 U16CPU color16 = SkPixel32ToPixel16(pmColor);
  /external/skqp/tools/
sk_tool_utils.cpp 113 U16CPU color16 = SkPixel32ToPixel16(pmColor);

Completed in 247 milliseconds