Lines Matching refs:set
6 // Anything that modifies an exposed class (e.g. Path) should be set
244 optionalOutputArray.set(ta);
269 optionalOutputArray.set(ta);
749 optOutputRect.set(ta);
863 optionalOutput.set(ta);
915 // We cannot call optionalOutput.set() because it is an error to call .set() with
1012 startEndPts.set(start);
1013 startEndPts.set(end, 2);
1068 startEndPts.set(start);
1069 startEndPts.set(end, 2);
1087 optionalOutputArray.set(ta);
1159 CanvasKit.HEAPU8.set(data, iptr);
1173 CanvasKit.HEAPU8.set(data, iptr);
1215 // (e.g. each set of 4 bytes could represent RGBA values for a single pixel).
1218 CanvasKit.HEAPU8.set(pixels, pptr); // We always want to copy the bytes into the WASM heap.
1229 // Default isVolatile to true if not set