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

/external/skia/src/core/
H A DSkColorData.h615 typedef uint16_t SkPMColor16; typedef
693 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
700 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
704 static inline SkPMColor16 SkAlphaMulQ4(SkPMColor16 c, int scale) {
720 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
730 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
755 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
769 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) {
777 static inline SkPMColor16 SkDitherARGB32To444
[all...]
/external/skqp/src/core/
H A DSkColorData.h615 typedef uint16_t SkPMColor16; typedef
693 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
700 return (SkPMColor16)((a << SK_A4444_SHIFT) | (r << SK_R4444_SHIFT) |
704 static inline SkPMColor16 SkAlphaMulQ4(SkPMColor16 c, int scale) {
720 /** Expand the SkPMColor16 color into a 32bit value that can be scaled all at
730 static inline uint16_t SkSrcOver4444To16(SkPMColor16 s, uint16_t d) {
755 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) {
769 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) {
777 static inline SkPMColor16 SkDitherARGB32To444
[all...]

Completed in 288 milliseconds