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

/external/skia/include/core/
H A DSkColorPriv.h376 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
410 return SkPackARGB32(a, r, g, b);
513 * Same as SkPackARGB32, but this version guarantees to not check that the
533 return SkPackARGB32(a, r, g, b);
690 return SkPackARGB32(0xFF, r, g, b);
972 return SkPackARGB32(0xFF,
1007 return SkPackARGB32(0xFF,

Completed in 621 milliseconds