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

/external/skia/include/core/
H A DSkColorPriv.h397 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
431 return SkPackARGB32(a, r, g, b);
534 * Same as SkPackARGB32, but this version guarantees to not check that the
554 return SkPackARGB32(a, r, g, b);
711 return SkPackARGB32(0xFF, r, g, b);
993 return SkPackARGB32(0xFF,
1028 return SkPackARGB32(0xFF,

Completed in 103 milliseconds