Lines Matching defs:color
20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
34 Color $color, $lineWidth, $lineDotSize,
40 Color $color, $lineWidth, $lineDotSize,
45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) {
57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) {
66 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
70 function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
74 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) {