Home
last modified time | relevance | path

Searched refs:_scratchFourFloatsBPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/canvaskit/
Dinterface.js30 _scratchFourFloatsBPtr = _scratchFourFloatsB['byteOffset'];
619 copyRectToWasm(dest, _scratchFourFloatsBPtr);
620 this._drawImageRect(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, paint, !!fastSample);
626 copyRectToWasm(dest, _scratchFourFloatsBPtr);
627 this._drawImageRectCubic(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, B, C,
634 copyRectToWasm(dest, _scratchFourFloatsBPtr);
635 this._drawImageRectOptions(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, filter, mipmap,
Dmemory.js97 var _scratchFourFloatsBPtr = nullptr; variable