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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 42 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) {
46 int y_stride = ((width + 2 * border) + 31) & ~31;
47 int yplane_size = (height + 2 * border) * y_stride;
53 int uvplane_size = (uv_height + border) * uv_stride;
58 * are multiples of 16, and a border that's a multiple of 32.
59 * The border restriction is required to get 16-byte alignment of the
63 if ((width & 0xf) | (height & 0xf) | (border & 0x1f))
74 ybf->border = border;
82 ybf->y_buffer = ybf->buffer_alloc + (border * 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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterParametricBorder.java 29 mName = "Border";
45 Path border = new Path(); local
46 border.moveTo(0, 0);
49 border.lineTo(0, h);
50 border.lineTo(w, h);
51 border.lineTo(w, 0);
52 border.lineTo(0, 0);
53 border.addRoundRect(new RectF(bs, bs, w - bs, h - bs),
59 canvas.drawPath(border, paint);
  /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/trace-viewer/src/
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;
  /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/Gallery2/jni_mosaic/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/libvpx/vpx_scale/
yv12config.h 57 int border; member in struct:yv12_buffer_config
65 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/_static/
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/chromium-trace/trace-viewer/src/tracks/
ruler_track.css 14 border-bottom: 1px solid #8e8e8e;
  /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;
  /external/eigen/doc/
eigendoxy.css 67 border: 1px solid #A3B4D7;
106 border: 1px double #869DCA;
140 border: 1px solid #C4CFE5;
157 border: solid thin #333;
158 border-radius: 0.5em;
159 -webkit-border-radius: .5em;
160 -moz-border-radius: .5em;
194 border: 1px solid #C4CFE5;
201 border: 1px solid #C4CFE5;
230 border: 0px
    [all...]
  /external/freetype/src/base/
ftstroke.c 317 ft_stroke_border_grow( FT_StrokeBorder border,
320 FT_UInt old_max = border->max_points;
321 FT_UInt new_max = border->num_points + new_points;
328 FT_Memory memory = border->memory;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
347 ft_stroke_border_close( FT_StrokeBorder border,
350 FT_UInt start = border->start;
351 FT_UInt count = border->num_points
882 FT_StrokeBorder border = stroker->borders + side; local
924 FT_StrokeBorder border = stroker->borders + side; local
951 FT_StrokeBorder border = stroker->borders + side; local
982 FT_StrokeBorder border = stroker->borders + side; local
1044 FT_StrokeBorder border = stroker->borders + side; local
1246 FT_StrokeBorder border; local
1284 FT_StrokeBorder border; local
1436 FT_StrokeBorder border; local
1636 FT_StrokeBorder border; local
2365 FT_StrokerBorder border; local
    [all...]

Completed in 1363 milliseconds

1 2 3 4 5 6 7 8 91011>>