/external/webkit/Source/WebCore/platform/haiku/ |
D | ScrollbarThemeHaiku.cpp | 36 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/ |
D | ScrollbarThemeWin.cpp | 113 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()
|
D | ScrollbarThemeSafari.cpp | 145 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/ |
D | ScrollbarThemeChromiumWin.cpp | 62 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
|
D | ScrollbarThemeChromium.cpp | 83 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
|
/external/webkit/Source/WebCore/platform/wx/ |
D | ScrollbarThemeWx.cpp | 58 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/ |
D | ScrollbarThemeGtk.cpp | 81 int thickness = scrollbarThickness(scrollbar->controlSize()); in updateScrollbarsFrameThickness() local 148 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect() local
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 914 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/ |
D | RenderMathMLFraction.cpp | 86 String thickness = fraction->getAttribute(MathMLNames::linethicknessAttr); in updateFromElement() local
|
/external/chromium/chrome/browser/ui/views/ |
D | detachable_toolbar_view.cc | 58 int thickness = views::NonClientFrameView::kClientEdgeThickness; in PaintHorizontalBorder() local
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
D | scrollbar_render.cpp | 199 int thickness = ::GetSystemMetrics(SM_CXVSCROLL) / 2; in wxRenderer_DrawScrollbar() local
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 440 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/ |
D | GraphicsContextHaiku.cpp | 430 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip() 516 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollbarThemeComposite.cpp | 246 …int thickness = scrollbar->orientation() == HorizontalScrollbar ? scrollbar->height() : scrollbar-… in splitTrack() local
|
D | Scrollbar.cpp | 93 int thickness = m_theme->scrollbarThickness(controlSize); in Scrollbar() local
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 291 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()
|
D | PlatformContextSkia.cpp | 509 void PlatformContextSkia::setStrokeThickness(float thickness) in setStrokeThickness()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 465 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness() 605 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 456 …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/ |
D | GraphicsContextCG.cpp | 875 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/ |
D | svghelper.c | 477 double thickness = 0.075; in svg_time_grid() local
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 1191 int thickness) in addInnerRoundedRectClip() 1259 void GraphicsContext::setPlatformStrokeThickness(float thickness) in setPlatformStrokeThickness()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 1227 float thickness = max(max(edgeToRender.width, adjacentEdge1.width), adjacentEdge2.width); in paintOneBorderSide() local 1449 … float thickness, float drawThickness, BoxSide side, const RenderStyle* style, in drawBoxSideFromPath() 1635 float thickness; in paintBorder() local
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 269 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip()
|
D | PlatformGraphicsContextSkia.cpp | 156 int thickness) in addInnerRoundedRectClip()
|