Searched refs:boundingBoxMax (Results 1 – 6 of 6) sorted by relevance
/plugin/statdisplay/pchart/ |
H A 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
|
H A D | TestCanvas.php | 47 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 51 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
|
H A 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())))) {
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument 30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
|
H A D | TestCanvas.php | 45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
|
H A D | GDCanvas.php | 360 public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 368 $boundingBoxMax 385 && (($boundingBoxMax == null) || (($X <= $boundingBoxMax->getX()) 386 && ($Y <= $boundingBoxMax->getY()))) 403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 417 && ($boundingBoxMax == null || (($X <= $boundingBoxMax->getX()) 418 && ($Y <= $boundingBoxMax->getY())))
|