Home
last modified time | relevance | path

Searched refs:srcColorFormat (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkColorSpaceXform.cpp1020 SkColorSpaceXform::ColorFormat srcColorFormat, in apply_set_src() argument
1022 switch (srcColorFormat) { in apply_set_src()
1050 ::onApply(ColorFormat dstColorFormat, void* dst, ColorFormat srcColorFormat, const void* src, in onApply() argument
1056 kRGBA_8888_ColorFormat == srcColorFormat) || in onApply()
1058 kBGRA_8888_ColorFormat == srcColorFormat)) in onApply()
1064 kBGRA_8888_ColorFormat == srcColorFormat) || in onApply()
1066 kRGBA_8888_ColorFormat == srcColorFormat)) in onApply()
1076 kRGBA_F32_ColorFormat == srcColorFormat || in onApply()
1077 kRGBA_F16_ColorFormat == srcColorFormat || in onApply()
1078 kRGBA_U16_BE_ColorFormat == srcColorFormat || in onApply()
[all …]