Lines Matching refs:padRight
13 int padRight, int padBottom) { in make_surface() argument
14 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface()
19 int padRight, int padBottom) { in make_image() argument
24 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image()
93 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { in onDrawHelper() argument
103 padRight, padBottom); in onDrawHelper()
127 image->width() - padRight, image->height() - padBottom); in onDrawHelper()
219 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() argument
221 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
271 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper() argument
278 sk_sp<SkImage> image = makeImage(canvas, padLeft, padTop, padRight, padBottom); in onDrawHelper()