Home
last modified time | relevance | path

Searched refs:borders (Results 1 – 25 of 206) sorted by relevance

123456789

/third_party/ffmpeg/libavfilter/
Dvf_fillborders.c48 Borders borders[4]; member
95 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in smear_borders8()
97 *(ptr + y * linesize + s->borders[p].left), in smear_borders8()
98 s->borders[p].left); in smear_borders8()
99 memset(ptr + y * linesize + s->planewidth[p] - s->borders[p].right, in smear_borders8()
100 *(ptr + y * linesize + s->planewidth[p] - s->borders[p].right - 1), in smear_borders8()
101 s->borders[p].right); in smear_borders8()
104 for (y = 0; y < s->borders[p].top; y++) { in smear_borders8()
106 ptr + s->borders[p].top * linesize, s->planewidth[p]); in smear_borders8()
109 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dsplit_with_over_lap_infer.c56 int borders[MAX_SHAPE_SIZE]; in SplitWithOverlapInferShape() local
57 borders[0] = 0; in SplitWithOverlapInferShape()
63 borders[i + 1] = cur_border; in SplitWithOverlapInferShape()
65 borders[number_split] = split_dim_size; in SplitWithOverlapInferShape()
71 int splited_size = borders[i + 1] - borders[i]; in SplitWithOverlapInferShape()
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dborders.dart171 /// Not all borders use this method to paint their border sides. For example,
275 /// This class handles how to add multiple borders together. Subclasses define
297 /// amount by which additional borders will be inset before they are drawn.
300 /// the size of these borders.
322 /// Creates a new border consisting of the two borders on either side of the
325 /// If the borders belong to classes that know how to add themselves, then
327 /// those two borders (see [add]). Otherwise, an object is returned that
328 /// merely paints the two borders sequentially, with the left hand operand on
495 /// Represents the addition of two otherwise-incompatible borders.
497 /// The borders are listed from the outside to the inside.
[all …]
Dbox_border.dart9 import 'borders.dart';
44 /// Base class for box borders that can paint as rectangles, circles, or rounded
48 /// concrete versions of four-sided borders using different conventions for
59 /// * [BoxDecoration], which uses a [BoxBorder] to describe its borders.
74 /// Whether all four sides of the border are identical. Uniform borders are
88 /// Linearly interpolate between two borders.
91 /// borders.
182 /// [BoxBorder] borders to be applied to different [BoxShape]s and with
246 /// All four borders the same, two-pixel wide solid white:
300 /// to use for borders in a material app, as shown in the "divider" sample above.
[all …]
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dsplit_with_over_lap_base.cc41 std::vector<int> borders; in CalculateSplitedShapes() local
42 borders.emplace_back(0); in CalculateSplitedShapes()
48 borders.emplace_back(cur_border); in CalculateSplitedShapes()
50 borders.emplace_back(split_dim_size); in CalculateSplitedShapes()
53 start_indices_.emplace_back(borders[i]); in CalculateSplitedShapes()
54 end_indices_.emplace_back(borders[i + 1]); in CalculateSplitedShapes()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dtable_border.dart11 /// borders between rows and the inner vertical borders between columns.
30 /// The sides default to black solid borders, one logical pixel wide.
77 /// the size of these borders.
83 /// Uniform borders are typically more efficient to paint.
145 /// Linearly interpolate between two table borders.
148 /// borders.
172 /// Uniform borders are more efficient to paint than more complex borders.
188 /// two rows. The horizontal borders are drawn after the vertical borders.
190 /// The outer borders (in the order [top], [right], [bottom], [left], with
191 /// [left] above the others) are painted after the inner borders.
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftstroke.c793 FT_StrokeBorderRec borders[2]; member
822 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
823 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
868 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
869 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
884 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
885 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
901 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
943 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
970 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c781 FT_StrokeBorderRec borders[2]; member
810 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
811 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
856 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
857 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
872 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
873 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
889 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
930 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
974 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_inside()
[all …]
/third_party/freetype/src/base/
Dftstroke.c781 FT_StrokeBorderRec borders[2]; member
810 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
811 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
856 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
857 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
872 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
873 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
889 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
930 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
974 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_inside()
[all …]
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c98 struct gl_border_image borders[4]; member
1098 struct gl_border_image *img = &go->borders[side]; in draw_output_border_texture()
1165 return go->borders[GL_RENDERER_BORDER_TOP].data || in output_has_borders()
1166 go->borders[GL_RENDERER_BORDER_RIGHT].data || in output_has_borders()
1167 go->borders[GL_RENDERER_BORDER_BOTTOM].data || in output_has_borders()
1168 go->borders[GL_RENDERER_BORDER_LEFT].data; in output_has_borders()
1185 top = &go->borders[GL_RENDERER_BORDER_TOP]; in draw_output_borders()
1186 bottom = &go->borders[GL_RENDERER_BORDER_BOTTOM]; in draw_output_borders()
1187 left = &go->borders[GL_RENDERER_BORDER_LEFT]; in draw_output_borders()
1188 right = &go->borders[GL_RENDERER_BORDER_RIGHT]; in draw_output_borders()
[all …]
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Ddepthwise_conv2d_info.cc86 std::vector<int64_t> borders; in CreateSplitConstantTensors() local
87 borders.emplace_back(0); in CreateSplitConstantTensors()
97 borders.emplace_back(cur_border); in CreateSplitConstantTensors()
99 borders.emplace_back(split_dim_size); in CreateSplitConstantTensors()
103 start_indices.emplace_back(borders[i]); in CreateSplitConstantTensors()
104 end_indices.emplace_back(borders[i + 1]); in CreateSplitConstantTensors()
/third_party/boost/libs/icl/doc/
Dintroduction.qbk212 Statically bounded intervals always have the same kind of interval borders,
213 e.g. right open borders`[a..b)` for __ro_itv__. Dynamically bounded intervals
214 can have different borders. Refer to the chapter about
254 [Intervals are split on overlap.\nAll interval borders are preserved.]]
318 have an ['*insertion memory*]. They do accumulate interval borders both
326 This style preserves borders, that are never passed by an overlapping
328 are generated form a certain grid that never pass say month borders, then
329 these borders are preserved in the __sep_itv_set__.
Dexamples.qbk22 Closed and open interval borders.]]
135 * Some borderline functions calls on open interval borders are tested e.g.:
229 __spl_itv_map__ that preserves all borders of inserted
239 A __spl_itv_set__ preserves all interval borders on insertion
245 then the intervals are split at their borders
251 changes of interval borders.
Dcustomization.qbk14 and class types with static interval borders to be used with interval containers.
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c357 int *borders, int _width, int _height, in FUNC()
372 if (borders[0]) { in FUNC()
379 if (borders[2]) { in FUNC()
389 if (borders[1]) { in FUNC()
394 if (borders[3]) { in FUNC()
407 int *borders, int _width, int _height, in FUNC()
422 if (borders[0]) { in FUNC()
429 if (borders[2]) { in FUNC()
439 if (borders[1]) { in FUNC()
445 if (borders[3]) { in FUNC()
[all …]
/third_party/flutter/flutter/packages/flutter/lib/
Dpainting.dart11 /// images, interpolating between shadows, painting borders around boxes, etc.
27 export 'src/painting/borders.dart';
/third_party/weston/libweston/
Dinput.c4237 struct wl_array *borders) in add_non_overlapping_edges() argument
4310 new_border = add_border(borders, in add_non_overlapping_edges()
4328 new_border = wl_array_add(borders, sizeof *border); in add_non_overlapping_edges()
4341 struct wl_array *borders) in add_band_bottom_edges() argument
4346 add_border(borders, in add_band_bottom_edges()
4354 region_to_outline(pixman_region32_t *region, struct wl_array *borders) in region_to_outline() argument
4396 borders); in region_to_outline()
4410 borders); in region_to_outline()
4416 borders); in region_to_outline()
4430 borders); in region_to_outline()
[all …]
/third_party/gstreamer/gstplugins_good/gst/videobox/
DREADME21 - add enum to specify common aspect ratios/sizes and add borders/crop
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtoggle_buttons.dart135 /// surrounding itself and separating each button. The toggle button borders'
143 /// 0.0 results in a hairline border. For more information on hairline borders,
340 /// borders rendered between toggle buttons.
343 /// See [BorderSide.width] for more details on hairline borders.
358 /// the buttons default to non-rounded borders.
631 /// It takes in a [shape] property to modify the borders of the button,
632 /// which is used by [ToggleButtons] to customize borders based on the
701 /// The width and color of the button's top and bottom side borders.
834 // The width and color of the button's top and bottom side borders.
895 // The width and color of the button's top and bottom side borders.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
Dwebtreemap.css56 /* Optional: Different borders depending on level. */
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_buttons_demo.dart38 'iOS themed buttons are flat. They can have borders or backgrounds but '
/third_party/openGLES/extensions/NV/
DNV_texture_border_clamp.txt52 textures to specify borders using glTexImage2D, but only to clamp
191 4 04 Sep 2012 groth Restored langauge in 3.7.7 about texture borders
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_border_clamp.txt52 textures to specify borders using glTexImage2D, but only to clamp
191 4 04 Sep 2012 groth Restored langauge in 3.7.7 about texture borders
/third_party/boost/
Drst.css142 /* Program listings in tables don't get borders */
/third_party/boost/libs/python/doc/numpy/
Drst.css142 /* Program listings in tables don't get borders */

123456789