Lines Matching refs:border

16     $border  = $current_box->get_css_property(CSS_BORDER);
18 if ($border->top->get_width() > 0 ||
26 $border = $current_box->get_css_property(CSS_BORDER);
37 if ($border->top->get_width() > 0 ||
56 $border = $current_box->get_css_property(CSS_BORDER);
67 if ($border->top->get_width() > 0 ||
86 $border = $current_box->get_css_property(CSS_BORDER);
97 if ($border->bottom->get_width() > 0 ||
280 $border =& $this->get_css_property(CSS_BORDER);
283 if ($border->top->isDefaultColor()) {
284 $border->top->setColor($color);
287 if ($border->right->isDefaultColor()) {
288 $border->right->setColor($color);
291 if ($border->bottom->isDefaultColor()) {
292 $border->bottom->setColor($color);
295 if ($border->left->isDefaultColor()) {
296 $border->left->setColor($color);
299 $this->setCSSProperty(CSS_BORDER, $border);
634 $border = $this->get_css_property(CSS_BORDER);
637 $border->bottom->get_width() +
642 $border = $this->get_css_property(CSS_BORDER);
644 $left_border = $border->left;
653 $border = $this->get_css_property(CSS_BORDER);
654 $right_border = $border->right;
662 $border = $this->get_css_property(CSS_BORDER);
665 $border->top->get_width() +
708 return $this->border->top->width;
718 $border = $this->get_css_property(CSS_BORDER);
723 $border->left->get_width();
728 $border = $this->get_css_property(CSS_BORDER);
734 $border->right->get_width();
738 $border = $this->get_css_property(CSS_BORDER);
742 $border->top->get_width();
746 $border = $this->get_css_property(CSS_BORDER);
749 $border->bottom->get_width();
892 $border = $this->get_css_property(CSS_BORDER);
896 $border->show($viewport, $this);