Searched refs:getGlyphBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/modules/canvaskit/ |
D | font.js | 20 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { method in CanvasKit.Font
|
D | externs.js | 358 getGlyphBounds: function() {},
|
D | CHANGELOG.md | 289 - `SkFont.getGlyphIDs`, `SkFont.getGlyphBounds`, `SkFont.getGlyphWidths` for turning code points
|
/external/skia/modules/canvaskit/tests/ |
D | font.spec.js | 147 const bounds = font.getGlyphBounds(ids, bluePaint);
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 324 const glyphBounds = font.getGlyphBounds(glyphMalloc, paint); // $ExpectType Float32Array 325 font.getGlyphBounds(someGlyphs, null, glyphBounds);
|
D | index.d.ts | 1638 getGlyphBounds(glyphs: InputGlyphIDArray, paint?: Paint | null, method
|