Home
last modified time | relevance | path

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

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenShot.java112 Graphics2D g = scaled.createGraphics(); in call()
127 Graphics2D ssg = img.createGraphics(); in call()
H A DSwfEncoder.java274 Graphics2D g = scaled.createGraphics(); in encode()
H A DMovieEditorDialog.java198 Graphics2D g = ret.createGraphics(); in getToolTipImage()
277 Graphics2D g = ret.createGraphics(); in getImage()
/plugin/processing/
H A Dscript.js9327 p.createGraphics = function createGraphics(w, h, render) { function
10615 graphics = p.createGraphics(curTextSize, curTextSize);
10671 graphics = p.createGraphics(curTextSize, curTextSize);
11086 var hud = p.createGraphics(tWidth, tHeight);