Home
last modified time | relevance | path

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

12

/external/webkit/Source/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/Source/WebCore/platform/win/
DScrollbarThemeWin.cpp113 static int thickness; in scrollbarThickness() local
149 int thickness = scrollbarThickness(); in backButtonRect() local
168 int thickness = scrollbarThickness(); in forwardButtonRect() local
180 int thickness = scrollbarThickness(); in trackRect() local
202 const int thickness = scrollbarThickness(scrollbar->controlSize()); in shouldSnapBackToDragOrigin() local
323 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/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumWin.cpp62 static int thickness; in scrollbarThickness() local
82 const int thickness = scrollbarThickness(scrollbar->controlSize()); in shouldSnapBackToDragOrigin() local
251 int thickness = scrollbarThickness(scrollbar->controlSize()); in buttonSize() local
DScrollbarThemeChromium.cpp83 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
/external/webkit/Source/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/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.cpp81 int thickness = scrollbarThickness(scrollbar->controlSize()); in updateScrollbarsFrameThickness() local
148 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
/external/opencv/cxcore/src/
Dcxdrawing.cpp914 const void* color, int thickness, int line_type ) in icvEllipseEx()
1558 int thickness, int line_type, int flags, int shift ) in icvThickLine()
1636 const void* color, int thickness, in icvPolyLine()
1738 int thickness, int line_type, int shift ) in cvLine()
1771 CvScalar color, int thickness, in cvRectangle()
1818 CvScalar color, int thickness, int line_type, int shift ) in cvCircle()
1867 CvScalar color, int thickness, int line_type, int shift ) in cvEllipse()
2020 int thickness, int line_type, int shift ) in cvPolyLine()
2204 int thickness, line_type; in cvPutText() local
2309 double shear, int thickness, int line_type ) in cvInitFont()
[all …]
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLFraction.cpp86 String thickness = fraction->getAttribute(MathMLNames::linethicknessAttr); in updateFromElement() local
/external/chromium/chrome/browser/ui/views/
Ddetachable_toolbar_view.cc58 int thickness = views::NonClientFrameView::kClientEdgeThickness; in PaintHorizontalBorder() local
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp199 int thickness = ::GetSystemMetrics(SM_CXVSCROLL) / 2; in wxRenderer_DrawScrollbar() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp440 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
494 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp430 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
516 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.cpp246 …int thickness = scrollbar->orientation() == HorizontalScrollbar ? scrollbar->height() : scrollbar-… in splitTrack() local
DScrollbar.cpp93 int thickness = m_theme->scrollbarThickness(controlSize); in Scrollbar() local
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp291 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
700 int thickness = SkMax32(static_cast<int>(strokeThickness()), 1); in drawLineForText() local
1124 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
DPlatformContextSkia.cpp509 void PlatformContextSkia::setStrokeThickness(float thickness) in setStrokeThickness()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp465 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
605 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp456 …ionOffsetForDecoration(ETextDecoration decoration, const FontMetrics& fontMetrics, float thickness) in positionOffsetForDecoration()
562 float thickness = thicknessForDecoration(decoration, scaledFont); in paintDecorationWithStyle() local
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp875 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
1237 float thickness = max(strokeThickness(), 0.5f); in drawLineForText() local
1432 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/linux-tools-perf/util/
Dsvghelper.c477 double thickness = 0.075; in svg_time_grid() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1191 int thickness) in addInnerRoundedRectClip()
1259 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1227 float thickness = max(max(edgeToRender.width, adjacentEdge1.width), adjacentEdge2.width); in paintOneBorderSide() local
1449float thickness, float drawThickness, BoxSide side, const RenderStyle* style, in drawBoxSideFromPath()
1635 float thickness; in paintBorder() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp269 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
DPlatformGraphicsContextSkia.cpp156 int thickness) in addInnerRoundedRectClip()

12