Lines Matching refs:borderWidth

1595 	float borderWidth;
1597 _GetDecoratorSize(&borderWidth, &tabHeight);
1600 zoomArea.left += borderWidth;
1601 zoomArea.top += borderWidth + tabHeight;
1602 zoomArea.right -= borderWidth;
1603 zoomArea.bottom -= borderWidth;
1614 zoomArea.left = screenFrame.left + borderWidth;
1615 zoomArea.right = screenFrame.right - borderWidth;
1988 float borderWidth = 5.0;
1993 settings.FindFloat("border width", &borderWidth);
1997 borderWidth = 0.f;
1999 borderWidth = 1.f;
2004 decoratorFrame.top -= borderWidth;
2005 decoratorFrame.left -= borderWidth + tabRect.Width();
2006 decoratorFrame.right += borderWidth;
2007 decoratorFrame.bottom += borderWidth;
2009 decoratorFrame.top -= borderWidth + tabRect.Height();
2010 decoratorFrame.left -= borderWidth;
2011 decoratorFrame.right += borderWidth;
2012 decoratorFrame.bottom += borderWidth;
2508 float borderWidth;
2510 _GetDecoratorSize(&borderWidth, &tabHeight);
2512 frame.InsetBy(-borderWidth, -borderWidth);
2524 innerFrame.InsetBy(borderWidth, borderWidth);
2551 MoveTo(left + borderWidth, top + tabHeight + borderWidth);
3848 float borderWidth;
3850 _GetDecoratorSize(&borderWidth, &tabHeight);
3853 if (point.x < screenFrame.left + borderWidth)
3854 point.x = screenFrame.left + borderWidth;
3855 else if (point.x + width > screenFrame.right - borderWidth)
3856 point.x = screenFrame.right - borderWidth - width;
3859 float tabPosition = frame.LeftTop().y + tabHeight + borderWidth;
3864 if (point.y < screenFrame.top + borderWidth)
3865 point.y = screenFrame.top + borderWidth;
3866 else if (point.y + height > screenFrame.bottom - borderWidth)
3867 point.y = screenFrame.bottom - borderWidth - height;
4054 float borderWidth = 5.0;
4062 settings.FindFloat("border width", &borderWidth);
4066 borderWidth = 0.0;
4073 *_borderWidth = borderWidth;