HomeSort by relevance Sort by last modified time
    Searched defs:SkPackARGB32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkColorPriv.h 367 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
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);
    [all...]
  /external/skia/include/core/
SkColorPriv.h 367 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
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);
    [all...]

Completed in 107 milliseconds