Lines Matching refs:hasMixedSamples
325 bool hasMixedSamples, in get_blend_formula() argument
330 bool conflatesCoverage = !coveragePOI.isSolidWhite() || hasMixedSamples; in get_blend_formula()
508 bool hasMixedSamples, in ShaderPDXferProcessor() argument
510 : INHERITED(dstTexture, true, hasMixedSamples) in ShaderPDXferProcessor()
740 bool hasMixedSamples, in onCreateXferProcessor() argument
743 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fXfermode); in onCreateXferProcessor()
759 hasMixedSamples, fXfermode); in onCreateXferProcessor()
763 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fXfermode); in onCreateXferProcessor()
803 bool hasMixedSamples) const { in onWillReadDstColor()
821 return get_blend_formula(optimizations.fColorPOI, optimizations.fCoveragePOI, hasMixedSamples, in onWillReadDstColor()
858 bool hasMixedSamples, in CreateSrcOverXferProcessor() argument
861 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, SkXfermode::kSrcOver_Mode); in CreateSrcOverXferProcessor()
865 !hasMixedSamples && in CreateSrcOverXferProcessor()
888 hasMixedSamples, SkXfermode::kSrcOver_Mode); in CreateSrcOverXferProcessor()
892 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, SkXfermode::kSrcOver_Mode); in CreateSrcOverXferProcessor()
901 bool hasMixedSamples) { in SrcOverWillNeedDstTexture() argument
921 hasMixedSamples, SkXfermode::kSrcOver_Mode).hasSecondaryOutput(); in SrcOverWillNeedDstTexture()