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

/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h232 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
256 return SkPackARGB32(a, r, g, b);
310 * Same as SkPackARGB32, but this version guarantees to not check that the
330 return SkPackARGB32(a, r, g, b);
487 return SkPackARGB32(0xFF, r, g, b);
799 return SkPackARGB32(0xFF,
834 return SkPackARGB32(0xFF,
/external/skia/include/core/
H A DSkColorPriv.h232 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
256 return SkPackARGB32(a, r, g, b);
310 * Same as SkPackARGB32, but this version guarantees to not check that the
330 return SkPackARGB32(a, r, g, b);
487 return SkPackARGB32(0xFF, r, g, b);
799 return SkPackARGB32(0xFF,
834 return SkPackARGB32(0xFF,

Completed in 131 milliseconds