Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DICanvas.php32 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
34 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
DGDCanvas.php311 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
317 $boundingBoxMin,
332 if ((($boundingBoxMin == null) || (($X >= $boundingBoxMin->getX())
333 && ($Y >= $boundingBoxMin->getY())))
349 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
361 if (($boundingBoxMin == null || (($X >= $boundingBoxMin->getX())
362 && ($Y >= $boundingBoxMin->getY())))
DTestCanvas.php47 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
51 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument