Lines Matching +defs:text +defs:color
14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
110 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi…
153 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid…
220 Color $color, $lineWidth, $lineDotSize,
360 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha…
403 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S…
445 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,…
515 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
541 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
582 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
604 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
623 …public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowPro…
654 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) {