HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/webkit/Source/WebKit/win/
WebFrame.h 249 /* [in] */ POINT pt,
WebView.cpp     [all...]
WebView.h 266 /* [in] */ LPPOINT point,
294 /* [in] */ LPPOINT point);
392 /* [in] */ LPPOINT point,
714 /* [in] */ POINT pt,
    [all...]
WebFrame.cpp 364 /* [in] */ POINT pt,
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 370 // There's no point in tracking active state changes of our parent window if we don't have
513 POINT localPoint = { gn->ptsLocation.x, gn->ptsLocation.y };
601 // If we get to this point, the gesture has not been handled. We forward
798 // active state after a 0-delay timer fires, at which point GetActiveWindow() will return
    [all...]
WebPopupMenuProxyWin.cpp 67 POINT pt;
366 POINT location(rectInScreenCoords .location());
636 // Put the point into coordinates relative to the scroll bar
674 // Put the point into coordinates relative to the scroll bar
705 // Put the point into coordinates relative to the scroll bar
888 int WebPopupMenuProxyWin::listIndexAtPoint(const IntPoint& point) const
890 return m_scrollOffset + point.y() / m_itemHeight;
  /external/chromium/chrome/browser/
external_tab_container_win.cc 562 POINT cursor_pos = {0};
566 bounds.set_origin(gfx::Point(cursor_pos));
620 POINT screen_pt = { params.x, params.y };
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 83 POINT pt;
300 POINT location(rScreenCoords.location());
409 int PopupMenuWin::listIndexAtPoint(const IntPoint& point) const
411 return m_scrollOffset + point.y() / m_itemHeight;
901 // Put the point into coordinates relative to the scroll bar
937 // Put the point into coordinates relative to the scroll bar
962 // Put the point into coordinates relative to the scroll bar
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 499 POINT topLeft = {0, 0};
507 IntPoint WebChromeClient::screenToWindow(const IntPoint& point) const
509 POINT result = point;
513 return point;
  /external/quake/quake/src/QW/client/
in_win.c 39 POINT current_pos;
1036 // rather than having 32768 be the zero point, they have the zero point at 32668
1096 // get the floating point zero-centered, potentially-inverted data for the current axis
  /external/quake/quake/src/WinQuake/
in_win.cpp 39 POINT current_pos;
1043 // rather than having 32768 be the zero point, they have the zero point at 32668
1103 // get the floating point zero-centered, potentially-inverted data for the current axis
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 50 POINT (0),
510 * Builder that allows creation of a mesh object point by point
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 319 // If the style is not popup, you have to convert the point to client
321 POINT point = { rect.x(), rect.y() }; local
323 ScreenToClient(&point);
325 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);
468 // at that point.
872 gfx::Rect bitmap_rect(gfx::Point(), backing_store->size());
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 185 POINT point = { dialog_rect.left, dialog_rect.top }; local
186 HMONITOR monitor1 = MonitorFromPoint(point, MONITOR_DEFAULTTONULL);
187 point.x = dialog_rect.right;
188 point.y = dialog_rect.bottom;
191 HMONITOR monitor2 = MonitorFromPoint(point, MONITOR_DEFAULTTONULL);
    [all...]
  /external/collada/include/1.4/dom/
domTypes.h 295 * 1.0f, or high dynamic range via floating point
302 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_FLOAT, /**< Format should support full floating point ranges. High precision is expected to be 32bit. Mid precision may be 16 to 32 bit. Low precision is expected to be 16 bit. */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 309 POINT mouse_pos;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 557 meshBuilder.addIndexSetType(Primitive.POINT);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 229 IntPoint mapPoint(const IntPoint& point) const
231 return m_transform.mapPoint(point);
234 FloatPoint mapPoint(const FloatPoint& point) const
236 return m_transform.mapPoint(point);
866 Vector<POINT, 20> winPoints(npoints);
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 76 gfx::Point point(x_left, y_top);
77 if (!GetBoundsRect().Contains(point)) {
83 BrowserAccessibility* result = BrowserAccessibilityForPoint(point);
85 // Point is within this object.
510 POINT top_left = {0, 0};
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 650 POINT p;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 679 bool WebPageProxy::gestureWillBegin(const IntPoint& point)
682 process()->sendSync(Messages::WebPage::GestureWillBegin(point), Messages::WebPage::GestureWillBegin::Reply(canBeginPanning), m_pageID);
801 POINT globalPoint;
803 POINT localPoint = globalPoint;
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/srec/config/en.us/dictionary/
c0.6 50 "!EXCLAMATION-POINT EH2 K S K L AH0 M EY1 SH AH0 N P OY2 N T
101 .POINT P OY1 N T
    [all...]

Completed in 1358 milliseconds

1 23 4