Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/
Dinterface.js30 _scratchFourFloatsBPtr = _scratchFourFloatsB['byteOffset'];
612 copyRectToWasm(dest, _scratchFourFloatsBPtr);
613 this._drawImageRect(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, paint, !!fastSample);
618 copyRectToWasm(dest, _scratchFourFloatsBPtr);
619 this._drawImageRectCubic(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, B, C,
625 copyRectToWasm(dest, _scratchFourFloatsBPtr);
626 this._drawImageRectOptions(img, _scratchFourFloatsAPtr, _scratchFourFloatsBPtr, filter, mipmap,
Dmemory.js91 var _scratchFourFloatsBPtr = nullptr; variable