Searched defs:SkPackARGB32 (Results 1 - 1 of 1) sorted by relevance
/external/skia/include/core/ | ||
H A D | SkColorPriv.h | 214 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function 379 return SkPackARGB32(0xFF, r, g, b); |
Completed in 27 milliseconds