Searched refs:SK_PMCOLOR_BYTE_ORDER (Results 1 – 9 of 9) sorted by relevance
/external/skqp/include/core/ |
D | SkPostConfig.h | 179 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro 185 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro
|
D | SkImageInfo.h | 99 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 102 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/external/skia/include/core/ |
D | SkImageInfo.h | 96 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 99 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
D | SkTypes.h | 308 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ macro 314 # 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/skqp/gm/ |
D | all_bitmap_configs.cpp | 168 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) in make_not_native32_color_wheel() 170 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A) in make_not_native32_color_wheel()
|
/external/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()
|
/external/skqp/include/private/ |
D | GrTypesPriv.h | 71 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 73 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
/external/skqp/docs/ |
D | undocumented.bmh | 41 SK_PMCOLOR_BYTE_ORDER # ditto
|