Searched defs:border_width (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c62 unsigned int border_width; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c62 unsigned int border_width; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc60 int border_x, border_y, border_width, border_height; local
63 success &= list->GetInteger(2, &border_width);
78 gfx::Rect(border_x, border_y, border_width, border_height));
H A Dlayer_tree_pixel_test.cc152 int border_width, SkColor border_color) {
155 gfx::Rect(0, 0, rect.width(), border_width), border_color);
158 border_width,
159 border_width,
160 rect.height() - border_width * 2),
163 CreateSolidColorLayer(gfx::Rect(rect.width() - border_width,
164 border_width,
165 border_width,
166 rect.height() - border_width * 2),
169 gfx::Rect(0, rect.height() - border_width, rec
150 CreateSolidColorLayerWithBorder( const gfx::Rect& rect, SkColor color, int border_width, SkColor border_color) argument
[all...]
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc193 unsigned int width, height, border_width, depth; local
201 &border_width,
/external/fio/
H A Dghelpers.c192 GtkWidget *get_scrolled_window(gint border_width) argument
197 gtk_container_set_border_width(GTK_CONTAINER(scroll), border_width); local
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc184 float border_width; local
188 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
191 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
199 border_width);
H A Ddelegated_renderer_layer_impl.cc318 float border_width; local
319 GetDebugBorderProperties(&color, &border_width);
343 gfx::Rect top(x, 0, width, border_width);
345 content_bounds().height() - border_width,
347 border_width);
348 gfx::Rect left(0, y, border_width, height);
349 gfx::Rect right(content_bounds().width() - border_width,
351 border_width,
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc348 unsigned int border_width; local
373 &src_width, &src_height, &border_width,
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc662 int border_width = local
684 return max_w + border_width;
/external/chromium_org/ui/base/x/
H A Dx11_util.cc631 unsigned int border_width, depth; local
634 &width, &height, &border_width, &depth))
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc484 unsigned int border_width, depth; local
486 &width, &height, &border_width, &depth)) {
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1782 int border_width = ::GetSystemMetrics(SM_CXSIZEFRAME); local
1789 window_rect.right -= border_width;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1484 milliseconds