Lines Matching refs:padBottom
27 int padRight, int padBottom) {
28 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom);
33 int padRight, int padBottom) {
38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom));
108 int padRight, int padBottom) {
118 padRight, padBottom);
142 image->width() - padRight, image->height() - padBottom);
241 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) {
243 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom));
293 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom,
300 sk_sp<SkImage> image = makeImage(canvas, padLeft, padTop, padRight, padBottom);