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

/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h366 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
400 return SkPackARGB32(a, r, g, b);
503 * Same as SkPackARGB32, but this version guarantees to not check that the
523 return SkPackARGB32(a, r, g, b);
680 return SkPackARGB32(0xFF, r, g, b);
962 return SkPackARGB32(0xFF,
997 return SkPackARGB32(0xFF,
/external/skia/include/core/
H A DSkColorPriv.h367 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { function
401 return SkPackARGB32(a, r, g, b);
504 * Same as SkPackARGB32, but this version guarantees to not check that the
524 return SkPackARGB32(a, r, g, b);
681 return SkPackARGB32(0xFF, r, g, b);
991 return SkPackARGB32(0xFF,
1026 return SkPackARGB32(0xFF,

Completed in 722 milliseconds