Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dinterface.js55 freeArraysThatAreNotMallocedByUsers(cmdPtr, cmds);
67 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);
538 freeArraysThatAreNotMallocedByUsers(srcRectPtr, srcRects);
539 freeArraysThatAreNotMallocedByUsers(dstXformPtr, dstXforms);
[all …]
Dfont.js27 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
88 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
269 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
284 freeArraysThatAreNotMallocedByUsers(glyphPtr, glyphs);
Dmemory.js68 function freeArraysThatAreNotMallocedByUsers(ptr, arr) { function