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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/ui/
rect_view.css 7 border: 1px solid #999;
info_bar.css 9 border-bottom: 1px solid #A3A3A3;
10 border-left: 1px solid white;
11 border-right: 1px solid #A3A3A3;
12 border-top: 1px solid white;
drag_handle.css 8 box-sizing: border-box;
17 border-bottom: 1px solid #8e8e8e;
18 border-top: 1px solid white;
30 border-left: 1px solid white;
31 border-right: 1px solid #8e8e8e;
  /external/chromium_org/chrome/browser/resources/chromeos/
power.css 8 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...]
bluetooth_pair_device.css 10 border: 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleSurroundData.cpp 38 , border(o.border)
44 return offset == o.offset && margin == o.margin && padding == o.padding && border == o.border;
CachedUAStyle.h 41 BorderData border; member in class:WebCore::CachedUAStyle
52 border = style->border();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
search_button.cc 19 scoped_ptr<views::LabelButtonBorder> border(
21 border->set_insets(gfx::Insets());
23 border->SetPainter(
28 border->SetPainter(
33 border->SetPainter(
36 border->SetPainter(false, views::Button::STATE_DISABLED, NULL);
37 border->SetPainter(true, views::Button::STATE_NORMAL, NULL);
38 border->SetPainter(true, views::Button::STATE_HOVERED, NULL);
39 border->SetPainter(true, views::Button::STATE_PRESSED, NULL);
40 border->SetPainter(true, views::Button::STATE_DISABLED, NULL)
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
startup_overlay.css 30 border: 2px solid hsl(214, 91%, 65%);
31 border-bottom-color: transparent;
32 border-radius: 0;
33 border-top-color: transparent;
34 box-sizing: border-box;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
bubble.css 8 border: solid transparent;
9 border-width: 6px;
18 border-bottom-color: white;
23 border-left-color: white;
28 border-top-color: white;
33 border-right-color: white;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
webtreemap.css 36 border: solid 1px black; /* Calculations assume 1px border. */
52 border: solid 1px #444;
55 border: solid 1px #666;
58 border: solid 1px #888;
61 border: solid 1px #aaa;
64 border: solid 1px #ccc;
  /external/chromium_org/chrome/browser/resources/predictors/
predictors.css 13 border: 1px solid rgb(187, 187, 187);
14 border-radius: 2px;
28 border-color: gray;
29 border-style: solid;
30 border-width: 1px;
36 border-color: lightgray;
37 border-style: solid;
38 border-width: 1px;
  /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_org/ui/file_manager/file_manager/audio_player/elements/
audio_player.css 6 border-top: 1px solid rgba(0, 0, 0, 0.1);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 51 int border; member in struct:yv12_buffer_config
59 int width, int height, int border);
61 int width, int height, int border);
66 int border);
76 int border,
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 51 int border; member in struct:yv12_buffer_config
59 int width, int height, int border);
61 int width, int height, int border);
66 int border);
76 int border,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 51 int border; member in struct:yv12_buffer_config
61 int width, int height, int border);
63 int width, int height, int border);
68 int border);
78 int border,
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 19 background-clip: border-box;
20 border: 1px solid black;
21 border-bottom: 0;
22 border-top-left-radius: 8px;
23 border-top-right-radius: 8px;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 50 int width, int height, int border) {
54 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
55 int yplane_size = (aligned_height + 2 * border) * y_stride;
61 int uvplane_size = (uv_height + border) * uv_stride;
72 /* Only support allocating buffers that have a border that's a multiple
73 * of 32. The border restriction is required to get 16-byte alignment of
77 if (border & 0x1f)
94 ybf->border = border;
97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 48 int width, int height, int border) {
52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
59 int uvplane_size = (uv_height + border) * uv_stride;
70 /* Only support allocating buffers that have a border that's a multiple
71 * of 32. The border restriction is required to get 16-byte alignment of
75 if (border & 0x1f)
92 ybf->border = border;
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 48 int width, int height, int border) {
52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
59 int uvplane_size = (uv_height + border) * uv_stride;
70 /* Only support allocating buffers that have a border that's a multiple
71 * of 32. The border restriction is required to get 16-byte alignment of
75 if (border & 0x1f)
92 ybf->border = border;
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border
    [all...]
  /development/perftests/panorama/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/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/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.css 45 border-radius: 0;
50 border-bottom-left-radius: 0;
51 border-bottom-right-radius: 3px;
52 border-top-left-radius: 0;
53 border-top-right-radius: 3px;
57 border-bottom-left-radius: 3px;
58 border-bottom-right-radius: 0;
59 border-top-left-radius: 3px;
60 border-top-right-radius: 0;

Completed in 500 milliseconds

1 2 3 4 5 6 7 8 91011>>