Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dtemplate-item.js28 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 Drender-template.js129 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 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, 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 Dutils.js18 * 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 Dcolumnify.js6 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 Dindex.js5 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 DDataDisplayTable.java304 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 Dtsc.js2039 function padRight(s, length, padString) { function
2043 ts.padRight = padRight;
[all...]
H A DtypingsInstaller.js2421 function padRight(s, length, padString) { function
2425 ts.padRight = padRight;
[all...]
H A Dtsserverlibrary.js2440 function padRight(s, length, padString) { function
2444 ts.padRight = padRight;
[all...]
H A Dtypescript.js2431 function padRight(s, length, padString) { function
2435 ts.padRight = padRight;
[all...]
H A DtypescriptServices.js2431 function padRight(s, length, padString) { function
2435 ts.padRight = padRight;
[all...]
H A Dtsserver.js2441 function padRight(s, length, padString) { function
2445 ts.padRight = padRight;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2567 function padRight(s, length, padString) { function
2571 ts.padRight = padRight;
[all...]

Completed in 193 milliseconds