Searched refs:pad_image (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkImageFilter.cpp | 304 static sk_sp<SkSpecialImage> pad_image(SkSpecialImage* src, const SkImageFilter_Base::Context& ctx, in pad_image() function 350 sk_sp<SkSpecialImage> img(pad_image(src, ctx, bounds->width(), bounds->height(), in applyCropRectAndPad()
|
/third_party/skia/src/core/ |
D | SkImageFilter.cpp | 392 static sk_sp<SkSpecialImage> pad_image(SkSpecialImage* src, const SkImageFilter_Base::Context& ctx, in pad_image() function 438 sk_sp<SkSpecialImage> img(pad_image(src, ctx, bounds->width(), bounds->height(), in applyCropRectAndPad()
|