Searched refs:BORDER_WIDTH (Results 1 – 1 of 1) sorted by relevance
/plugin/rrdgraph/inc/ |
H A D | errorimage.php | 22 const BORDER_WIDTH = 2; define in ErrorImage 35 … imagefontwidth(self::FONT) * strlen($message) + self::BORDER_SPACING * 2 + self::BORDER_WIDTH * 2; 36 …gefontwidth(self::TITLE_FONT) * strlen($title) + self::BORDER_SPACING * 2 + self::BORDER_WIDTH * 2; 39 …elf::TITLE_FONT) + imagefontheight(self::FONT) + self::BORDER_SPACING * 2 + self::BORDER_WIDTH * 2; 47 …illedrectangle($image, self::BORDER_WIDTH, self::BORDER_WIDTH, $width - self::BORDER_WIDTH - 1, $h… 49 $y = self::BORDER_WIDTH + self::BORDER_SPACING; 50 …imagestring($image, self::TITLE_FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $title, $cBla… 52 … imagestring($image, self::FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $message, $cBlack);
|