Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1762 var imageModeCorner = function imageModeCorner(x, y, w, h, whAreSizes) { argument
1772 var imageModeCorners = function imageModeCorners(x, y, w, h, whAreSizes) { argument
1776 w: whAreSizes ? w : w - x,
1777 h: whAreSizes ? h : h - y
1781 var imageModeCenter = function imageModeCenter(x, y, w, h, whAreSizes) { argument