Searched defs:SK_PMCOLOR_BYTE_ORDER (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPostConfig.h185 * SK_PMCOLOR_BYTE_ORDER can be used to query the byte order of SkPMColor at compile time. The
189 * SK_PMCOLOR_BYTE_ORDER(R,G,B,A) will be true on a little endian machine and
190 * SK_PMCOLOR_BYTE_ORDER(A,B,G,R) will be true on a big endian machine.
193 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro
199 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro

Completed in 90 milliseconds