Searched refs:ctmToEmbed (Results 1 – 1 of 1) sorted by relevance
690 SkMatrix ctmToEmbed; in apply_ctm_to_filter() local692 if (ctm.decomposeScale(&scale, &ctmToEmbed)) { in apply_ctm_to_filter()704 ctmToEmbed.preScale(scale.fWidth, scale.fHeight); in apply_ctm_to_filter()705 ctmToEmbed.postScale(1.f / scale.fWidth, 1.f / scale.fHeight); in apply_ctm_to_filter()719 ctmToEmbed = ctm; in apply_ctm_to_filter()723 return SkMatrixImageFilter::Make(ctmToEmbed, SkSamplingOptions(SkFilterMode::kLinear), input); in apply_ctm_to_filter()