Home | History | Annotate | Download | only in core

Lines Matching refs:SkPMColor16

468 typedef uint16_t SkPMColor16;
546 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
553 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
575 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
585 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
597 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
622 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
628 static inline uint16_t SkBlend4444(SkPMColor16 src, SkPMColor16 dst, int scale16) {
652 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) {
660 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
676 static inline SkPMColor16 SkDitherPixel32To4444(SkPMColor c) {