/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | template-item.js | 28 this.padRight = 0 72 return length + this.padLeft + this.padRight 79 return this.maxLength + this.padLeft + this.padRight 86 return this.minLength + this.padLeft + this.padRight
|
H A D | render-template.js | 129 var prevPadRight = item.first ? 0 : output[item.index - 1].padRight 134 item.padRight = item.kerning 218 var rightPadding = item.padRight ? align.right('', item.padRight) : ''
|
/third_party/skia/gm/ |
H A D | lattice.cpp | 27 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, in 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...] |
/third_party/node/deps/npm/node_modules/columnify/ |
H A D | utils.js | 18 * If `str` is longer than `max`, padRight will return `str` unaltered. 26 function padRight(str, max, chr) { 56 * If `str` is longer than `max`, padRight will return `str` unaltered. 188 module.exports.padRight = padRight
|
H A D | columnify.js | 6 padRight = _require.padRight, 229 if (column.align === 'right') row[i].push(padLeft(val, column.width, paddingChr));else if (column.align === 'center' || column.align === 'centre') row[i].push(padCenter(val, column.width, paddingChr));else row[i].push(padRight(val, column.width, paddingChr));
|
H A D | index.js | 5 padRight, 221 else row[i].push(padRight(val, column.width, paddingChr))
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | DataDisplayTable.java | 304 return padRight(s, minLength); in padString() 336 private static String padRight(String s, int minLength) { in padRight() method in DataDisplayTable
|
/third_party/typescript/lib/ |
H A D | tsc.js | 2039 function padRight(s, length, padString) { function 2043 ts.padRight = padRight; [all...] |
H A D | typingsInstaller.js | 2421 function padRight(s, length, padString) { function 2425 ts.padRight = padRight; [all...] |
H A D | tsserverlibrary.js | 2440 function padRight(s, length, padString) { function 2444 ts.padRight = padRight; [all...] |
H A D | typescript.js | 2431 function padRight(s, length, padString) { function 2435 ts.padRight = padRight; [all...] |
H A D | typescriptServices.js | 2431 function padRight(s, length, padString) { function 2435 ts.padRight = padRight; [all...] |
H A D | tsserver.js | 2441 function padRight(s, length, padString) { function 2445 ts.padRight = padRight; [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 2567 function padRight(s, length, padString) { function 2571 ts.padRight = padRight; [all...] |