/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 81 private int thickness; field in HolidayBorderPanel 96 thickness = DEFAULT_THICKNESS; in HolidayBorderPanel() 124 public HolidayBorderPanel(Color color, int thickness) { in HolidayBorderPanel() argument 129 this.thickness = thickness; in HolidayBorderPanel() 143 case SOLID: thickness = DEFAULT_SOLID_THICKNESS; break; in HolidayBorderPanel() 144 case RAISED: thickness = DEFAULT_RAISED_THICKNESS; break; in HolidayBorderPanel() 145 case LOWERED: thickness = DEFAULT_LOWERED_THICKNESS; break; in HolidayBorderPanel() 146 case IN: thickness = DEFAULT_IN_THICKNESS; break; in HolidayBorderPanel() 147 case OUT: thickness = DEFAULT_OUT_THICKNESS; break; in HolidayBorderPanel() 149 thickness = DEFAULT_THICKNESS; in HolidayBorderPanel() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | divider.dart | 33 /// The [height], [thickness], [indent], and [endIndent] must be null or 38 this.thickness, 43 assert(thickness == null || thickness >= 0.0), 58 /// The thickness of the line drawn within the divider. 60 /// A divider with a [thickness] of 0.0 is always drawn as a line with a 65 final double thickness; 122 width: width ?? DividerTheme.of(context).thickness ?? 0.0, 130 final double thickness = this.thickness ?? dividerTheme.thickness ?? 0.0; 138 height: thickness, 142 bottom: createBorderSide(context, color: color, width: thickness), [all …]
|
D | divider_theme.dart | 36 this.thickness, 51 /// The thickness of the line drawn within the divider. 52 final double thickness; 67 double thickness, 74 thickness: thickness ?? this.thickness, 90 thickness: lerpDouble(a?.thickness, b?.thickness, t), 101 thickness, 116 && typedOther.thickness == thickness 126 properties.add(DoubleProperty('thickness', thickness, defaultValue: null));
|
/third_party/flutter/flutter/packages/flutter/test/semantics/ |
D | semantics_elevation_test.dart | 72 expect(ground.thickness, 0.0); 79 expect(elevation10.thickness, 15.0); 84 expect(elevation22.thickness, 7.0); 89 expect(elevation25.thickness, 15.0); 94 expect(elevation30.thickness, 8.0); 148 expect(ground.thickness, 0.0); 155 expect(elevation10.thickness, 15.0); 160 expect(elevation22.thickness, 7.0); 165 expect(elevation25.thickness, 15.0); 170 expect(elevation30.thickness, 8.0); [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | divider_theme_test.dart | 19 expect(dividerTheme.thickness, null); 41 thickness: 4.0, 54 'thickness: 4.0', 98 expect(decoration.border.bottom.width, dividerTheme.thickness); 110 const double thickness = 5.0; 121 thickness: thickness, 133 expect(decoration.border.bottom.width, thickness); 183 expect(border.left.width, dividerTheme.thickness); 195 const double thickness = 5.0; 206 thickness: thickness, [all …]
|
D | divider_test.dart | 27 testWidgets('Divider custom thickness', (WidgetTester tester) async { 33 thickness: 5.0, 113 testWidgets('Divider custom thickness', (WidgetTester tester) async { 119 thickness: 5.0,
|
D | scrollbar_paint_test.dart | 72 800.0 - 6, // screen width - thickness 74 6, // thickness
|
/third_party/flutter/skia/include/core/ |
D | SkFontMetrics.h | 55 bool hasUnderlineThickness(SkScalar* thickness) const { in hasUnderlineThickness() 57 *thickness = fUnderlineThickness; in hasUnderlineThickness() 85 bool hasStrikeoutThickness(SkScalar* thickness) const { in hasStrikeoutThickness() 87 *thickness = fStrikeoutThickness; in hasStrikeoutThickness()
|
/third_party/skia/include/core/ |
D | SkFontMetrics.h | 75 bool hasUnderlineThickness(SkScalar* thickness) const { in hasUnderlineThickness() 77 *thickness = fUnderlineThickness; in hasUnderlineThickness() 105 bool hasStrikeoutThickness(SkScalar* thickness) const { in hasStrikeoutThickness() 107 *thickness = fStrikeoutThickness; in hasStrikeoutThickness()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scrollbar.dart | 49 @required this.thickness, 59 assert(thickness != null), 81 double thickness; 157 /// Update and redraw with new scrollbar thickness and radius. 159 thickness = nextThickness; 175 thumbSize = Size(thickness, thumbExtent); 178 : size.width - thickness - crossAxisMargin - padding.right; 182 thumbSize = Size(thickness, thumbExtent); 185 : size.width - thickness - crossAxisMargin - padding.right; 189 thumbSize = Size(thumbExtent, thickness); [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawbox.c | 74 int thickness; member 185 s->thickness = var_values[VAR_T] = res; in config_input() 213 return (y - s->y < s->thickness) || (s->y + s->h - 1 - y < s->thickness) || in pixel_belongs_to_box() 214 (x - s->x < s->thickness) || (s->x + s->w - 1 - x < s->thickness); in pixel_belongs_to_box() 284 int old_t = s->thickness; in process_command() 302 s->thickness = old_t; in process_command() 385 return x_modulo < drawgrid->thickness // Belongs to vertical line in pixel_belongs_to_grid() 386 || y_modulo < drawgrid->thickness; // Belongs to horizontal line in pixel_belongs_to_grid()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | ciaddrlib.cpp | 645 UINT_32 thickness = Thickness(pCfgTable->mode); in HwlSetupTileCfg() local 646 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in HwlSetupTileCfg() 945 UINT_32 thickness = Thickness(tileMode); in HwlOptimizeTileMode() local 947 if (thickness == 1) in HwlOptimizeTileMode() 965 thickness * HwlGetPipes(&tileInfo) * in HwlOptimizeTileMode() 1032 UINT_32 thickness = Thickness(tileMode); in HwlOverrideTileMode() local 1035 if (thickness > 1) in HwlOverrideTileMode() 1260 UINT_32 thickness = Thickness(tileMode); in HwlSetupTileInfo() local 1270 if (thickness > 1) in HwlSetupTileInfo() 1315 UINT_32 tileSize = thickness * bpp * numSamples * 8; in HwlSetupTileInfo() [all …]
|
D | siaddrlib.cpp | 1836 UINT_32 thickness, ///< [in] thickness in HwlGetSizeAdjustmentMicroTiled() argument 1856 physicalSliceSize = logicalSliceSize * thickness; in HwlGetSizeAdjustmentMicroTiled() 1866 physicalSliceSize = logicalSliceSize * thickness; in HwlGetSizeAdjustmentMicroTiled() 1959 UINT_32 thickness = Thickness(tileMode); in HwlSetupTileInfo() local 1969 if (bpp == 128 || thickness > 1 || flags.fmask || flags.prt) in HwlSetupTileInfo() 2027 if (thickness > 1) in HwlSetupTileInfo() 2136 if (thickness == 1) in HwlSetupTileInfo() 2186 switch (thickness) in HwlSetupTileInfo() 2221 else if (thickness == 1) in HwlSetupTileInfo() 3336 UINT_32 thickness = Thickness(tileMode); in HwlOptimizeTileMode() local [all …]
|
/third_party/flutter/engine/flutter/lib/ui/semantics/ |
D | semantics_update_builder.cc | 52 double thickness, in updateNode() argument 83 node.thickness = thickness; in updateNode()
|
D | semantics_update_builder.h | 41 double thickness,
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gsttextoverlay.cpp | 236 filter->thickness = DEFAULT_PROP_THICKNESS; in gst_opencv_text_overlay_init() 263 filter->thickness = g_value_get_int (value); in gst_opencv_text_overlay_set_property() 305 g_value_set_int (value, filter->thickness); in gst_opencv_text_overlay_get_property() 340 filter->colorG, filter->colorB), filter->thickness); in gst_opencv_text_overlay_transform_ip()
|
D | gsttextoverlay.h | 76 gint thickness; member
|
D | gstmotioncells.cpp | 381 filter->thickness = THICKNESS_DEF; in gst_motion_cells_init() 618 filter->thickness = g_value_get_int (value); in gst_motion_cells_set_property() 741 g_value_set_int (value, filter->thickness); in gst_motion_cells_get_property() 884 int thickness, success, motioncellsidxcnt, numberOfCells, in gst_motion_cells_transform_ip() local 973 thickness = filter->thickness; in gst_motion_cells_transform_ip() 981 datafile, changed_datafile, thickness, filter->id); in gst_motion_cells_transform_ip()
|
D | gstmotioncells.h | 82 int thickness; member
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.cpp | 1229 return ModeFlags[tileMode].thickness; in Thickness() 2829 UINT_32 thickness = Thickness(tileMode); in ComputeMicroTileEquation() local 2894 ADDR_ASSERT(thickness == 1); in ComputeMicroTileEquation() 2936 if (thickness > 1) in ComputeMicroTileEquation() 2949 ADDR_ASSERT(thickness > 1); in ComputeMicroTileEquation() 2989 if (thickness == 8) in ComputeMicroTileEquation() 3044 UINT_32 thickness = Thickness(tileMode); in ComputePixelIndexWithinMicroTile() local 3110 ADDR_ASSERT(thickness == 1); in ComputePixelIndexWithinMicroTile() 3152 if (thickness > 1) in ComputePixelIndexWithinMicroTile() 3160 ADDR_ASSERT(thickness > 1); in ComputePixelIndexWithinMicroTile() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_tester.dart | 50 this.thickness, 93 thickness = 0.0, 119 this.thickness, 227 /// * [SemanticsConfiguration.thickness] for a more detailed definition. 228 final double thickness; 304 if (thickness != null && thickness != nodeData.thickness) { 305 …return fail('expected node id $id to have thickness $thickness but found thickness:\n${nodeData.th… 378 if (thickness != null) 379 buf.writeln('$indent thickness: $thickness,');
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 716 …lyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags flags, float thickness) in AddPolyline() argument 724 const bool thick_line = (thickness > _FringeScale); in AddPolyline() 733 thickness = ImMax(thickness, 1.0f); in AddPolyline() 734 const int integer_thickness = (int)thickness; in AddPolyline() 735 const float fractional_thickness = thickness - integer_thickness; in AddPolyline() 778 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() 869 const float half_inner_thickness = (thickness - AA_SIZE) * 0.5f; in AddPolyline() 954 dx *= (thickness * 0.5f); in AddPolyline() 955 dy *= (thickness * 0.5f); in AddPolyline() 1377 void ImDrawList::AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness) in AddLine() argument [all …]
|
D | imgui.h | 2431 IMGUI_API void AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness = 1.0f); 2432 …& p_max, ImU32 col, float rounding = 0.0f, ImDrawFlags flags = 0, float thickness = 1.0f); // a:… 2435 …Vec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness = 1.0f); 2437 …dTriangle(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness = 1.0f); 2439 …ircle(const ImVec2& center, float radius, ImU32 col, int num_segments = 0, float thickness = 1.0f); 2441 … AddNgon(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness = 1.0f); 2445 … AddPolyline(const ImVec2* points, int num_points, ImU32 col, ImDrawFlags flags, float thickness); 2447 … const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segment… 2448 …(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segment… 2463 …U32 col, ImDrawFlags flags = 0, float thickness = 1.0f) { AddPolyline(_Path.Data, _Path.Size, col,… [all …]
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | scrollbar_paint_test.dart | 45 800.0 - 3 - 2.5, // Screen width - margin - thickness. 89 800.0 - 3 - 2.5, // Screen width - margin - thickness.
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 274 SkScalar thickness = style.getDecorationThicknessMultiplier(); in paintDecorations() local 279 position = -run->correctAscent() + thickness; in paintDecorations() 285 position = (run->correctDescent() - run->correctAscent() - thickness) / 2; in paintDecorations() 302 paint.setStrokeWidth(thickness); in paintDecorations() 311 SkScalar bottom = y + thickness * 2; in paintDecorations()
|