Searched refs:mallocObj (Results 1 – 2 of 2) sorted by relevance
58 CanvasKit.Free = function(mallocObj) { argument59 CanvasKit._free(mallocObj['byteOffset']);60 mallocObj['byteOffset'] = nullptr;62 mallocObj['toTypedArray'] = null;63 mallocObj.typedArray = null;
69 CanvasKit.MakeRasterDirectSurface = function(imageInfo, mallocObj, bytesPerRow) { argument70 return CanvasKit.Surface._makeRasterDirect(imageInfo, mallocObj['byteOffset'], bytesPerRow);