Searched refs:boundingBoxMin (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | ICanvas.php | 32 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 34 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
|
| D | GDCanvas.php | 311 …$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())))
|
| D | TestCanvas.php | 47 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 51 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
|