Searched refs:borderThickness (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFrameSet.cpp138 LayoutUnit borderThickness = frameSetElement().border(); local
146 if (borderThickness && m_cols.m_allowBorder[c + 1]) {
147 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
148 xPos += borderThickness;
155 if (borderThickness && m_rows.m_allowBorder[r + 1]) {
156 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness)));
157 yPos += borderThickness;
470 LayoutUnit borderThickness = frameSetElement().border(); local
471 layOutAxis(m_rows, frameSetElement().rowLengths(), height() - (rows - 1) * borderThickness);
472 layOutAxis(m_cols, frameSetElement().colLengths(), width() - (cols - 1) * borderThickness);
505 int borderThickness = frameSetElement().border(); local
552 int borderThickness = frameSetElement().border(); local
749 int borderThickness = frameSetElement().border(); local
766 int borderThickness = frameSetElement().border(); local
[all...]
H A DRenderThemeWin.cpp840 int borderThickness = haveTheme ? 1 : 2; local
845 buttonRect.inflate(-borderThickness);
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp75 static const int borderThickness = 2; variable
492 IntSize innerRadius(borderRadius - borderThickness, borderRadius - borderThickness);
493 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContextCG.cpp283 void GraphicsContext::drawRect(const FloatRect& rect, float borderThickness) argument
302 FloatRect(rect.x(), rect.y(), rect.width(), borderThickness),
303 FloatRect(rect.x(), rect.maxY() - borderThickness, rect.width(), borderThickness),
304 FloatRect(rect.x(), rect.y() + borderThickness, borderThickness, rect.height() - 2 * borderThickness),
305 FloatRect(rect.maxX() - borderThickness, rect.y() + borderThickness, borderThickness, rec
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext.h305 void drawRect(const FloatRect&, float borderThickness = 1);

Completed in 81 milliseconds