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

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 33 private static final int BORDER_WIDTH = 5;
44 c.drawRect(BORDER_WIDTH, BORDER_WIDTH,
45 TILE_WIDTH - BORDER_WIDTH, TILE_HEIGHT - BORDER_WIDTH, p);
71 if (x < BORDER_WIDTH || x >= TILE_WIDTH - BORDER_WIDTH ||
72 y < BORDER_WIDTH || y >= TILE_HEIGHT - BORDER_WIDTH) {
  /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 310 float border_width; local
311 GetDebugBorderProperties(&color, &border_width);
335 gfx::Rect top(x, 0, width, border_width);
337 content_bounds().height() - border_width,
339 border_width);
340 gfx::Rect left(0, y, border_width, height);
341 gfx::Rect right(content_bounds().width() - border_width,
343 border_width,
tiled_layer_impl.cc 177 float border_width; local
181 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
184 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
192 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 183 unsigned int width, height, border_width, depth; local
191 &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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 194 unsigned int /* border_width */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibuf.h 194 unsigned int /* 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:__anon44927
413 int border_width; member in struct:__anon44930
725 int border_width; /* border width */ member in struct:__anon44950
788 int border_width; member in struct:__anon44956
821 int border_width; member in struct:__anon44959
    [all...]
Xutil.h 811 unsigned int /* border_width */,
  /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:__anon46663
413 int border_width; member in struct:__anon46666
725 int border_width; /* border width */ member in struct:__anon46686
788 int border_width; member in struct:__anon46692
821 int border_width; member in struct:__anon46695
    [all...]
Xutil.h 811 unsigned int /* border_width */,
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc 139 0, // border_width
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 365 unsigned int border_width; local
390 &src_width, &src_height, &border_width,
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 348 unsigned int border_width; local
373 &src_width, &src_height, &border_width,
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 107 #define BORDER_WIDTH 32
109 #define MAX_VTC_WIDTH_WITH_VNF (MAX_VTC_WIDTH + BORDER_WIDTH)
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 806 int border_width = local
828 return max_w + border_width;
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 578 unsigned int border_width, depth; local
581 &width, &height, &border_width, &depth))
    [all...]

Completed in 1557 milliseconds

1 2