Home
last modified time | relevance | path

Searched refs:BORDER_SPACING (Results 1 – 1 of 1) sorted by relevance

/plugin/rrdgraph/inc/
H A Derrorimage.php24 const BORDER_SPACING = 10; define in ErrorImage
35 …$messageWidth = imagefontwidth(self::FONT) * strlen($message) + self::BORDER_SPACING * 2 + self::B…
36 …$titleWidth = imagefontwidth(self::TITLE_FONT) * strlen($title) + self::BORDER_SPACING * 2 + self:…
39 …gefontheight(self::TITLE_FONT) + imagefontheight(self::FONT) + self::BORDER_SPACING * 2 + self::BO…
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);