/third_party/skia/gm/ |
H A D | lattice.cpp | 26 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() argument 28 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface() 32 static sk_sp<SkImage> make_image(SkCanvas* root, int* xDivs, int* yDivs, int padLeft, int padTop, in make_image() argument 38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 40 canvas->translate((float) padLeft, (float) padTop); in make_image() 46 xDivs[0] = kCap + padLeft; in make_image() 48 xDivs[1] = kCap + kMid + padLeft; in make_image() 50 xDivs[2] = kCap + 2 * kMid + padLeft; in make_image() 52 xDivs[3] = kCap + 3 * kMid + padLeft; in make_image() 107 void onDrawHelper(GrDirectContext* dContext, SkCanvas* canvas, int padLeft, in argument 241 makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) makeImage() argument 293 onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, SkPaint& paint) onDrawHelper() argument [all...] |
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | template-item.js | 27 this.padLeft = 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 | 131 item.padLeft = item.kerning - prevPadRight 217 var leftPadding = item.padLeft ? align.left('', item.padLeft) : ''
|
/third_party/node/deps/npm/node_modules/columnify/ |
H A D | utils.js | 64 function padLeft(str, max, chr) { 190 module.exports.padLeft = padLeft
|
H A D | columnify.js | 8 padLeft = _require.padLeft, 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 | 7 padLeft, 219 if (column.align === 'right') row[i].push(padLeft(val, column.width, paddingChr))
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | DataDisplayTable.java | 306 return padLeft(s, minLength); in padString() 322 private static String padLeft(String s, int minLength) { in padLeft() method in DataDisplayTable
|
/third_party/typescript/lib/ |
H A D | tsc.js | 2034 function padLeft(s, length, padString) { function 2038 ts.padLeft = padLeft; [all...] |
H A D | typingsInstaller.js | 2409 function padLeft(s, length, padString) { function 2413 ts.padLeft = padLeft; [all...] |
H A D | tsserverlibrary.js | 2428 function padLeft(s, length, padString) { function 2432 ts.padLeft = padLeft; [all...] |
H A D | typescript.js | 2419 function padLeft(s, length, padString) { function 2423 ts.padLeft = padLeft; [all...] |
H A D | typescriptServices.js | 2419 function padLeft(s, length, padString) { function 2423 ts.padLeft = padLeft; [all...] |
H A D | tsserver.js | 2429 function padLeft(s, length, padString) { function 2433 ts.padLeft = padLeft; [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 2555 function padLeft(s, length, padString) { function 2559 ts.padLeft = padLeft; [all...] |