Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkWebpAdapterCodec.cpp43 codecOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore; in onGetAndroidPixels()
DSkSampledCodec.cpp78 codecOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore; in onGetAndroidPixels()
175 sampledOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore; in sampledDecode()
DSkJpegCodec.cpp584 if (!this->initializeColorXform(dstInfo, options.fPremulBehavior)) { in onGetPixels()
693 if (!this->initializeColorXform(dstInfo, options.fPremulBehavior)) { in onStartScanlineDecode()
DSkBmpCodec.cpp619 !this->initializeColorXform(dstInfo, options.fPremulBehavior)) in prepareToDecode()
DSkWebpCodec.cpp198 !this->initializeColorXform(dstInfo, options.fPremulBehavior)) in onGetPixels()
DSkGifCodec.cpp188 !this->initializeColorXform(dstInfo, opts.fPremulBehavior)) in prepareToDecode()
DSkRawCodec.cpp694 !this->initializeColorXform(dstInfo, options.fPremulBehavior)) in onGetPixels()
DSkPngCodec.cpp1001 if (!this->initializeColorXform(dstInfo, options.fPremulBehavior)) { in initializeXforms()
/external/skia/include/codec/
DSkCodec.h252 , fPremulBehavior(SkTransferFunctionBehavior::kRespect) in Options()
307 SkTransferFunctionBehavior fPremulBehavior; member
/external/skia/src/core/
DSkColorSpaceXform_Base.h80 SkTransferFunctionBehavior fPremulBehavior; variable
DSkColorSpaceXform.cpp941 : fPremulBehavior(premulBehavior) in SkColorSpaceXform_XYZ()
1242 if (kPremul_SkAlphaType == alphaType && SkTransferFunctionBehavior::kRespect == fPremulBehavior) in applyPipeline()
1265 if (kPremul_SkAlphaType == alphaType && SkTransferFunctionBehavior::kIgnore == fPremulBehavior) in applyPipeline()