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

/external/skia/include/core/
H A DSkColorPriv.h84 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
95 * Same as SkPackARGB32, but this version guarantees to not check that the
115 return SkPackARGB32(a, r, g, b);
/external/skqp/include/core/
H A DSkColorPriv.h84 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
95 * Same as SkPackARGB32, but this version guarantees to not check that the
115 return SkPackARGB32(a, r, g, b);

Completed in 278 milliseconds