Home
last modified time | relevance | path

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

/external/skia/gm/
Dlattice.cpp12 int padRight, int padBottom) { in make_surface() argument
13 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface()
23 int padRight, int padBottom) { in make_image() argument
28 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image()
97 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { in onDrawHelper() argument
107 padRight, padBottom); in onDrawHelper()
130 image->width() - padRight, image->height() - padBottom); in onDrawHelper()
Dwindowrectangles.cpp202 const int padBottom = (kDeviceRect.bottom() - kCoverRect.bottom()) / 2; in visualizeAlphaMask() local
206 kCoverRect.height() + padBottom, in visualizeAlphaMask()
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js1856 var padBottom = parseInt($widget.data('paddingbottom')) || 0;
1894 var height = $(window).height() - topOffset - padBottom;