/external/icu4c/data/translit/ |
D | Hebrew_Latin_BGN.txt | 19 ו\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/ |
D | SDL_gapivideo.h | 44 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/ |
D | IntPointWin.cpp | 33 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/ |
D | WebEventFactory.cpp | 44 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/ |
D | web_drop_target_win.h | 34 POINT cursor_position, 39 POINT cursor_position, 46 POINT cursor_position,
|
D | web_drop_target_win.cc | 97 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()
|
D | web_drag_source_win.cc | 21 POINT cursor_pos; in GetCursorPositions()
|
/external/webkit/Source/WebCore/platform/win/ |
D | WheelEventWin.cpp | 41 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()
|
D | PlatformMouseEventWin.cpp | 40 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/ |
D | WebContextMenuProxyWin.cpp | 85 POINT point = POINT(origin); in showContextMenu()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_sysmouse.c | 189 POINT mouse_pos; in WIN_ShowWMCursor() 219 POINT pt; in WIN_WarpWMCursor() 231 POINT pt; in WIN_UpdateMouse()
|
D | SDL_syswm.c | 268 POINT pt; in WIN_GrabInput() 285 POINT pt; in WIN_GrabInput()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | IntPoint.h | 49 typedef struct tagPOINT POINT; typedef 128 IntPoint(const POINT&); 129 operator POINT() const;
|
/external/clang/test/CodeGenObjC/ |
D | messages-2.m | 152 // 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/ |
D | WebInputEventFactory.cpp | 168 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/ |
D | autocomplete_edit_view_win.cc | 104 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/ |
D | WebNodeHighlight.cpp | 165 POINT srcPoint; in update() 169 POINT dstPoint; in update()
|
D | WebKitGraphics.h | 55 POINT pt;
|
D | WebDropSource.cpp | 139 POINT cursorPoint; in GiveFeedback()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebDragClient.cpp | 90 POINT localpt = core(m_webView)->mainFrame()->view()->windowToContents(windowPoint); in dragSourceActionMaskForPoint() 102 POINT point = intPoint; in willPerformDragSourceAction()
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/ |
D | WindowGeometryInitializedBeforeSetWindow.cpp | 73 if (!::MapWindowPoints(hwnd, parent, reinterpret_cast<POINT*>(&rect), 2)) { in NPP_SetWindow()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_win.cc | 48 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/ |
D | EventSender.cpp | 49 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/ |
D | SharedBitmap.cpp | 346 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() 493 …POINT phaseWin = { stableRound(visibleDstRect.x() - phase.x()), stableRound(visibleDstRect.y() - p… in drawPattern()
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
D | status_tray_win.cc | 77 POINT p; in WndProc()
|