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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.cc 185 STDMETHODIMP AutocompleteAccessibility::accLocation(LONG* x_left, LONG* y_top,
188 if (var_id.vt != VT_I4 || !x_left || !y_top || !width || !height) {
193 return default_accessibility_server_->accLocation(x_left, y_top, width,
197 STDMETHODIMP AutocompleteAccessibility::accHitTest(LONG x_left, LONG y_top,
204 return default_accessibility_server_->accHitTest(x_left, y_top, child);
autocomplete_accessibility.h 77 STDMETHODIMP accLocation(LONG* x_left, LONG* y_top, LONG* width, LONG* height,
81 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 116 FT_Pos x_shift, y_shift, x_left, y_top; local
194 x_left = (FT_Int)( cbox.xMin >> 6 );
209 x_left -= extra >> 1;
355 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX )
362 slot->bitmap_left = (FT_Int)x_left;
  /external/freetype/src/smooth/
ftsmooth.c 118 FT_Pos x_left, y_top; local
205 x_left = (FT_Int)( cbox.xMin >> 6 );
220 x_left -= extra >> 1;
373 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX )
380 slot->bitmap_left = (FT_Int)x_left;
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 72 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
78 STDMETHODIMP accLocation(LONG* x_left,
native_view_accessibility_win.cc 184 LONG x_left, LONG y_top, VARIANT* child) {
191 gfx::Point point(x_left, y_top);
223 LONG* x_left, LONG* y_top, LONG* width, LONG* height, VARIANT var_id) {
224 if (!IsValidId(var_id) || !x_left || !y_top || !width || !height)
236 *x_left = topleft.x();
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 95 int x_left = x - config.scroll_arrow_height; variable
108 path.lineTo(SkIntToScalar(x_left), SkIntToScalar(y_bottom));
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 78 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
81 STDMETHODIMP accLocation(LONG* x_left,
browser_accessibility_win.cc 67 STDMETHODIMP BrowserAccessibilityWin::accHitTest(LONG x_left,
76 gfx::Point point(x_left, y_top);
95 STDMETHODIMP BrowserAccessibilityWin::accLocation(LONG* x_left, LONG* y_top,
101 if (!x_left || !y_top || !width || !height)
109 *x_left = bounds.x();
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 119 CONTENT_EXPORT STDMETHODIMP accHitTest(LONG x_left, LONG y_top,
123 CONTENT_EXPORT STDMETHODIMP accLocation(LONG* x_left,
browser_accessibility_win.cc 236 STDMETHODIMP BrowserAccessibilityWin::accHitTest(LONG x_left,
245 gfx::Point point(x_left, y_top);
264 STDMETHODIMP BrowserAccessibilityWin::accLocation(LONG* x_left,
272 if (!x_left || !y_top || !width || !height)
280 *x_left = bounds.x();
    [all...]

Completed in 6320 milliseconds