OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPackARGB32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkColorPriv.h
232
static inline SkPMColor
SkPackARGB32
(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
256
return
SkPackARGB32
(a, r, g, b);
359
* Same as
SkPackARGB32
, but this version guarantees to not check that the
379
return
SkPackARGB32
(a, r, g, b);
536
return
SkPackARGB32
(0xFF, r, g, b);
848
return
SkPackARGB32
(0xFF,
883
return
SkPackARGB32
(0xFF,
/external/skia/include/core/
SkColorPriv.h
232
static inline SkPMColor
SkPackARGB32
(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
256
return
SkPackARGB32
(a, r, g, b);
359
* Same as
SkPackARGB32
, but this version guarantees to not check that the
379
return
SkPackARGB32
(a, r, g, b);
536
return
SkPackARGB32
(0xFF, r, g, b);
848
return
SkPackARGB32
(0xFF,
883
return
SkPackARGB32
(0xFF,
Completed in 77 milliseconds