Searched defs:SkG32ToG16 (Results 1 - 2 of 2) sorted by last modified time

/external/skia/include/core/
H A DSkColorPriv.h562 static inline unsigned SkG32ToG16(unsigned g) { function
572 #define SkG32ToG16(g) SkG32ToG16_MACRO(g) macro
589 (SkG32ToG16(g) << SK_G16_SHIFT) |
/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h562 static inline unsigned SkG32ToG16(unsigned g) { function
572 #define SkG32ToG16(g) SkG32ToG16_MACRO(g) macro
589 (SkG32ToG16(g) << SK_G16_SHIFT) |

Completed in 100 milliseconds