Home | History | Annotate | Download | only in core

Lines Matching refs:SkPMColor16

700 typedef uint16_t SkPMColor16;
778 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
785 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
789 static inline SkPMColor16 SkAlphaMulQ4(SkPMColor16 c, int scale) {
805 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
815 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
840 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
854 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) {
862 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
878 static inline SkPMColor16 SkDitherPixel32To4444(SkPMColor c) {