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

1 2

  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 147 gfx::Rect rect, SkColor color, int border_width, SkColor border_color) {
150 gfx::Rect(0, 0, rect.width(), border_width), border_color);
153 border_width,
154 border_width,
155 rect.height() - border_width * 2),
158 gfx::Rect(rect.width() - border_width,
159 border_width,
160 border_width,
161 rect.height() - border_width * 2),
164 gfx::Rect(0, rect.height() - border_width, rect.width(), border_width)
    [all...]
layer_tree_pixel_test.h 53 int border_width,
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 23 int border_width; member in struct:__anon5044::SizeAllocateData
43 child_requisition.width = data->allocation->width - data->border_width * 2;
44 child_requisition.height = data->allocation->height - data->border_width * 2;
66 child_allocation.x = x + data->border_width;
67 child_allocation.y = y + data->border_width;
157 data.border_width = gtk_container_get_border_width(GTK_CONTAINER(widget));
gtk_chrome_shrinkable_hbox.cc 23 int border_width; member in struct:__anon5039::SizeAllocateData
73 int overflow = (data->allocation->x + data->border_width + padding -
83 (data->allocation->x + data->allocation->width - data->border_width));
214 data.border_width = gtk_container_get_border_width(GTK_CONTAINER(widget));
216 (allocation->width - data.border_width * 2 -
gtk_chrome_shrinkable_hbox_unittest.cc 77 int border_width = gtk_container_get_border_width(GTK_CONTAINER(box_)); local
78 int x = box_->allocation.x + border_width;
79 int width = box_->allocation.width - border_width * 2;
  /external/chromium_org/ui/base/gtk/
gtk_expanded_container.cc 25 int border_width; member in struct:__anon16598::SizeAllocateData
45 child_requisition.width = data->allocation->width - data->border_width * 2;
46 child_requisition.height = data->allocation->height - data->border_width * 2;
68 child_allocation.x = x + data->border_width;
69 child_allocation.y = y + data->border_width;
159 data.border_width = gtk_container_get_border_width(GTK_CONTAINER(widget));
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 23 int border_width; member in struct:__anon8552::SizeAllocateData
74 int overflow = (data->allocation->x + data->border_width + padding -
84 (data->allocation->x + data->allocation->width - data->border_width));
221 data.border_width = gtk_container_get_border_width(GTK_CONTAINER(widget));
223 (allocation->width - data.border_width * 2 -
gtk_chrome_shrinkable_hbox_unittest.cc 77 int border_width = gtk_container_get_border_width(GTK_CONTAINER(box_)); local
78 int x = box_->allocation.x + border_width;
79 int width = box_->allocation.width - border_width * 2;
  /external/chromium_org/ui/views/controls/
progress_bar.cc 242 SkScalar border_width = SkScalarDiv(SkIntToScalar(kBorderWidth),
246 border_width,
247 border_width + highlight_width,
248 SK_Scalar1 - border_width,
261 border_width,
262 SK_Scalar1 - border_width,
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 325 float border_width; local
326 GetDebugBorderProperties(&color, &border_width);
350 gfx::Rect top(x, 0, width, border_width);
352 content_bounds().height() - border_width,
354 border_width);
355 gfx::Rect left(0, y, border_width, height);
356 gfx::Rect right(content_bounds().width() - border_width,
358 border_width,
tiled_layer_impl.cc 181 float border_width; local
185 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
188 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
193 shared_quad_state, tile_rect, border_color, 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/ui/gfx/
gtk_preserve_window.cc 219 guint16 border_width = gtk_container_get_border_width(GTK_CONTAINER(widget)); local
228 child_allocation.x = child->x + border_width;
229 child_allocation.y = child->y + border_width;
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 183 unsigned int width, height, border_width, depth; local
191 &border_width,
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 746 int border_width = GTK_CONTAINER(widget)->border_width; local
747 int x = widget->allocation.x + border_width;
748 int y = widget->allocation.y + border_width;
749 int width = widget->allocation.width - border_width * 2;
750 int height = widget->allocation.height - border_width * 2;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 714 int border_width = gtk_container_get_border_width(GTK_CONTAINER(widget)); local
715 int x = allocation.x + border_width;
716 int y = allocation.y + border_width;
717 int width = allocation.width - border_width * 2;
718 int height = allocation.height - border_width * 2;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 365 unsigned int border_width; local
390 &src_width, &src_height, &border_width,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 343 int border_width; /* border width of window */ member in struct:__anon38434
434 int border_width; member in struct:__anon38437
746 int border_width; /* border width */ member in struct:__anon38457
809 int border_width; member in struct:__anon38463
842 int border_width; member in struct:__anon38466
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 343 int border_width; /* border width of window */ member in struct:__anon40024
434 int border_width; member in struct:__anon40027
746 int border_width; /* border width */ member in struct:__anon40047
809 int border_width; member in struct:__anon40053
842 int border_width; member in struct:__anon40056
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 343 int border_width; /* border width of window */ member in struct:__anon41539
434 int border_width; member in struct:__anon41542
746 int border_width; /* border width */ member in struct:__anon41562
809 int border_width; member in struct:__anon41568
842 int border_width; member in struct:__anon41571
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 674 int border_width = local
696 return max_w + border_width;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 363 unsigned int border_width, depth; local
365 &width, &height, &border_width, &depth)) {
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 693 unsigned int border_width, depth; local
696 &width, &height, &border_width, &depth))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 617 milliseconds

1 2