Searched refs:boundingBoxMax (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | ICanvas.php | 32 …e, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument 34 …r, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
|
| D | GDCanvas.php | 311 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 318 $boundingBoxMax); 334 && (($boundingBoxMax == null) || (($X <= $boundingBoxMax->getX()) 335 && ($Y <= $boundingBoxMax->getY())))) { 349 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 363 && ($boundingBoxMax == null || (($X <= $boundingBoxMax->getX()) 364 && ($Y <= $boundingBoxMax->getY())))) {
|
| D | TestCanvas.php | 47 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 51 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
|