OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDitherARGB32To4444
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkDither.h
143
static inline SkPMColor16
SkDitherARGB32To4444
(U8CPU a, U8CPU r, U8CPU g,
156
static inline SkPMColor16
SkDitherARGB32To4444
(SkPMColor c, unsigned dither)
SkColorPriv.h
748
static inline SkPMColor16
SkDitherARGB32To4444
(U8CPU a, U8CPU r,
752
//
SkDitherARGB32To4444
(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
765
return
SkDitherARGB32To4444
(SkGetPackedA32(c), SkGetPackedR32(c),
/external/skia/include/core/
SkDither.h
143
static inline SkPMColor16
SkDitherARGB32To4444
(U8CPU a, U8CPU r, U8CPU g,
156
static inline SkPMColor16
SkDitherARGB32To4444
(SkPMColor c, unsigned dither)
SkColorPriv.h
748
static inline SkPMColor16
SkDitherARGB32To4444
(U8CPU a, U8CPU r,
752
//
SkDitherARGB32To4444
(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
765
return
SkDitherARGB32To4444
(SkGetPackedA32(c), SkGetPackedR32(c),
Completed in 27 milliseconds