Home
last modified time | relevance | path

Searched refs:border (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/external/tinyxml/docs/
Ddoxygen.css21 border: 1px solid #b0b0b0;
30 border: 1px solid #b0b0b0;
38 border: 1px solid #b0b0b0;
66 border: 1px double #9295C2;
87 border: 1px solid #CCCCCC;
131 border: 1px solid #CCCCCC;
144 border: 1px solid #CCCCCC;
160 border: 1px solid #868686;
171 border-top: 1px none #E0E0E0;
172 border-right: 1px none #E0E0E0;
[all …]
/external/clang/docs/
Ddoxygen.css23 border: 1px solid #b0b0b0;
32 border: 1px solid #b0b0b0;
40 border: 1px solid #b0b0b0;
68 border: 1px double #9295C2;
90 border: 1px solid #CCCCCC;
134 border: 1px solid #CCCCCC;
147 border: 1px solid #CCCCCC;
163 border: 1px solid #868686;
174 border-top: 1px none #E0E0E0;
175 border-right: 1px none #E0E0E0;
[all …]
/external/lldb/www/cpp_reference/html/
Ddoxygen.css23 border: 1px solid #b0b0b0;
32 border: 1px solid #b0b0b0;
40 border: 1px solid #b0b0b0;
68 border: 1px double #9295C2;
90 border: 1px solid #CCCCCC;
134 border: 1px solid #CCCCCC;
147 border: 1px solid #CCCCCC;
163 border: 1px solid #868686;
174 border-top: 1px none #E0E0E0;
175 border-right: 1px none #E0E0E0;
[all …]
/external/llvm/docs/
Ddoxygen.css23 border: 1px solid #b0b0b0;
32 border: 1px solid #b0b0b0;
40 border: 1px solid #b0b0b0;
68 border: 1px double #9295C2;
90 border: 1px solid #CCCCCC;
134 border: 1px solid #CCCCCC;
147 border: 1px solid #CCCCCC;
163 border: 1px solid #868686;
174 border-top: 1px none #E0E0E0;
175 border-right: 1px none #E0E0E0;
[all …]
/external/libnl/doc/
Dlibnl.css23 border: 1px solid #84b0c7;
32 border: 1px solid #84b0c7;
40 border: 1px solid #84b0c7;
68 border: 1px double #9295C2;
117 border: 1px solid #CCCCCC;
164 border: 1px solid #CCCCCC;
177 border: 1px solid #CCCCCC;
207 border-top: 1px none #E0E0E0;
208 border-right: 1px none #E0E0E0;
209 border-bottom: 1px none #E0E0E0;
[all …]
/external/chromium_org/v8/tools/sodium/
Dstyles.css23 border-collapse: collapse;
33 border-radius: 10px;
34 -o-border-radius: 10px;
35 -moz-border-radius: 10px;
36 -webkit-border-radius: 10px;
42 border-radius: 10px;
43 -o-border-radius: 10px;
44 -moz-border-radius: 10px;
45 -webkit-border-radius: 10px;
50 border-radius: 10px;
[all …]
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c48 int width, int height, int border) { in vp8_yv12_realloc_frame_buffer() argument
52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; in vp8_yv12_realloc_frame_buffer()
53 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer()
59 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer()
75 if (border & 0x1f) in vp8_yv12_realloc_frame_buffer()
92 ybf->border = border; in vp8_yv12_realloc_frame_buffer()
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border; in vp8_yv12_realloc_frame_buffer()
96 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer()
97 …v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer()
107 int width, int height, int border) { in vp8_yv12_alloc_frame_buffer() argument
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
Dyv12config.c51 int width, int height, int border) { in vp8_yv12_realloc_frame_buffer() argument
55 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; in vp8_yv12_realloc_frame_buffer()
56 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer()
62 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer()
78 if (border & 0x1f) in vp8_yv12_realloc_frame_buffer()
97 ybf->border = border; in vp8_yv12_realloc_frame_buffer()
100 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border; in vp8_yv12_realloc_frame_buffer()
101 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer()
102 …v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer()
112 int width, int height, int border) { in vp8_yv12_alloc_frame_buffer() argument
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dcmdevtools.css12 border: 1px solid rgb(163, 41, 34);
13 border-left-width: 0px;
14 border-right-width: 0px;
18 border-right-width: 1px;
23 border-left-width: 1px;
32 border-right: 1px solid rgb(187, 187, 187);
62 border-width: 1px 4px 1px 1px !important;
63 -webkit-border-image: url(Images/breakpoint.png) 1 4 1 1;
76 -webkit-border-image: url(Images/breakpointConditional.png) 1 4 1 1;
81 -webkit-border-image: url(Images/breakpoint_2x.png) 2 8 2 2;
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/
Dpower.css8 border-collapse: collapse;
9 border-width: 0;
17 border-bottom-width: 2px;
18 border-color: #000;
19 border-left-width: 0;
20 border-right-width: 0;
21 border-style: solid;
22 border-top-width: 2px;
27 border-width: 0;
39 border-bottom-width: 0;
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftstroke.c317 ft_stroke_border_grow( FT_StrokeBorder border, in ft_stroke_border_grow() argument
320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
321 FT_UInt new_max = border->num_points + new_points; in ft_stroke_border_grow()
328 FT_Memory memory = border->memory; in ft_stroke_border_grow()
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
338 border->max_points = cur_max; in ft_stroke_border_grow()
347 ft_stroke_border_close( FT_StrokeBorder border, in ft_stroke_border_close() argument
350 FT_UInt start = border->start; in ft_stroke_border_close()
351 FT_UInt count = border->num_points; in ft_stroke_border_close()
[all …]
/external/freetype/src/base/
Dftstroke.c317 ft_stroke_border_grow( FT_StrokeBorder border, in ft_stroke_border_grow() argument
320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
321 FT_UInt new_max = border->num_points + new_points; in ft_stroke_border_grow()
328 FT_Memory memory = border->memory; in ft_stroke_border_grow()
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
338 border->max_points = cur_max; in ft_stroke_border_grow()
347 ft_stroke_border_close( FT_StrokeBorder border, in ft_stroke_border_close() argument
350 FT_UInt start = border->start; in ft_stroke_border_close()
351 FT_UInt count = border->num_points; in ft_stroke_border_close()
[all …]
/external/chromium_org/third_party/freetype/src/base/
Dftstroke.c317 ft_stroke_border_grow( FT_StrokeBorder border, in ft_stroke_border_grow() argument
320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow()
321 FT_UInt new_max = border->num_points + new_points; in ft_stroke_border_grow()
328 FT_Memory memory = border->memory; in ft_stroke_border_grow()
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
338 border->max_points = cur_max; in ft_stroke_border_grow()
347 ft_stroke_border_close( FT_StrokeBorder border, in ft_stroke_border_close() argument
350 FT_UInt start = border->start; in ft_stroke_border_close()
351 FT_UInt count = border->num_points; in ft_stroke_border_close()
[all …]
/external/chromium_org/third_party/opus/src/doc/
Dcustomdoxygen.css74 border: 1px solid #BDBDBD;
111 border: 1px double #A8A8A8;
145 border: 1px solid #D5D5D5;
162 border: solid thin #333;
163 border-radius: 0.5em;
164 -webkit-border-radius: .5em;
165 -moz-border-radius: .5em;
199 border: 1px solid #D5D5D5;
208 border: 1px solid #D5D5D5;
237 border: 0px;
[all …]
/external/libopus/doc/
Dcustomdoxygen.css74 border: 1px solid #BDBDBD;
111 border: 1px double #A8A8A8;
145 border: 1px solid #D5D5D5;
162 border: solid thin #333;
163 border-radius: 0.5em;
164 -webkit-border-radius: .5em;
165 -moz-border-radius: .5em;
199 border: 1px solid #D5D5D5;
208 border: 1px solid #D5D5D5;
237 border: 0px;
[all …]
/external/chromium_org/styleguide/c++/
Dc++11.css9 border:0;
70 border:0;
203 border-bottom:1px dotted #666;
242 border:0;
243 border-top:1px solid #ccc;
248 border:1px solid #bbb;
249 border-spacing:0;
250 border-collapse:collapse;
260 border:0;
278 border:1px solid #bbb;
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperties.in122 border-bottom-color animatable, custom_all
123 border-bottom-left-radius animatable, initial=initialBorderRadius, converter=convertRadius
124 border-bottom-right-radius animatable, initial=initialBorderRadius, converter=convertRadius
125 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
126 border-bottom-width animatable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
127 border-collapse inherited
128 border-image-outset animatable, custom_all
129 border-image-repeat custom_all
130 border-image-slice animatable, custom_all
131 border-image-source animatable, custom_value
[all …]
/external/okhttp/website/static/
Dbootstrap-combined.min.css9border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box…
18border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box…
/external/chromium_org/chrome/common/extensions/docs/static/sass/
D_html.scss8 border: $default-border;
14 border-collapse: collapse;
24 border: $default-border;
29 border-bottom: $default-border;
32 border-top: $default-border;
37 border: $default-border;
134 border: 1px solid #076bd2;
135 border-radius: 3px;
159 border: 1px solid #d6d6d6;
160 border-radius: 3px;
[all …]
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dsearch_button.cc19 scoped_ptr<views::LabelButtonBorder> border( in SearchButton() local
21 border->set_insets(gfx::Insets()); in SearchButton()
23 border->SetPainter( in SearchButton()
28 border->SetPainter( in SearchButton()
33 border->SetPainter( in SearchButton()
36 border->SetPainter(false, views::Button::STATE_DISABLED, NULL); in SearchButton()
37 border->SetPainter(true, views::Button::STATE_NORMAL, NULL); in SearchButton()
38 border->SetPainter(true, views::Button::STATE_HOVERED, NULL); in SearchButton()
39 border->SetPainter(true, views::Button::STATE_PRESSED, NULL); in SearchButton()
40 border->SetPainter(true, views::Button::STATE_DISABLED, NULL); in SearchButton()
[all …]
/external/eigen/doc/
Deigendoxy.css30 border: 0;
38 border: 1px solid #cccccc;
50 border-collapse: collapse;
51 border-style: solid;
52 border-width: 1px;
53 border-color: #cccccc;
75 border-width: 1px;
76 border-color: #cccccc;
91 border-style:solid solid solid solid;
92 border-width: 1px;
[all …]
/external/chromium_org/cc/layers/
Dnine_patch_layer_impl_unittest.cc35 const gfx::Rect& border, in NinePatchLayerLayoutTest() argument
41 gfx::Rect expected_remaining(border.x(), in NinePatchLayerLayoutTest()
42 border.y(), in NinePatchLayerLayoutTest()
43 layer_size.width() - border.width(), in NinePatchLayerLayoutTest()
44 layer_size.height() - border.height()); in NinePatchLayerLayoutTest()
64 layer->SetLayout(aperture_rect, border, fill_center); in NinePatchLayerLayoutTest()
119 gfx::Rect border(40, 40, 80, 80); in TEST() local
125 border, in TEST()
133 border = gfx::Rect(10, 10, 25, 15); in TEST()
139 border, in TEST()
[all …]
/external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
Dpaper-checkbox.css48 box-sizing: border-box;
53 border: solid 2px;
54 border-color: #5a5a5a;
60 border: solid 2px;
100 border-left: none;
101 border-top: none;
120 border-right-width: 2px;
121 border-bottom-width: 2px;
139 border-right-width: 2px;
140 border-bottom-width: 2px;
[all …]
/external/chromium_org/third_party/polymer/components/paper-checkbox/
Dpaper-checkbox.css48 box-sizing: border-box;
53 border: solid 2px;
54 border-color: #5a5a5a;
60 border: solid 2px;
100 border-left: none;
101 border-top: none;
120 border-right-width: 2px;
121 border-bottom-width: 2px;
139 border-right-width: 2px;
140 border-bottom-width: 2px;
[all …]
/external/chromium_org/native_client_sdk/src/doc/_static/css/
Dnacl.css20 table.showcase td.empty {border-bottom-style: hidden; border-right-style: hidden;}
21 table.showcase-list td.top-left, table.generic td.top-left {border-top-style: hidden; border-left-s…
30 .kd-butterbar.shown.pepper-version span {background-color: #E5ECF9; border: 1px solid #36C;}
31 .kd-butterbar.shown.pepper-version span.deprecated {background-color: #FCC; border: 1px solid #A03;}
33 .kd-butterbar.shown.special-announcement span {background-color: #F9EDBE; border: 1px solid #F0C36D…
41 border-top: 1px solid #96d1f8;
49 -webkit-border-radius: 5px;
50 -moz-border-radius: 5px;
51 border-radius: 5px;
65 border-top-color: #28597a;
[all …]

12345678910>>...35