/external/chromium_org/third_party/skia/include/core/ |
SkImageInfo.h | 76 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 78 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
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/ |
SkImageInfo.h | 76 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 78 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
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/chromium_org/third_party/skia/src/core/ |
SkDevice.cpp | 12 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 14 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/external/skia/src/core/ |
SkDevice.cpp | 12 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 14 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/external/chromium_org/third_party/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 33 #if SK_PMCOLOR_BYTE_ORDER(R,G,B,A) 40 #elif SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
|
/external/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 33 #if SK_PMCOLOR_BYTE_ORDER(R,G,B,A) 40 #elif SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrTypes.h | 291 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 293 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/external/skia/include/gpu/ |
GrTypes.h | 291 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 293 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 399 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 401 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A) [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 399 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 401 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A) [all...] |