OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SK_PMCOLOR_BYTE_ORDER
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPostConfig.h
223
*
SK_PMCOLOR_BYTE_ORDER
can be used to query the byte order of SkPMColor at compile time. The
227
*
SK_PMCOLOR_BYTE_ORDER
(R,G,B,A) will be true on a little endian machine and
228
*
SK_PMCOLOR_BYTE_ORDER
(A,B,G,R) will be true on a big endian machine.
231
# define
SK_PMCOLOR_BYTE_ORDER
(C0, C1, C2, C3) \
237
# define
SK_PMCOLOR_BYTE_ORDER
(C0, C1, C2, C3) \
/external/skia/include/core/
SkPostConfig.h
223
*
SK_PMCOLOR_BYTE_ORDER
can be used to query the byte order of SkPMColor at compile time. The
227
*
SK_PMCOLOR_BYTE_ORDER
(R,G,B,A) will be true on a little endian machine and
228
*
SK_PMCOLOR_BYTE_ORDER
(A,B,G,R) will be true on a big endian machine.
231
# define
SK_PMCOLOR_BYTE_ORDER
(C0, C1, C2, C3) \
237
# define
SK_PMCOLOR_BYTE_ORDER
(C0, C1, C2, C3) \
Completed in 2102 milliseconds