Searched defs:dstColorFormat (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/codec/
H A DSkWebpCodec.cpp343 SkColorSpaceXform::ColorFormat dstColorFormat = select_xform_format(dstInfo.colorType()); local
351 SkAssertResult(this->colorXform()->apply(dstColorFormat, xformDst,
/external/skia/src/core/
H A DSkColorSpaceXform.cpp1045 ::onApply(ColorFormat dstColorFormat, void* dst, ColorFormat srcColorFormat, const void* src, argument
1050 if ((kRGBA_8888_ColorFormat == dstColorFormat &&
1052 (kBGRA_8888_ColorFormat == dstColorFormat &&
1058 if ((kRGBA_8888_ColorFormat == dstColorFormat &&
1060 (kBGRA_8888_ColorFormat == dstColorFormat &&
1069 if (kRGBA_F32_ColorFormat == dstColorFormat ||
1070 kBGR_565_ColorFormat == dstColorFormat ||
1077 return this->applyPipeline(dstColorFormat, dst, srcColorFormat, src, len, alphaType);
1080 switch (dstColorFormat) {
1134 bool SkColorSpaceXform::apply(ColorFormat dstColorFormat, voi argument
1144 applyPipeline(ColorFormat dstColorFormat, void* dst, ColorFormat srcColorFormat, const void* src, int len, SkAlphaType alphaType) const argument
[all...]

Completed in 194 milliseconds