Lines Matching refs:style
53 static public function getShorthandValues ($value, &$width, &$style, &$color) { argument
55 $style = NULL;
62 $style = $value;
110 $style = $values [$index];
153 $style = NULL;
155 self::getShorthandValues ($properties ['border'], $width, $style, $color);
162 if (!empty($style)) {
163 $bl_style = $style;
164 $br_style = $style;
165 $bb_style = $style;
166 $bt_style = $style;
179 $style = NULL;
181 self::getShorthandValues ($properties ['border-left'], $width, $style, $color);
185 if (!empty($style)) {
186 $bl_style = $style;
196 $style = NULL;
198 self::getShorthandValues ($properties ['border-right'], $width, $style, $color);
202 if (!empty($style)) {
203 $br_style = $style;
213 $style = NULL;
215 self::getShorthandValues ($properties ['border-top'], $width, $style, $color);
219 if (!empty($style)) {
220 $bt_style = $style;
230 $style = NULL;
232 self::getShorthandValues ($properties ['border-bottom'], $width, $style, $color);
236 if (!empty($style)) {
237 $bb_style = $style;