Home
last modified time | relevance | path

Searched refs:getGlyphBounds (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/canvaskit/
Dfont.js20 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { method in CanvasKit.Font
Dexterns.js358 getGlyphBounds: function() {},
DCHANGELOG.md289 - `SkFont.getGlyphIDs`, `SkFont.getGlyphBounds`, `SkFont.getGlyphWidths` for turning code points
/external/skia/modules/canvaskit/tests/
Dfont.spec.js147 const bounds = font.getGlyphBounds(ids, bluePaint);
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts324 const glyphBounds = font.getGlyphBounds(glyphMalloc, paint); // $ExpectType Float32Array
325 font.getGlyphBounds(someGlyphs, null, glyphBounds);
Dindex.d.ts1638 getGlyphBounds(glyphs: InputGlyphIDArray, paint?: Paint | null, method