Home
last modified time | relevance | path

Searched refs:padBottom (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/gm/
H A Dlattice.cpp27 int padRight, int padBottom) { in make_surface()
28 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface()
33 int padRight, int padBottom) { in make_image()
38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image()
108 int padRight, int padBottom) { in onDrawHelper()
118 padRight, padBottom); in onDrawHelper()
142 image->width() - padRight, image->height() - padBottom); in onDrawHelper()
241 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() argument
243 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
293 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper() argument
26 make_surface(SkCanvas* root, int N, int padLeft, int padTop, int padRight, int padBottom) make_surface() argument
32 make_image(SkCanvas* root, int* xDivs, int* yDivs, int padLeft, int padTop, int padRight, int padBottom) make_image() argument
107 onDrawHelper(GrDirectContext* dContext, SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) onDrawHelper() argument
[all...]

Completed in 1 milliseconds