Home
last modified time | relevance | path

Searched refs:y_top (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_accessibility.cc185 STDMETHODIMP AutocompleteAccessibility::accLocation(LONG* x_left, LONG* y_top, in accLocation() argument
188 if (var_id.vt != VT_I4 || !x_left || !y_top || !width || !height) { in accLocation()
193 return default_accessibility_server_->accLocation(x_left, y_top, width, in accLocation()
197 STDMETHODIMP AutocompleteAccessibility::accHitTest(LONG x_left, LONG y_top, in accHitTest() argument
204 return default_accessibility_server_->accHitTest(x_left, y_top, child); in accHitTest()
Dautocomplete_accessibility.h77 STDMETHODIMP accLocation(LONG* x_left, LONG* y_top, LONG* width, LONG* height,
81 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
/external/freetype/src/smooth/
Dftsmooth.c116 FT_Pos x_shift, y_shift, x_left, y_top; in ft_smooth_render_generic() local
195 y_top = (FT_Int)( cbox.yMax >> 6 ); in ft_smooth_render_generic()
216 y_top += extra >> 1; in ft_smooth_render_generic()
355 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX ) in ft_smooth_render_generic()
363 slot->bitmap_top = (FT_Int)y_top; in ft_smooth_render_generic()
/external/chromium/chrome/browser/chromeos/
Dwebui_menu_control.h58 virtual void OpenSubmenu(int index, int y_top) =0;
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.h78 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
82 LONG* y_top,
Dbrowser_accessibility_win.cc68 LONG y_top, in accHitTest() argument
76 gfx::Point point(x_left, y_top); in accHitTest()
95 STDMETHODIMP BrowserAccessibilityWin::accLocation(LONG* x_left, LONG* y_top, in accLocation() argument
101 if (!x_left || !y_top || !width || !height) in accLocation()
110 *y_top = bounds.y(); in accLocation()