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

  /external/chromium_org/chrome/browser/download/
download_shelf.h 114 int origin_x,
124 int origin_x,
133 int origin_x,
download_shelf.cc 162 int origin_x,
190 gfx::Rect bounds(origin_x, origin_y,
218 int origin_x,
231 gfx::Rect complete_bounds(origin_x, origin_y,
249 int origin_x,
262 gfx::Rect complete_bounds(origin_x, origin_y,
  /external/chromium/chrome/browser/download/
download_util.h 173 int origin_x,
183 int origin_x,
192 int origin_x,
download_util.cc 366 int origin_x,
388 gfx::Rect background_bounds(origin_x, origin_y,
390 gfx::Rect foreground_bounds(origin_x, origin_y,
465 int origin_x,
478 gfx::Rect complete_bounds(origin_x, origin_y,
500 int origin_x,
513 gfx::Rect complete_bounds(origin_x, origin_y,
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 82 gint origin_x, origin_y; local
83 gdk_window_get_origin(event->motion.window, &origin_x, &origin_y);
84 event->motion.x_root = x + origin_x;
202 gint origin_x, origin_y; local
203 gdk_window_get_origin(event->button.window, &origin_x, &origin_y);
204 event->button.x_root = x + origin_x;
  /external/pixman/pixman/
pixman-glyph.c 50 int origin_x; member in struct:glyph_t
255 int origin_x,
276 glyph->origin_x = origin_x;
335 x1 = glyphs[i].x - glyph->origin_x;
337 x2 = glyphs[i].x - glyph->origin_x + glyph->image->bits.width;
448 glyph_box.x1 = dest_x + glyphs[i].x - glyph->origin_x;
477 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x);
584 glyph_box.x1 = glyphs[i].x - glyph->origin_x + off_x;
pixman.h     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 360 hb_position_t origin_x, origin_y; local
362 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
364 *x += origin_x;
372 hb_position_t origin_x, origin_y; local
374 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
376 *x -= origin_x;
  /external/harfbuzz_ng/src/
hb-font-private.hh 360 hb_position_t origin_x, origin_y; local
362 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
364 *x += origin_x;
372 hb_position_t origin_x, origin_y; local
374 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
376 *x -= origin_x;
  /external/chromium_org/ui/base/test/
ui_controls_gtk.cc 207 gint origin_x, origin_y; local
208 gdk_window_get_origin(event->button.window, &origin_x, &origin_y);
209 event->button.x_root = x + origin_x;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 438 gint origin_x, origin_y; local
439 gdk_window_get_origin(location_bar_->window, &origin_x, &origin_y);
444 origin_x + allocation.x - kBorderThickness + horizontal_offset,
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 437 gint origin_x, origin_y; local
439 gdk_window_get_origin(gdk_window, &origin_x, &origin_y);
445 origin_x + allocation.x - kBorderThickness + horizontal_offset,
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 759 int origin_x = rect.x(); local
807 origin_x -= delta;
822 return gfx::Rect(origin_x, origin_y, width, height);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 970 int origin_x, origin_y;
    [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 1175 milliseconds