Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dfont.js312 CanvasKit.MallocGlyphIDs = function(numGlyphIDs) { class in CanvasKit
Dexterns.js60 MallocGlyphIDs: function() {}, method
DCHANGELOG.md401 - `CanvasKit.MallocGlyphIDs` as a helper for pre-allocating space on the WASM heap for Glyph IDs.
/third_party/skia/modules/canvaskit/tests/
Dfont.spec.js158 const mIDs = CanvasKit.MallocGlyphIDs(ids.length);
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts331 const glyphMalloc = CK.MallocGlyphIDs(20);
Dindex.d.ts174 MallocGlyphIDs(len: number): MallocObj; method