Searched refs:_scratchFourFloatsAPtr (Results 1 – 3 of 3) sorted by relevance
/external/skia/modules/canvaskit/ |
D | skottie.js | 76 copyRectToWasm(dstRect, _scratchFourFloatsAPtr); 77 this._render(canvas, _scratchFourFloatsAPtr); 82 this._size(_scratchFourFloatsAPtr); 97 copyRectToWasm(dstRect, _scratchFourFloatsAPtr); 98 this._render(canvas, _scratchFourFloatsAPtr); 102 this._seek(t, _scratchFourFloatsAPtr); 112 this._seekFrame(frame, _scratchFourFloatsAPtr); 128 this._size(_scratchFourFloatsAPtr);
|
D | interface.js | 27 _scratchFourFloatsAPtr = _scratchFourFloatsA['byteOffset']; 241 this._computeTightBounds(_scratchFourFloatsAPtr); 266 this._getBounds(_scratchFourFloatsAPtr); 611 copyRectToWasm(src, _scratchFourFloatsAPtr); 613 this._drawImageRect(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, paint, !!fastSample); 617 copyRectToWasm(src, _scratchFourFloatsAPtr); 619 this._drawImageRectCubic(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, B, C, 624 copyRectToWasm(src, _scratchFourFloatsAPtr); 626 this._drawImageRectOptions(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, filter, mipmap, 699 flags, _scratchFourFloatsAPtr); [all …]
|
D | memory.js | 88 var _scratchFourFloatsAPtr = nullptr; variable 363 return copy1dArray(fourFloats, 'HEAPF32', ptr || _scratchFourFloatsAPtr);
|