Home
last modified time | relevance | path

Searched defs:thickness (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp36 int buttonWidth(int scrollbarWidth, int thickness) in buttonWidth()
78 int thickness = scrollbarThickness(); in backButtonRect() local
93 int thickness = scrollbarThickness(); in forwardButtonRect() local
105 int thickness = scrollbarThickness(); in trackRect() local
/external/webkit/WebCore/platform/chromium/
DScrollbarThemeChromiumWin.cpp65 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
80 static int thickness; in scrollbarThickness() local
100 const int thickness = scrollbarThickness(scrollbar->controlSize()); in shouldSnapBackToDragOrigin() local
269 int thickness = scrollbarThickness(scrollbar->controlSize()); in buttonSize() local
DScrollbarThemeChromiumLinux.cpp135 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
/external/webkit/WebCore/platform/win/
DScrollbarThemeWin.cpp112 static int thickness; in scrollbarThickness() local
148 int thickness = scrollbarThickness(); in backButtonRect() local
167 int thickness = scrollbarThickness(); in forwardButtonRect() local
179 int thickness = scrollbarThickness(); in trackRect() local
201 const int thickness = scrollbarThickness(scrollbar->controlSize()); in shouldSnapBackToDragOrigin() local
318 static IntRect gripperRect(int thickness, const IntRect& thumbRect) in gripperRect()
DScrollbarThemeSafari.cpp145 int thickness = scrollbarThickness(scrollbar->controlSize()); in backButtonRect() local
163 int thickness = scrollbarThickness(scrollbar->controlSize()); in forwardButtonRect() local
190 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
/external/webkit/WebCore/platform/wx/
DScrollbarThemeWx.cpp58 int thickness = wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in scrollbarThickness() local
164 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
/external/webkit/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp199 int thickness = ::GetSystemMetrics(SM_CXVSCROLL) / 2; in wxRenderer_DrawScrollbar() local
/external/webkit/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp446 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
518 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/webkit/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp486 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
529 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
DPainterOpenVG.cpp483 void PainterOpenVG::setStrokeThickness(float thickness) in setStrokeThickness()
/external/webkit/WebCore/platform/
DScrollbarThemeComposite.cpp244 …int thickness = scrollbar->orientation() == HorizontalScrollbar ? scrollbar->height() : scrollbar-… in splitTrack() local
DScrollbar.cpp87 int thickness = m_theme->scrollbarThickness(controlSize); in Scrollbar() local
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp455 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
569 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp286 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
678 int thickness = SkMax32(static_cast<int>(strokeThickness()), 1); in drawLineForText() local
1045 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
DPlatformContextSkia.cpp472 void PlatformContextSkia::setStrokeThickness(float thickness) in setStrokeThickness()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp715 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
1046 float thickness = max(strokeThickness(), 0.5f); in drawLineForText() local
1206 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1062 int thickness) in addInnerRoundedRectClip()
1129 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp530 …float thickness = SVGRenderStyle::cssPrimitiveToLength(object, object->style()->svgStyle()->stroke… in pathForDecoration() local
DRenderBoxModelObject.cpp969 float thickness; in paintBorder() local
DRenderObject.cpp911 …t::drawArcForBoxSide(GraphicsContext* graphicsContext, int x, int y, float thickness, IntSize radi… in drawArcForBoxSide()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.cpp111 void GraphicsContext::setStrokeThickness(float thickness) in setStrokeThickness()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp805 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp740 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
/external/bison/src/
Dvcg.h353 int thickness; member
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1078 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()