HomeSort by relevance Sort by last modified time
    Searched refs:border_width (Results 1 - 24 of 24) sorted by null

  /external/fio/
ghelpers.h 13 GtkWidget *get_scrolled_window(gint border_width);
ghelpers.c 192 GtkWidget *get_scrolled_window(gint border_width)
197 gtk_container_set_border_width(GTK_CONTAINER(scroll), border_width); local
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 152 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, rect.width(), border_width)
    [all...]
layer_tree_pixel_test.h 56 int border_width,
layer_tree_json_parser.cc 60 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));
  /external/chromium_org/ui/views/controls/
progress_bar.cc 243 SkScalar border_width = SkScalarDiv(SkIntToScalar(kBorderWidth),
247 border_width,
248 border_width + highlight_width,
249 SK_Scalar1 - border_width,
262 border_width,
263 SK_Scalar1 - border_width,
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 318 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,
tiled_layer_impl.cc 184 float border_width; local
188 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
191 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
199 border_width);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 62 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/
vl_winsys_xsp.c 62 unsigned int border_width; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 193 unsigned int width, height, border_width, depth; local
201 &border_width,
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 742 unsigned int internal_format, border_width, width, height; local
768 if (!gl_get_texture_param(GL_TEXTURE_BORDER, &border_width))
775 width -= 2 * border_width;
776 height -= 2 * border_width;
  /external/chromium_org/third_party/webrtc/base/
x11windowpicker.cc 348 unsigned int border_width; local
373 &src_width, &src_height, &border_width,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 322 int border_width; /* border width of window */ member in struct:__anon24804
413 int border_width; member in struct:__anon24807
725 int border_width; /* border width */ member in struct:__anon24827
788 int border_width; member in struct:__anon24833
821 int border_width; member in struct:__anon24836
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 322 int border_width; /* border width of window */ member in struct:__anon26540
413 int border_width; member in struct:__anon26543
725 int border_width; /* border width */ member in struct:__anon26563
788 int border_width; member in struct:__anon26569
821 int border_width; member in struct:__anon26572
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 780 uint16_t border_width; /**< */ member in struct:xcb_create_notify_event_t
881 uint16_t border_width; /**< */ member in struct:xcb_configure_notify_event_t
903 uint16_t border_width; /**< */ member in struct:xcb_configure_request_event_t
1362 uint16_t border_width; \/**< *\/ member in struct:xcb_create_window_request_t
1629 uint16_t border_width; \/**< *\/ member in struct:xcb_get_geometry_reply_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 780 uint16_t border_width; /**< */ member in struct:xcb_create_notify_event_t
881 uint16_t border_width; /**< */ member in struct:xcb_configure_notify_event_t
903 uint16_t border_width; /**< */ member in struct:xcb_configure_request_event_t
1362 uint16_t border_width; \/**< *\/ member in struct:xcb_create_window_request_t
1629 uint16_t border_width; \/**< *\/ member in struct:xcb_get_geometry_reply_t
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 662 int border_width = local
684 return max_w + border_width;
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 631 unsigned int border_width, depth; local
634 &width, &height, &border_width, &depth))
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 484 unsigned int border_width, depth; local
486 &width, &height, &border_width, &depth)) {
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 1782 int border_width = ::GetSystemMetrics(SM_CXSIZEFRAME); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 488 milliseconds