Searched defs:thickness (Results 1 - 25 of 33) sorted by last modified time

12

/external/skia/samplecode/
H A DSampleDither.cpp57 SkScalar thickness = p.getStrokeWidth(); local
63 path.lineTo(x + radius + thickness, y);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h163 /// The font weight enumeration describes common values for degree of blackness or thickness of strokes of characters in a font.
482 /// The suggested underline thickness value of the font face in font design units.
494 /// The suggested strikethrough thickness value of the font face in font design units.
2992 FLOAT thickness; member in struct:DWRITE_UNDERLINE
3015 /// is used to interpret whether the thickness value advances top to
3031 /// underlines are rendered, e.g. rounding the thickness to a whole pixel
3052 FLOAT thickness; member in struct:DWRITE_STRIKETHROUGH
3070 /// value is used to interpret whether the thickness value advances top to
3082 /// underlines are rendered, e.g. rounding the thickness to a whole pixel
3541 /// within an underline, the thickness an
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp405 int thickness = EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face), FXFT_Get_Face_UnderLineThickness(m_Face)); local
406 return thickness;
/external/opencv/cxcore/include/
H A Dcxcore.h1287 CvScalar color, int thickness CV_DEFAULT(1),
1291 if thickness<0 (e.g. thickness == CV_FILLED), the filled box is drawn */
1293 CvScalar color, int thickness CV_DEFAULT(1),
1300 CvScalar color, int thickness CV_DEFAULT(1),
1304 depending on <thickness>, <start_angle> and <end_angle> parameters. The resultant figure
1308 CvScalar color, int thickness CV_DEFAULT(1),
1312 int thickness CV_DEFAULT(1),
1320 0, 360, color, thickness, line_type, shift );
1333 int is_closed, CvScalar color, int thickness CV_DEFAUL
1390 int thickness; /* letters thickness */ member in struct:CvFont
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp70 const void* color, int thickness, int line_type, int shift );
914 const void* color, int thickness, int line_type )
933 if( thickness >= 0 )
935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT );
1558 int thickness, int line_type, int flags, int shift )
1567 if( thickness <= 1 )
1591 thickness <<= XY_SHIFT - 1;
1595 r = thickness * cvInvSqrt( (float) r );
1620 icvCircle( img, center, thickness >> XY_SHIFT, color, 1 );
1624 icvEllipseEx( img, p0, cvSize(thickness, thicknes
912 icvEllipseEx( CvMat* img, CvPoint center, CvSize axes, int angle, int arc_start, int arc_end, const void* color, int thickness, int line_type ) argument
2204 int thickness, line_type; local
2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, double shear, int thickness, int line_type ) argument
2415 cvDrawContours( void* img, CvSeq* contour, CvScalar externalColor, CvScalar holeColor, int maxLevel, int thickness, int line_type, CvPoint offset ) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsvghelper.c477 double thickness = 0.075; local
479 thickness = 0.5;
483 thickness = 2.0;
488 time2pixels(i), SLOT_MULT/2, time2pixels(i), total_height, color, color, color, thickness);
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h146 Index thickness ; /* number of original columns represented by this */ member in union:internal::colamd_col::__anon20931
529 Col [col].shared1.thickness = 1 ;
985 Index col_thickness ; /* "thickness" (no. of columns in a supercol) */
1036 /* increment order count by column thickness */
1037 pivot_col_thickness = Col [pivot_col].shared1.thickness ;
1065 Col [pivot_col].shared1.thickness = -pivot_col_thickness ;
1087 col_thickness = Col [col].shared1.thickness ;
1091 Col [col].shared1.thickness = -col_thickness ;
1101 Col [pivot_col].shared1.thickness = pivot_col_thickness ;
1140 /* pivot row itself. The column ("thickness") itsel
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDither.cpp57 SkScalar thickness = p.getStrokeWidth(); local
63 path.lineTo(x + radius + thickness, y);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp950 int thickness = SkMax32(static_cast<int>(strokeThickness()), 1); local
957 r.fBottom = r.fTop + SkIntToScalar(thickness);
H A DGraphicsContext.h117 float strokeThickness() const { return immutableState()->strokeData().thickness(); }
118 void setStrokeThickness(float thickness) { mutableState()->setStrokeThickness(thickness); } argument
H A DGraphicsContextState.cpp26 m_strokePaint.setStrokeWidth(SkFloatToScalar(m_strokeData.thickness()));
86 void GraphicsContextState::setStrokeThickness(float thickness) argument
88 m_strokeData.setThickness(thickness);
89 m_strokePaint.setStrokeWidth(SkFloatToScalar(thickness));
H A DStrokeData.h60 float thickness() const { return m_thickness; } function in class:blink::StrokeData
61 void setThickness(float thickness) { m_thickness = thickness; } argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp78 // scrollbar thickness and use it when sizing scrollbars (rather than leaving one dimension of the scrollbar
80 int thickness = m_theme->scrollbarThickness(controlSize); local
81 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
H A DScrollbarThemeNonMacCommon.cpp75 int thickness = scrollbarThickness(scrollbar->controlSize()); local
81 return IntRect(scrollbar->x() + bs.width(), scrollbar->y(), scrollbar->width() - 2 * bs.width(), thickness);
85 return IntRect(scrollbar->x(), scrollbar->y() + bs.height(), thickness, scrollbar->height() - 2 * bs.height());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSettingsImpl.cpp705 void WebSettingsImpl::setPinchOverlayScrollbarThickness(int thickness) argument
707 m_settings->setPinchOverlayScrollbarThickness(thickness);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1618 float thickness = std::max(std::max(edgeToRender.width, adjacentEdge1.width), adjacentEdge2.width); local
1619 drawBoxSideFromPath(graphicsContext, outerBorder.rect(), *path, edges, edgeToRender.width, thickness, side, style,
1691 float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBleedAvoidance bleedAvoidance,
1694 if (thickness <= 0)
1697 if (borderStyle == DOUBLE && thickness < 3)
1720 float dashLength = thickness * ((borderStyle == DASHED) ? 3.0f : 1.0f);
1771 drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, SOLID, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
1790 drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, SOLID, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
1808 drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThickness, side, style, color, s1, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge);
1822 drawBoxSideFromPath(graphicsContext, borderRect, borderPath, edges, thickness, drawThicknes
1690 drawBoxSideFromPath(GraphicsContext* graphicsContext, const LayoutRect& borderRect, const Path& borderPath, const BorderEdge edges[], float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) argument
[all...]
H A DObjectPainter.cpp100 int thickness; local
103 thickness = y2 - y1;
106 thickness = x2 - x1;
112 if (!thickness || !length)
115 if (style == DOUBLE && thickness < 3)
125 color, thickness, style, antialias);
129 thickness, adjacentWidth1, adjacentWidth2, antialias);
153 BoxSide side, Color color, int thickness, EBorderStyle style, bool antialias)
155 if (thickness <= 0)
162 graphicsContext->setStrokeThickness(thickness);
152 drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, int thickness, EBorderStyle style, bool antialias) argument
179 drawDoubleBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, int length, BoxSide side, Color color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp856 RenderObject::AppliedTextDecoration decoration, float thickness, bool antialiasDecoration, bool isPrinting)
863 strokeWavyTextDecoration(context, start + FloatPoint(0, doubleOffset * wavyOffsetFactor), start + FloatPoint(width, doubleOffset * wavyOffsetFactor), thickness);
908 // Update Underline thickness, in case we have Faulty Font Metrics calculating underline thickness by old method.
999 // or decrease the underline thickness. The overlap is actually the most useful, and matches what AppKit does.
855 paintAppliedDecoration(GraphicsContext* context, FloatPoint start, float width, float doubleOffset, int wavyOffsetFactor, RenderObject::AppliedTextDecoration decoration, float thickness, bool antialiasDecoration, bool isPrinting) argument
H A DRenderLayerScrollableArea.cpp246 static int cornerStart(const RenderStyle* style, int minX, int maxX, int thickness) argument
250 return maxX - thickness - style->borderRightWidth();
258 // FIXME: This isn't right. We need to know the thickness of custom scrollbars
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp458 static inline float baselineOffsetForDecoration(TextDecoration decoration, const FontMetrics& fontMetrics, float thickness)
463 return -thickness * 1.5f;
465 return fontMetrics.floatAscent() - thickness;
543 float thickness = thicknessForDecoration(decoration, scaledFont); local
545 if (fragment.width <= 0 && thickness <= 0)
548 float decorationOffset = baselineOffsetForDecoration(decoration, scaledFont.fontMetrics(), thickness);
552 path.addRect(FloatRect(decorationOrigin, FloatSize(fragment.width, thickness / scalingFactor)));
/external/chromium_org/ui/gfx/
H A Drender_text.cc236 void SkiaTextRenderer::SetUnderlineMetrics(SkScalar thickness, argument
238 underline_thickness_ = thickness;
310 const int thickness = local
314 const int clip_height = height + 2 * thickness;
317 paint_.setStrokeWidth(thickness);
329 Rect(x, end.y() - thickness, pieces_[i].first, clip_height)));
H A Drender_text_pango.cc54 int thickness = pango_font_metrics_get_underline_thickness(metrics); local
61 pango_quantize_line_geometry(&thickness, &position);
62 int thickness_pixels = PANGO_PIXELS(thickness);
/external/chromium_org/ui/views/
H A Dborder.cc64 // A variation of SidedSolidBorder, where each side has the same thickness.
67 SolidBorder(int thickness, SkColor color) argument
68 : SidedSolidBorder(thickness, thickness, thickness, thickness, color) {
141 scoped_ptr<Border> Border::CreateSolidBorder(int thickness, SkColor color) { argument
142 return scoped_ptr<Border>(new SolidBorder(thickness, color));

Completed in 412 milliseconds

12