Lines Matching refs:padRight
26 int padRight, int padBottom) { in make_surface() argument
27 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface()
32 int padRight, int padBottom) { in make_image() argument
37 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image()
106 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { in onDrawHelper() argument
116 padRight, padBottom); in onDrawHelper()
140 image->width() - padRight, image->height() - padBottom); in onDrawHelper()
232 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() argument
234 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
284 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper() argument
291 sk_sp<SkImage> image = makeImage(canvas, padLeft, padTop, padRight, padBottom); in onDrawHelper()