Searched defs:padBottom (Results 1 – 5 of 5) sorted by relevance
/external/skqp/gm/ |
D | lattice.cpp | 13 int padRight, int padBottom) { in make_surface() 19 int padRight, int padBottom) { in make_image() 93 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { in onDrawHelper() 219 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() 271 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper()
|
D | windowrectangles.cpp | 198 const int padBottom = (kDeviceRect.bottom() - kCoverRect.bottom()) / 2; in visualizeAlphaMask() local
|
/external/skia/gm/ |
D | lattice.cpp | 27 int padRight, int padBottom) { in make_surface() 33 int padRight, int padBottom) { in make_image() 108 int padRight, int padBottom) { in onDrawHelper() 241 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() 293 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper()
|
D | windowrectangles.cpp | 228 const int padBottom = (kDeviceRect.bottom() - kCoverRect.bottom()) / 2; in visualizeAlphaMask() local
|
/external/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/ |
D | TriggerPad.kt | 92 val padBottom = paddingBottom in onSizeChanged() constant 106 val padBottom = paddingBottom in onMeasure() constant
|