Searched defs:SkPMColor16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h700 typedef uint16_t SkPMColor16; typedef
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 SkDitherARGB32To444
[all...]
/external/skia/include/core/
H A DSkColorPriv.h701 typedef uint16_t SkPMColor16; typedef
779 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
786 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
806 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
816 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
828 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
853 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
859 static inline uint16_t SkBlend4444(SkPMColor16 src, SkPMColor16 dst, int scale16) {
883 static inline SkPMColor16 SkPixel32ToPixel444
[all...]

Completed in 921 milliseconds