Home
last modified time | relevance | path

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

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