Searched refs:boundingBoxMin (Results 1 – 6 of 6) sorted by relevance
/plugin/statistics/inc/pchart/ |
D | ICanvas.php | 28 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 30 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
|
D | GDCanvas.php | 360 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 367 $boundingBoxMin, 383 if((($boundingBoxMin == null) || (($X >= $boundingBoxMin->getX()) 384 && ($Y >= $boundingBoxMin->getY()))) 403 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 415 if(($boundingBoxMin == null || (($X >= $boundingBoxMin->getX()) 416 && ($Y >= $boundingBoxMin->getY())))
|
D | TestCanvas.php | 45 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 49 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
|
/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
|