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

/external/skia/include/core/
H A DSkColorPriv.h208 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
233 return SkPackARGB32(a, r, g, b);
270 * Same as SkPackARGB32, but this version guarantees to not check that the
290 return SkPackARGB32(a, r, g, b);
448 return SkPackARGB32(0xFF, r, g, b);
760 return SkPackARGB32(0xFF,
795 return SkPackARGB32(0xFF,

Completed in 141 milliseconds