Lines Matching refs:graphics
10596 graphics = undef;
10612 if (graphics !== undef) {
10613 graphics.size(curTextSize, curTextSize);
10615 graphics = p.createGraphics(curTextSize, curTextSize);
10617 graphics.background(0);
10618 graphics.fill(255);
10619 graphics.textFont(curTextFont, curTextSize);
10620 graphics.text(character, 0, curTextSize);
10625 if (graphics.get(xLoc, yLoc) !== colour) {
10652 graphics = undef;
10668 if (graphics !== undef) {
10669 graphics.size(curTextSize, curTextSize);
10671 graphics = p.createGraphics(curTextSize, curTextSize);
10673 graphics.background(0);
10674 graphics.fill(255);
10675 graphics.textFont(curTextFont, curTextSize);
10676 graphics.text(character, 0, 0);
10681 if (graphics.get(xLoc, yLoc) !== colour) {