Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1113 curShape = PConstants.POLYGON, variable
7455 curShape = type;
7704 if (isCurve && curShape === PConstants.POLYGON || isCurve && curShape === undef) {
7745 } else if (isBezier && curShape === PConstants.POLYGON || isBezier && curShape === undef) {
7815 if (curShape === PConstants.POINTS) {
7822 } else if (curShape === PConstants.LINES) {
7947 } else if (curShape === PConstants.QUADS) {
8105 if (curShape === PConstants.POINTS) {
8112 } else if (curShape === PConstants.LINES) {
8199 } else if (curShape === PConstants.QUADS) {
[all …]