Home
last modified time | relevance | path

Searched refs:freeArraysThatAreNotMallocedByUsers (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/canvaskit/
Dinterface.js67 freeArraysThatAreNotMallocedByUsers(verbsPtr, verbs);
68 freeArraysThatAreNotMallocedByUsers(pointsPtr, pts);
69 freeArraysThatAreNotMallocedByUsers(weightsPtr, weights);
139 freeArraysThatAreNotMallocedByUsers(ptr, points);
163 freeArraysThatAreNotMallocedByUsers(verbsPtr, verbs);
164 freeArraysThatAreNotMallocedByUsers(pointsPtr, points);
165 freeArraysThatAreNotMallocedByUsers(weightsPtr, weights);
556 freeArraysThatAreNotMallocedByUsers(srcRectPtr, srcRects);
559 freeArraysThatAreNotMallocedByUsers(dstXformPtr, dstXforms);
562 freeArraysThatAreNotMallocedByUsers(colorPtr, colors);
[all …]
Dfont.js27 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
80 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
241 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
256 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
Dmemory.js68 function freeArraysThatAreNotMallocedByUsers(ptr, arr) { function