Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js1088 curSketch,
6316 if (!curSketch.options.isTransparent) {
7432 if (curSketch.options.crispLines) {
8630 … if ((x1 === x2 || y1 === y2) && lineWidth <= 1.0 && doStroke && curSketch.options.crispLines) {
8792 if (doStroke && !doFill && lineWidth <= 1.0 && curSketch.options.crispLines) {
9209 if (curSketch.imageCache.images[file]) {
9210 return new PImage(curSketch.imageCache.images[file]);
9485 if (!curSketch.options.isTransparent) {
9512 if (curSketch.options.isTransparent) {
11601 curSketch = aCode;
[all …]