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 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/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 virtual STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
78 STDMETHODIMP accLocation(LONG* x_left,
native_view_accessibility_win.cc 252 LONG x_left, LONG y_top, VARIANT* child) {
268 HRESULT result = child_accessible->accHitTest(x_left, y_top, child);
274 gfx::Point point(x_left, y_top);
305 x_left, y_top, child);
337 LONG* x_left, LONG* y_top, LONG* width, LONG* height, VARIANT var_id) {
338 if (!IsValidId(var_id) || !x_left || !y_top || !width || !height)
350 *x_left = topleft.x();
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 91 int x_left = x - config.scroll_arrow_height; variable
104 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 239 STDMETHODIMP BrowserAccessibilityWin::accHitTest(LONG x_left,
248 gfx::Point point(x_left, y_top);
267 STDMETHODIMP BrowserAccessibilityWin::accLocation(LONG* x_left,
275 if (!x_left || !y_top || !width || !height)
283 *x_left = bounds.x();
    [all...]

Completed in 1301 milliseconds