Home | History | Annotate | Download | only in core

Lines Matching refs:paintCF

335     SkColorFilter* paintCF = paint.getColorFilter();
336 if (nullptr == paintCF) {
341 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
343 return imgCF->makeComposed(sk_ref_sp(paintCF));