/external/tinyxml/docs/ |
D | doxygen.css | 21 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/libnl/doc/ |
D | libnl.css | 23 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-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
D | dataurl-realdata-singlequotes.out.b | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:imag…
|
D | dataurl-realdata-doublequotes.out | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:imag…
|
D | dataurl-realdata-singlequotes.out | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:imag…
|
D | dataurl-realdata-noquotes.out.b | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image…
|
D | dataurl-realdata-noquotes.out | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image…
|
D | dataurl-realdata-doublequotes.out.b | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:imag…
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | dataurl-realdata-singlequotes.css | 9 border-radius:3px; 10 -webkit-border-radius: 3px; 11 -moz-border-radius: 3px; 17 border-bottom-right-radius:0; 18 border-bottom-left-radius:0; 20 -webkit-border-bottom-right-radius:0; 21 -webkit-border-bottom-left-radius:0; 23 -moz-border-radius-bottomright:0; 24 -moz-border-radius-bottomleft:0; 28 border-radius:0; [all …]
|
D | dataurl-realdata-noquotes.css | 9 border-radius:3px; 10 -webkit-border-radius: 3px; 11 -moz-border-radius: 3px; 17 border-bottom-right-radius:0; 18 border-bottom-left-radius:0; 20 -webkit-border-bottom-right-radius:0; 21 -webkit-border-bottom-left-radius:0; 23 -moz-border-radius-bottomright:0; 24 -moz-border-radius-bottomleft:0; 28 border-radius:0; [all …]
|
D | dataurl-realdata-doublequotes.css | 9 border-radius:3px; 10 -webkit-border-radius: 3px; 11 -moz-border-radius: 3px; 17 border-bottom-right-radius:0; 18 border-bottom-left-radius:0; 20 -webkit-border-bottom-right-radius:0; 21 -webkit-border-bottom-left-radius:0; 23 -moz-border-radius-bottomright:0; 24 -moz-border-radius-bottomleft:0; 28 border-radius:0; [all …]
|
D | dataurl-realdata-doublequotes.css.min | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:imag…
|
D | dataurl-realdata-singlequotes.css.min | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:imag…
|
D | dataurl-realdata-noquotes.css.min | 1 …border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image…
|
/external/v8/tools/sodium/ |
D | styles.css | 23 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/testng/src/main/resources/ |
D | testng-reports.css | 68 border-radius: 10px; 69 border-style: solid; 70 border-width: 1px; 74 border-top-right-radius: 10px 10px; 75 border-top-left-radius: 10px 10px; 76 border-style: solid; 77 border-width: 1px; 82 border-top-right-radius: 10px 10px; 83 border-top-left-radius: 10px 10px; 87 border-style: solid; [all …]
|
/external/freetype/src/base/ |
D | ftstroke.c | 317 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 = (FT_UInt)border->start; in ft_stroke_border_close() 351 FT_UInt count = border->num_points; in ft_stroke_border_close() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftstroke.c | 327 ft_stroke_border_grow( FT_StrokeBorder border, in ft_stroke_border_grow() argument 330 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() 331 FT_UInt new_max = border->num_points + new_points; in ft_stroke_border_grow() 338 FT_Memory memory = border->memory; in ft_stroke_border_grow() 344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow() 345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow() 348 border->max_points = cur_max; in ft_stroke_border_grow() 357 ft_stroke_border_close( FT_StrokeBorder border, in ft_stroke_border_close() argument 360 FT_UInt start = (FT_UInt)border->start; in ft_stroke_border_close() 361 FT_UInt count = border->num_points; in ft_stroke_border_close() [all …]
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 48 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() 94 ybf->border = border; in vp8_yv12_realloc_frame_buffer() 97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border; in vp8_yv12_realloc_frame_buffer() 98 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer() 99 …v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer() 109 int width, int height, int border) { in vp8_yv12_alloc_frame_buffer() argument [all …]
|
/external/slf4j/slf4j-site/src/site/pages/css/ |
D | site.css | 15 #job img { border:1px solid #DDDDDD; } 16 #job:hover img { border:1px solid #8888EE; } 43 border-top: 1px solid #DDDDDD; 44 border-bottom: 1px solid #DDDDDD; 56 -webkit-border-radius: 3px; 57 -moz-border-radius: 3px; 58 border-radius: 3px; 106 border-top: 1px solid #CCCCCC; 123 border: 1px solid #CCCCCC; 124 /*border-bottom: 1px solid #aaa; [all …]
|
/external/libjpeg-turbo/doc/html/ |
D | doxygen.css | 20 border-bottom: 1px solid #879ECB; 92 border: 1px solid #A3B4D7; 129 border: 1px double #869DCA; 158 border: 1px solid #C4CFE5; 174 border: 1px solid #C4CFE5; 213 border-right: 2px solid #0F0; 232 border: solid thin #333; 233 border-radius: 0.5em; 234 -webkit-border-radius: .5em; 235 -moz-border-radius: .5em; [all …]
|
/external/libopus/doc/ |
D | customdoxygen.css | 74 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/opencv3/modules/highgui/src/files_Qt/ |
D | stylesheet_trackbar.qss | 4 border: 1px solid #bbb; 7 border-radius: 4px; 15 border: 1px solid #777; 17 border-radius: 4px; 22 border: 1px solid #777; 24 border-radius: 4px; 30 border: 1px solid #777; 34 border-radius: 4px; 40 border: 1px solid #444; 41 border-radius: 4px; [all …]
|
/external/okhttp/website/static/ |
D | bootstrap-combined.min.css | 9 …border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box… 18 …border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box…
|
/external/eigen/doc/ |
D | eigendoxy.css | 30 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 …]
|