Searched refs:CastToImageFilter (Results 1 – 2 of 2) sorted by relevance
31 static std::shared_ptr<ImageFilter> CastToImageFilter(OH_Drawing_ImageFilter* cImageFilter) in CastToImageFilter() function40 static_cast<TileMode>(cTileMode), CastToImageFilter(input), ImageBlurType::GAUSS); in OH_Drawing_ImageFilterCreateBlur()51 ImageFilter::FilterType::COLOR_FILTER, *CastToColorFilter(cf), CastToImageFilter(input)); in OH_Drawing_ImageFilterCreateFromColorFilter()
31 static ImageFilter* CastToImageFilter(OH_Drawing_ImageFilter* cImageFilter) in CastToImageFilter() function62 …filter->SetImageFilter(std::shared_ptr<ImageFilter>{CastToImageFilter(cImageFilter), [](auto p) {}… in OH_Drawing_FilterSetImageFilter()