Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorSpaceXform.cpp1050 ::onApply(ColorFormat dstColorFormat, void* dst, ColorFormat srcColorFormat, const void* src, in onApply() argument
1055 if ((kRGBA_8888_ColorFormat == dstColorFormat && in onApply()
1057 (kBGRA_8888_ColorFormat == dstColorFormat && in onApply()
1063 if ((kRGBA_8888_ColorFormat == dstColorFormat && in onApply()
1065 (kBGRA_8888_ColorFormat == dstColorFormat && in onApply()
1074 if (kRGBA_F32_ColorFormat == dstColorFormat || in onApply()
1075 kBGR_565_ColorFormat == dstColorFormat || in onApply()
1082 return this->applyPipeline(dstColorFormat, dst, srcColorFormat, src, len, alphaType); in onApply()
1085 switch (dstColorFormat) { in onApply()
1139 bool SkColorSpaceXform::apply(ColorFormat dstColorFormat, void* dst, ColorFormat srcColorFormat, in apply() argument
[all …]