Home
last modified time | relevance | path

Searched refs:x_left (Results 1 – 5 of 5) 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
194 x_left = (FT_Int)( cbox.xMin >> 6 ); in ft_smooth_render_generic()
209 x_left -= extra >> 1; in ft_smooth_render_generic()
355 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX ) in ft_smooth_render_generic()
362 slot->bitmap_left = (FT_Int)x_left; in ft_smooth_render_generic()
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.h78 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
81 STDMETHODIMP accLocation(LONG* x_left,
Dbrowser_accessibility_win.cc67 STDMETHODIMP BrowserAccessibilityWin::accHitTest(LONG x_left, 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()
109 *x_left = bounds.x(); in accLocation()