Searched refs:SK_PMCOLOR_BYTE_ORDER (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
D | SkTypes.h | 71 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro 77 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro
|
/external/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()
|
/external/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 240 constexpr auto fmt = SK_PMCOLOR_BYTE_ORDER(R,G,B,A) ? AV_PIX_FMT_RGBA : AV_PIX_FMT_BGRA; in convertFrame()
|