Searched refs:SK_PMCOLOR_BYTE_ORDER (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/include/core/ |
D | SkPostConfig.h | 176 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro 182 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro
|
D | SkImageInfo.h | 90 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 93 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/third_party/skia/gm/ |
D | all_bitmap_configs.cpp | 176 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) in make_not_native32_color_wheel() 178 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A) in make_not_native32_color_wheel()
|
/third_party/skia/include/core/ |
D | SkImageInfo.h | 98 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 101 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
D | SkTypes.h | 319 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro 325 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro
|
/third_party/flutter/skia/gm/ |
D | all_bitmap_configs.cpp | 176 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) in make_not_native32_color_wheel() 178 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A) in make_not_native32_color_wheel()
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 238 constexpr auto fmt = SK_PMCOLOR_BYTE_ORDER(R,G,B,A) ? AV_PIX_FMT_RGBA : AV_PIX_FMT_BGRA; in convertFrame()
|
/third_party/flutter/skia/include/private/ |
D | GrTypesPriv.h | 79 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 81 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|