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

  /external/skia/gm/
bitmappremul.cpp 55 dst[x] = SkPackARGB4444(rowColor, rowColor,
91 dst[x] = SkPackARGB4444(rowColor, rowColor,
  /external/skqp/gm/
bitmappremul.cpp 55 dst[x] = SkPackARGB4444(rowColor, rowColor,
91 dst[x] = SkPackARGB4444(rowColor, rowColor,
  /external/skia/src/core/
SkDither.h 152 return SkPackARGB4444(a, r, g, b);
169 return SkPackARGB4444(a, r, g, b);
SkColorData.h 693 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
781 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
790 return SkPackARGB4444(a, r, g, b);
    [all...]
  /external/skqp/src/core/
SkDither.h 152 return SkPackARGB4444(a, r, g, b);
169 return SkPackARGB4444(a, r, g, b);
SkColorData.h 693 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
781 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
790 return SkPackARGB4444(a, r, g, b);
    [all...]

Completed in 81 milliseconds