Searched refs:getGlyphIDs (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/modules/canvaskit/tests/ |
D | font.spec.js | 138 const ids = notoSerif.getGlyphIDs('AEGIS ægis'); 285 const ids = font.getGlyphIDs('M'); 326 const ids = font.getGlyphIDs('I'); 343 const ids = font.getGlyphIDs('I');
|
/third_party/skia/modules/canvaskit/ |
D | font.js | 38 CanvasKit.Font.prototype.getGlyphIDs = function(str, numGlyphIDs, optionalOutputArray) { method in CanvasKit.Font 145 CanvasKit.Typeface.prototype.getGlyphIDs = function(str, numGlyphIDs, optionalOutputArray) { method in CanvasKit.Typeface 195 var ids = font.getGlyphIDs(str);
|
D | externs.js | 371 getGlyphIDs: function() {}, 710 getGlyphIDs: function() {},
|
D | CHANGELOG.md | 66 - `Typeface.getGlyphIDs` - provides the same functionality as `Font.getGlyphIDs`. 74 - `Font.getGlyphIDs` had the wrong type for the third argument. It is now correctly a Uint16Array. 301 - `Font.getWidths` in favor of `Font.getGlyphIDs` and `Font.getGlyphWidths`. 396 - `SkFont.getGlyphIDs`, `SkFont.getGlyphBounds`, `SkFont.getGlyphWidths` for turning code points
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 337 const ids = font.getGlyphIDs('abcd'); 338 font.getGlyphIDs('efgh', 4, ids); 904 const ids = font.getGlyphIDs('abc'); 921 const ids = face!.getGlyphIDs('abcd'); 922 face!.getGlyphIDs('efgh', 4, ids);
|
D | index.d.ts | 1642 getGlyphIDs(str: string, numCodePoints?: number, method 2707 getGlyphIDs(str: string, numCodePoints?: number, method
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 704 ctx.robotoFont.getGlyphIDs(String.fromCodePoint(i), 1, output);
|