HomeSort by relevance Sort by last modified time
    Searched defs:SkPMColor16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkColorPriv.h 556 typedef uint16_t SkPMColor16;
634 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
641 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
663 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
673 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
685 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
710 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
716 static inline uint16_t SkBlend4444(SkPMColor16 src, SkPMColor16 dst, int scale16) {
740 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c)
    [all...]
  /external/skia/include/core/
SkColorPriv.h 556 typedef uint16_t SkPMColor16;
634 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
641 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
663 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
673 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
685 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
710 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
716 static inline uint16_t SkBlend4444(SkPMColor16 src, SkPMColor16 dst, int scale16) {
740 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c)
    [all...]

Completed in 411 milliseconds