HomeSort by relevance Sort by last modified time
    Searched refs:SK_PMCOLOR_BYTE_ORDER (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 210 * SK_PMCOLOR_BYTE_ORDER can be used to query the byte order of SkPMColor at compile time. The
214 * SK_PMCOLOR_BYTE_ORDER(R,G,B,A) will be true on a little endian machine and
215 * SK_PMCOLOR_BYTE_ORDER(A,B,G,R) will be true on a big endian machine.
218 #define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \
224 #define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \
  /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/include/core/
SkPostConfig.h 218 * SK_PMCOLOR_BYTE_ORDER can be used to query the byte order of SkPMColor at compile time. The
222 * SK_PMCOLOR_BYTE_ORDER(R,G,B,A) will be true on a little endian machine and
223 * SK_PMCOLOR_BYTE_ORDER(A,B,G,R) will be true on a big endian machine.
226 #define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \
232 #define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \
  /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 295 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
297 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
  /external/skia/include/gpu/
GrTypes.h 295 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
297 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 222 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
225 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
  /external/skia/src/core/
SkDevice.cpp 222 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
225 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)

Completed in 565 milliseconds