Searched refs:fPremulBehavior (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/codec/
H A DSkWebpAdapterCodec.cpp30 codecOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore;
H A DSkCodecImageGenerator.cpp48 codecOpts.fPremulBehavior = opts.fBehavior;
H A DSkSampledCodec.cpp78 codecOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore;
173 sampledOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore;
H A DSkCodec.cpp229 || !this->initializeColorXform(info, fEncodedInfo.alpha(), options.fPremulBehavior))
322 return this->initializeColorXform(info, frame->reportedAlpha(), options.fPremulBehavior)
H A DSkWebpCodec.cpp521 if (blendWithPrevFrame && options.fPremulBehavior == SkTransferFunctionBehavior::kRespect) {
618 options.fPremulBehavior == SkTransferFunctionBehavior::kRespect;
/external/skqp/src/codec/
H A DSkWebpAdapterCodec.cpp30 codecOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore;
H A DSkCodecImageGenerator.cpp48 codecOpts.fPremulBehavior = opts.fBehavior;
H A DSkSampledCodec.cpp78 codecOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore;
173 sampledOptions.fPremulBehavior = SkTransferFunctionBehavior::kIgnore;
H A DSkCodec.cpp229 || !this->initializeColorXform(info, fEncodedInfo.alpha(), options.fPremulBehavior))
322 return this->initializeColorXform(info, frame->reportedAlpha(), options.fPremulBehavior)
H A DSkWebpCodec.cpp521 if (blendWithPrevFrame && options.fPremulBehavior == SkTransferFunctionBehavior::kRespect) {
618 options.fPremulBehavior == SkTransferFunctionBehavior::kRespect;
/external/skia/src/core/
H A DSkColorSpaceXform_Base.h71 SkTransferFunctionBehavior fPremulBehavior; member in class:SkColorSpaceXform_XYZ
H A DSkColorSpaceXform.cpp350 : fPremulBehavior(premulBehavior)
529 if (kPremul_SkAlphaType == alphaType && SkTransferFunctionBehavior::kRespect == fPremulBehavior)
553 if (kPremul_SkAlphaType == alphaType && SkTransferFunctionBehavior::kIgnore == fPremulBehavior)
/external/skqp/src/core/
H A DSkColorSpaceXform_Base.h71 SkTransferFunctionBehavior fPremulBehavior; member in class:SkColorSpaceXform_XYZ
H A DSkColorSpaceXform.cpp350 : fPremulBehavior(premulBehavior)
529 if (kPremul_SkAlphaType == alphaType && SkTransferFunctionBehavior::kRespect == fPremulBehavior)
553 if (kPremul_SkAlphaType == alphaType && SkTransferFunctionBehavior::kIgnore == fPremulBehavior)
/external/skia/gm/
H A Dmakecolorspace.cpp22 opts.fPremulBehavior = behavior;
/external/skqp/gm/
H A Dmakecolorspace.cpp22 opts.fPremulBehavior = behavior;
/external/skia/include/codec/
H A DSkCodec.h256 , fPremulBehavior(SkTransferFunctionBehavior::kRespect)
307 SkTransferFunctionBehavior fPremulBehavior; member in struct:SkCodec::Options
/external/skqp/include/codec/
H A DSkCodec.h256 , fPremulBehavior(SkTransferFunctionBehavior::kRespect)
307 SkTransferFunctionBehavior fPremulBehavior; member in struct:SkCodec::Options
/external/skia/dm/
H A DDMSrcSink.cpp467 options.fPremulBehavior = canvas->imageInfo().colorSpace() ?
/external/skqp/dm/
H A DDMSrcSink.cpp464 options.fPremulBehavior = canvas->imageInfo().colorSpace() ?

Completed in 295 milliseconds