/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/third_party/harfbuzz-ng/src/ |
hb-font-private.hh | 300 hb_position_t origin_x, origin_y; local 302 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); 304 *x += origin_x; 312 hb_position_t origin_x, origin_y; local 314 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); 316 *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/chrome/browser/download/ |
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,
|
download_shelf.h | 114 int origin_x, 124 int origin_x, 133 int 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/download/ |
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...] |
download_util.h | 173 int origin_x, 183 int origin_x, 192 int 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/cc/resources/ |
picture_layer_tiling.cc | 736 int origin_x = rect.x(); local 784 origin_x -= delta; 799 gfx::Rect result(origin_x, origin_y, width, height);
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk.cc | 460 gint origin_x, origin_y; local 462 gdk_window_get_origin(gdk_window, &origin_x, &origin_y); 468 origin_x + allocation.x - kBorderThickness + horizontal_offset,
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzVideo.m | 970 int origin_x, origin_y; [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
freetype.h | [all...] |
/external/freetype/include/freetype/ |
freetype.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm.c | 594 * For DRI2 the origin_x/y will always be (0,0) but we still need the
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm.c | 594 * For DRI2 the origin_x/y will always be (0,0) but we still need the
|