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

  /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/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_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/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;
  /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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 230 milliseconds