Lines Matching defs:high
422 * @param $high
425 public function displaySymbol($text, $high)
433 $img = imagecreate(1, max($high, 1));
435 imagefilledrectangle($img, 0, 0, 1, $high, $white);
438 $img = imagecreate(1, max($high, 1));
440 imagefilledrectangle($img, 0, 0, 1, $high, $white);
443 $img = imagecreate(6, max($high, 1));
446 imagefilledrectangle($img, 0, 0, 6, $high, $white);
447 imagefilledrectangle($img, 2, 0, 2, $high, $black);
448 imagefilledrectangle($img, 4, 0, 4, $high, $black);
451 $img = imagecreate(5, max($high, 1));
454 imagefilledrectangle($img, 0, 0, 5, $high, $white);
455 imagefilledrectangle($img, 2, 0, 2, $high, $black);
505 $t = $high;
566 } while ((abs($tmpDim[3] - $tmpDim[5]) < 1.2 * $high));
605 $img = imagecreate(1, max($high, 1));
607 imagefilledrectangle($img, 0, 0, 1, $high, $white);
639 } while ((abs($tmpDim[3] - $tmpDim[5]) < $high));
679 $img = imagecreate(1, max($high, 1));
681 imagefilledrectangle($img, 0, 0, 1, $high, $white);