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

1 2

  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 154 gfx::Rect rect, SkColor color, int border_width, SkColor border_color) {
157 gfx::Rect(0, 0, rect.width(), border_width), border_color);
160 border_width,
161 border_width,
162 rect.height() - border_width * 2),
165 CreateSolidColorLayer(gfx::Rect(rect.width() - border_width,
166 border_width,
167 border_width,
168 rect.height() - border_width * 2),
171 gfx::Rect(0, rect.height() - border_width, rect.width(), border_width)
    [all...]
layer_tree_pixel_test.h 52 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);
79 gfx::Rect(border_x, border_y, border_width, border_height));
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 23 int border_width; member in struct:__anon5047::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:__anon5042::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:__anon17473::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:__anon8784::SizeAllocateData
67 int overflow = (data->allocation->x + data->border_width + padding -
77 (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/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 326 float border_width; local
327 GetDebugBorderProperties(&color, &border_width);
351 gfx::Rect top(x, 0, width, border_width);
353 content_bounds().height() - border_width,
355 border_width);
356 gfx::Rect left(0, y, border_width, height);
357 gfx::Rect right(content_bounds().width() - border_width,
359 border_width,
tiled_layer_impl.cc 168 float border_width; local
172 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
175 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
180 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 182 unsigned int width, height, border_width, depth; local
190 &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 724 int border_width = gtk_container_get_border_width(GTK_CONTAINER(widget)); local
725 int x = allocation.x + border_width;
726 int y = allocation.y + border_width;
727 int width = allocation.width - border_width * 2;
728 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:__anon39348
434 int border_width; member in struct:__anon39351
746 int border_width; /* border width */ member in struct:__anon39371
809 int border_width; member in struct:__anon39377
842 int border_width; member in struct:__anon39380
    [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:__anon40938
434 int border_width; member in struct:__anon40941
746 int border_width; /* border width */ member in struct:__anon40961
809 int border_width; member in struct:__anon40967
842 int border_width; member in struct:__anon40970
    [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:__anon42453
434 int border_width; member in struct:__anon42456
746 int border_width; /* border width */ member in struct:__anon42476
809 int border_width; member in struct:__anon42482
842 int border_width; member in struct:__anon42485
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 775 int border_width = local
797 return max_w + border_width;
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 624 unsigned int border_width, depth; local
627 &width, &height, &border_width, &depth))
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 444 unsigned int border_width, depth; local
446 &width, &height, &border_width, &depth)) {
    [all...]

Completed in 663 milliseconds

1 2