Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h306 static inline SkAlphaType select_xform_alpha(SkAlphaType dstAlphaType, SkAlphaType srcAlphaType) { in select_xform_alpha() function
DSkCodec.cpp600 auto alphaType = select_xform_alpha(fDstInfo.alphaType(), fSrcInfo.alphaType()); in applyColorXform()
DSkWebpCodec.cpp583 const auto xformAlphaType = select_xform_alpha(dstInfo.alphaType(), srcAlpha); in onGetPixels()
DSkPngCodec.cpp1162 SkAlphaType alphaType = select_xform_alpha(dstInfo.alphaType(), in onGetFillValue()