HomeSort by relevance Sort by last modified time
    Searched refs:border (Results 1 - 25 of 416) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vpx_scale/generic/
yv12config.c 43 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border)
47 int yplane_size = (height + 2 * border) * (width + 2 * border);
48 int uvplane_size = ((1 + height) / 2 + border) * ((1 + width) / 2 + border);
56 ybf->y_stride = width + 2 * border;
60 ybf->uv_stride = ybf->uv_width + border;
62 ybf->border = border;
74 ybf->y_buffer = ybf->buffer_alloc + (border * ybf->y_stride) + border
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
StyleSurroundData.cpp 38 , border(o.border)
44 return offset == o.offset && margin == o.margin && padding == o.padding && border == o.border;
  /external/webkit/Source/WebCore/css/
themeQtNoListboxes.css 33 border: 1px solid;
34 -webkit-border-radius: 5px;
CSSPropertyNames.in 46 border
47 border-bottom
48 border-bottom-color
49 border-bottom-left-radius
50 border-bottom-right-radius
51 border-bottom-style
52 border-bottom-width
53 border-collapse
54 border-color
55 border-lef
    [all...]
wml.css 60 border-collapse: separate;
61 border-spacing: 2px;
62 border-color: gray
73 border-color: inherit
92 border: none
100 border: 2px groove ThreeDFace
110 border: 2px outset ButtonFace;
112 box-sizing: border-box
133 border: 2px inset;
158 border-style: inse
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 28 border-width: 0px;
36 border-collapse:collapse;
37 border: 0px solid #A5C639;
49 border-width: 0px 0px 0px 0px;
50 border-color: gray;
51 border-style: inset;
59 border-collapse:collapse;
66 border: 1px outset gray;
71 border: 1px outset #A5C639;
78 border-collapse:collapse
    [all...]
  /external/chromium-trace/src/shared/css/
list.css 18 border: 1px solid rgba(255, 255, 255, 0); /* transparent white */
19 border-radius: 2px;
40 border-color: transparent;
45 border-color: hsl(214, 91%, 65%);
57 border-color: hsl(214, 91%, 85%);
66 border-color: hsl(0, 0%, 85%);
73 border-color: hsl(214, 91%, 65%);
81 border-color: hsl(214, 91%, 65%);
86 border: 0;
87 box-sizing: border-box
    [all...]
menu_button.css 11 border: 1px solid rgb(192, 195, 198);
12 border-radius: 2px;
23 border-color: rgb(48, 57, 66);
30 border-color: rgb(48, 57, 66);
tabs.css 13 border-bottom: 1px solid rgb(160, 160, 160);
20 -webkit-transition: border-color 150ms, background-color 150ms;
22 border: 1px solid rgba(160, 160, 160, .3);
23 border-bottom: 0;
24 border-top-left-radius: 3px;
25 border-top-right-radius: 3px;
44 border-color: rgb(160, 160, 160);
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.css 26 border-top-right-radius: 8px;
27 border-top-left-radius: 8px;
28 background-clip: border-box;
30 border: 1px solid black;
31 border-bottom: 0;
  /external/chromium-trace/src/tracing/
tracing_controller.css 18 background-clip: border-box;
19 border: 1px solid black;
20 border-bottom: 0;
21 border-top-left-radius: 8px;
22 border-top-right-radius: 8px;
timeline_view.css 38 border-bottom: 1px solid #AAA;
52 border-top: 1px solid black;
85 border: 1px solid rgba(0, 0, 0, 0.4);
86 box-sizing: border-box;
97 border-left: none;
102 border-bottom-right-radius: 5px;
103 border-left: none;
109 border: 1px solid rgba(0, 0, 0, 0.2);
120 border: 1px solid rgba(0, 0, 0, 0.8);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 28 real width, real height, real border)
30 real border2 = (real) (border << 1);
44 curr->border = border;
46 curr->ptr = y + border;
50 *y = position + border;
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
64 real border2 = (real) (border << 1);
74 img->border = border;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 28 real width, real height, real border)
30 real border2 = (real) (border << 1);
44 curr->border = border;
46 curr->ptr = y + border;
50 *y = position + border;
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
64 real border2 = (real) (border << 1);
74 img->border = border;
    [all...]
  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 29 int border; local
33 border = src_ybc->border;
  /external/libvpx/vpx_scale/
yv12config.h 57 int border; member in struct:__anon8534
64 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border);
  /external/chromium/chrome/browser/resources/net_internals/
main.css 8 box-sizing: border-box;
9 -moz-box-sizing: border-box;
18 border-bottom: 1px solid gray;
35 border-top: 1px solid gray;
50 border-left: 1px inset black;
51 border-right: 1px solid black;
70 border-left: 1px solid #afafaf;
71 border-bottom: 1px solid #afafaf;
120 background-clip: border-box;
121 border-top-left-radius: 5px 5px
    [all...]
  /external/markdown/markdown/extensions/
tables.py 36 border = False
38 border = True
41 for c in self._split_row(header[1], border):
53 self._build_row(header[0], thead, align, border)
56 self._build_row(row, tbody, align, border)
58 def _build_row(self, row, parent, align, border):
64 cells = self._split_row(row, border)
76 def _split_row(self, row, border):
78 if border:
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 73 border: 1px solid #A3B4D7;
110 border: 1px double #869DCA;
144 border: 1px solid #C4CFE5;
161 border: solid thin #333;
162 border-radius: 0.5em;
163 -webkit-border-radius: .5em;
164 -moz-border-radius: .5em;
198 border: 1px solid #C4CFE5;
205 border: 1px solid #C4CFE5;
234 border: 0px
    [all...]
  /external/llvm/docs/
llvm.css 9 a:link img, a:visited img { border-style: none }
14 table { text-align: center; border: 2px solid black;
15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
17 tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
18 th { border: 2px solid gray; font-weight: bold; font-size: 105%;
29 border-width: 1px;
30 border-style: solid none solid none;
50 border-bottom: 1px solid #999999; font-size: 12pt;
61 padding: 1px 1px 1px 1px; border: 1px; }
67 { border: solid 1px gray; background: #eeeeee
    [all...]
  /external/valgrind/main/docs/lib/
vg_basic.css 23 border-bottom: dashed 1px #761596;
31 border: 1px solid #3366cc;
37 border: 1px solid #626262;
44 border: 0px;
51 border: solid 1px #0f7355;
65 border: solid 1px #ffde84;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 36 border-bottom: solid 1px #ccc;
48 border-collapse: collapse;
67 border-bottom: solid 1px #000;
71 border-bottom: solid 1px #eee;
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.h 13 class Border;
33 views::Painter* CreateWizardPainter(const BorderDefinition* const border);
34 // Creates border to provide insets. Should be used together with WizardPainter
35 // that actually draws both border and background.
36 views::Border* CreateWizardBorder(const BorderDefinition* const border);
rounded_rect_painter.cc 12 #include "views/border.h"
103 const BorderDefinition* const border,
105 int padding = border->padding;
106 SkColor padding_color = border->padding_color;
107 int shadow = border->shadow;
108 SkColor shadow_color = border->shadow_color;
109 int corner_radius = border->corner_radius;
110 SkColor top_color = border->top_color;
111 SkColor bottom_color = border->bottom_color;
119 if (border->shadow > 0)
    [all...]
  /external/clang/www/analyzer/
menu.css 10 border-bottom: 1px solid;
41 border-left: 1px solid;
42 border-right: 1px solid;
43 border-bottom: 1px solid;

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>