Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h295 static inline SkAlphaType select_xform_alpha(SkAlphaType dstAlphaType, SkAlphaType srcAlphaType) { in select_xform_alpha() function
DSkCodec.cpp687 auto alphaType = select_xform_alpha(fDstInfo.alphaType(), fSrcInfo.alphaType()); in applyColorXform()
DSkPngCodec.cpp1167 SkAlphaType alphaType = select_xform_alpha(dstInfo.alphaType(), in onGetFillValue()
/external/skqp/src/codec/
DSkCodecPriv.h295 static inline SkAlphaType select_xform_alpha(SkAlphaType dstAlphaType, SkAlphaType srcAlphaType) { in select_xform_alpha() function
DSkCodec.cpp687 auto alphaType = select_xform_alpha(fDstInfo.alphaType(), fSrcInfo.alphaType()); in applyColorXform()
DSkPngCodec.cpp1161 SkAlphaType alphaType = select_xform_alpha(dstInfo.alphaType(), in onGetFillValue()