Searched refs:_scratchFourFloatsAPtr (Results 1 – 3 of 3) sorted by relevance
/third_party/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); 618 copyRectToWasm(src, _scratchFourFloatsAPtr); 620 this._drawImageRect(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, paint, !!fastSample); 625 copyRectToWasm(src, _scratchFourFloatsAPtr); 627 this._drawImageRectCubic(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, B, C, 633 copyRectToWasm(src, _scratchFourFloatsAPtr); 635 this._drawImageRectOptions(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, filter, mipmap, 743 flags, _scratchFourFloatsAPtr); [all …]
|
D | memory.js | 94 var _scratchFourFloatsAPtr = nullptr; variable 369 return copy1dArray(fourFloats, 'HEAPF32', ptr || _scratchFourFloatsAPtr);
|