D | SkMorphologyImageFilter.cpp | 94 SkVector radius = SkVector::Make(SkIntToScalar(this->radius().width()), in onFilterNodeBounds() local 95 SkIntToScalar(this->radius().height())); in onFilterNodeBounds() 96 ctm.mapVectors(&radius, 1); in onFilterNodeBounds() 97 return src.makeOutset(SkScalarCeilToInt(radius.x()), SkScalarCeilToInt(radius.y())); in onFilterNodeBounds() 129 int radius, Type type) { in Make() argument 131 new GrMorphologyEffect(std::move(proxy), dir, radius, type, nullptr)); in Make() 135 int radius, Type type, const float bounds[2]) { in Make() argument 137 new GrMorphologyEffect(std::move(proxy), dir, radius, type, bounds)); in Make() 144 int radius() const { return fRadius; } in radius() function in GrMorphologyEffect 170 GrMorphologyEffect(sk_sp<GrTextureProxy>, Direction, int radius, Type, const float range[2]); [all …]
|