Home
last modified time | relevance | path

Searched refs:POINT (Results 1 – 25 of 83) sorted by relevance

1234

/external/icu4c/data/translit/
DHebrew_Latin_BGN.txt19 ו\u05BC → u ; # HEBREW LETTER VAV + POINT DAGESH
20 ו\u05B9 → o ; # HEBREW LETTER VAV + POINT HOLAM
51 \u05B7 → a ; # HEBREW POINT PATAH
52 \u05B2 → a ; # HEBREW POINT HATAF PATAH
53 \u05B8 → o ; # HEBREW POINT QAMATS
54 \u05B6 → e ; # HEBREW POINT SEGOL
55 \u05B1 → e ; # HEBREW POINT HATAF SEGOL
56 \u05B5י → e ; # HEBREW POINT TSERE + LETTER YOD
57 \u05B5 → e ; # HEBREW POINT TSERE
58 \u05B0 → e ; # HEBREW POINT SHEVA
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.h44 POINT ptUp; // x,y position of key/button. Not on screen but in screen coordinates.
46 POINT ptDown;
48 POINT ptLeft;
50 POINT ptRight;
52 POINT ptA;
54 POINT ptB;
56 POINT ptC;
58 POINT ptStart;
/external/webkit/Source/WebCore/platform/graphics/win/
DIntPointWin.cpp33 IntPoint::IntPoint(const POINT& p) in IntPoint()
39 IntPoint::operator POINT() const in operator POINT()
41 POINT p = {m_x, m_y}; in operator POINT()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp44 POINT point = { -1, -1 }; in relativeCursorPosition()
50 static inline POINT point(LPARAM lParam) in point()
52 POINT point = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; in point()
72 static inline int clickCount(WebEvent::Type type, WebMouseEvent::Button button, const POINT& positi… in clickCount()
76 static POINT lastClickPosition; in clickCount()
386 POINT position = point(lParam); in createWebMouseEvent()
387 POINT globalPosition = position; in createWebMouseEvent()
403 POINT globalPosition = point(lParam); in createWebWheelEvent()
404 POINT position = globalPosition; in createWebWheelEvent()
/external/chromium/chrome/browser/tab_contents/
Dweb_drop_target_win.h34 POINT cursor_position,
39 POINT cursor_position,
46 POINT cursor_position,
Dweb_drop_target_win.cc97 POINT cursor_position, in OnDragEnter()
117 POINT client_pt = cursor_position; in OnDragEnter()
141 POINT cursor_position, in OnDragOver()
150 POINT client_pt = cursor_position; in OnDragOver()
190 POINT cursor_position, in OnDrop()
202 POINT client_pt = cursor_position; in OnDrop()
Dweb_drag_source_win.cc21 POINT cursor_pos; in GetCursorPositions()
/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp41 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; in positionForEvent()
48 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; in globalPositionForEvent()
82 POINT point = {location.x(), location.y()}; in PlatformWheelEvent()
DPlatformMouseEventWin.cpp40 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; in positionForEvent()
46 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; in globalPositionForEvent()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebContextMenuProxyWin.cpp85 POINT point = POINT(origin); in showContextMenu()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysmouse.c189 POINT mouse_pos; in WIN_ShowWMCursor()
219 POINT pt; in WIN_WarpWMCursor()
231 POINT pt; in WIN_UpdateMouse()
DSDL_syswm.c268 POINT pt; in WIN_GrabInput()
285 POINT pt; in WIN_GrabInput()
/external/webkit/Source/WebCore/platform/graphics/
DIntPoint.h49 typedef struct tagPOINT POINT; typedef
128 IntPoint(const POINT&);
129 operator POINT() const;
/external/clang/test/CodeGenObjC/
Dmessages-2.m152 // CHECK-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]],
159 // CHECK: [[T0:%.*]] = bitcast [[POINT_T]]* [[POINT]] to i8*
164 // CHECK-NF-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]],
171 // CHECK-NF: [[T0:%.*]] = bitcast [[POINT_T]]* [[POINT]] to i8*
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp168 POINT pos = {-1, -1}; in GetRelativeCursorPos()
247 POINT globalPoint = { result.x, result.y }; in mouseEvent()
343 POINT cursorPosition = {0}; in mouseWheelEvent()
404 POINT clientPoint = { result.globalX, result.globalY }; in mouseWheelEvent()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc104 bool IsDrag(const POINT& origin, const POINT& current) { in IsDrag()
124 POINT cursor_position,
128 POINT cursor_position,
133 POINT cursor_position,
139 void UpdateDropHighlightPosition(const POINT& cursor_screen_position);
168 POINT cursor_position, in OnDragEnter()
191 POINT cursor_position, in OnDragOver()
221 POINT cursor_position, in OnDrop()
238 const POINT& cursor_screen_position) { in UpdateDropHighlightPosition()
240 POINT client_position = cursor_screen_position; in UpdateDropHighlightPosition()
[all …]
/external/webkit/Source/WebKit/win/
DWebNodeHighlight.cpp165 POINT srcPoint; in update()
169 POINT dstPoint; in update()
DWebKitGraphics.h55 POINT pt;
DWebDropSource.cpp139 POINT cursorPoint; in GiveFeedback()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDragClient.cpp90 POINT localpt = core(m_webView)->mainFrame()->view()->windowToContents(windowPoint); in dragSourceActionMaskForPoint()
102 POINT point = intPoint; in willPerformDragSourceAction()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DWindowGeometryInitializedBeforeSetWindow.cpp73 if (!::MapWindowPoints(hwnd, parent, reinterpret_cast<POINT*>(&rect), 2)) { in NPP_SetWindow()
/external/chromium/chrome/browser/automation/
Dautomation_provider_win.cc48 static void MoveMouse(const POINT& point) { in MoveMouse()
185 POINT temp = drag_path[0].ToPOINT(); in WindowSimulateDrag()
197 POINT end = drag_path[drag_path.size() - 1].ToPOINT(); in WindowSimulateDrag()
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp49 static POINT lastMousePosition;
217 static inline POINTL pointl(const POINT& point) in pointl()
238 POINT screenPoint = msg.pt; in doMouseUp()
311 POINT screenPoint = msg.pt; in doMouseMove()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.cpp346 static void drawPatternSimple(HDC hdc, const RECT& destRect, HBITMAP hbmp, const POINT& phase) in drawPatternSimple()
352 POINT oldOrg; in drawPatternSimple()
358 …le(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase) in drawPatternSimple()
493POINT phaseWin = { stableRound(visibleDstRect.x() - phase.x()), stableRound(visibleDstRect.y() - p… in drawPattern()
/external/chromium/chrome/browser/ui/views/status_icons/
Dstatus_tray_win.cc77 POINT p; in WndProc()

1234