Home | History | Annotate | Download | only in core

Lines Matching full:imgcf

399     SkColorFilter* imgCF;
400 if (!imgf->asAColorFilter(&imgCF)) {
407 return imgCF;
410 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
412 SkAutoTUnref<SkColorFilter> autoImgCF(imgCF);
413 return SkColorFilter::CreateComposeFilter(imgCF, paintCF);