OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_G32_BITS
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkColorPriv.h
349
#define
SK_G32_BITS
8
354
#define SK_G32_MASK ((1 <<
SK_G32_BITS
) - 1)
584
#define SkG32ToG16_MACRO(g) ((unsigned)(g) >> (
SK_G32_BITS
- SK_G16_BITS))
607
#define SkPacked32ToG16(c) (((unsigned)(c) >> (SK_G32_SHIFT +
SK_G32_BITS
- SK_G16_BITS)) & SK_G16_MASK)
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp
[
all
...]
Completed in 1195 milliseconds