Home
last modified time | relevance | path

Searched refs:Pt (Results 1 – 24 of 24) sorted by relevance

/reactos/ntoskrnl/mm/i386/
H A Dpagepae.c84 if (Pt) in MiFlushTlb()
97 if ((Pt && MmUnmapPageTable(Pt)) || Address >= MmSystemRangeStart) in MiFlushTlb()
327 PULONGLONG Pt; in MmGetPageTableForProcessForPAE() local
546 if (Pt) in MmUnmapPageTable()
559 if (Pt) in MmGetPageEntryForProcessForPAE()
561 Pte = *Pt; in MmGetPageEntryForProcessForPAE()
571 PULONG Pt; in MmGetPageEntryForProcess() local
574 if (Pt) in MmGetPageEntryForProcess()
576 Pte = *Pt; in MmGetPageEntryForProcess()
677 PULONG Pt; in MmDeleteVirtualMapping() local
[all …]
/reactos/win32ss/user/user32/controls/
H A Dscrollbar.c806 PrevPt = Pt; in IntScrollHandleScrollEvent()
811 PrevPt = Pt; in IntScrollHandleScrollEvent()
851 PrevPt = Pt; in IntScrollHandleScrollEvent()
863 PrevPt = Pt; in IntScrollHandleScrollEvent()
880 Pt = PrevPt; in IntScrollHandleScrollEvent()
889 Wnd, SBType, SPY_GetMsgName(Msg,Wnd), Pt.x, Pt.y, HitTest ); in IntScrollHandleScrollEvent()
968 Pt = IntScrollClipPos(&ScrollBarInfo.rcScrollBar, Pt); in IntScrollHandleScrollEvent()
1172 Pt.x += XOffset; in ScrollTrackScrollBar()
1173 Pt.y += YOffset; in ScrollTrackScrollBar()
1282 POINT Pt; in ScrollBarWndProc_common() local
[all …]
/reactos/win32ss/user/ntuser/
H A Ddefwnd.c196 POINT Pt; in DefWndHandleSysCommand() local
197 Pt.x = (short)LOWORD(lParam); in DefWndHandleSysCommand()
198 Pt.y = (short)HIWORD(lParam); in DefWndHandleSysCommand()
701 POINT Pt; in IntDefWindowProc() local
703 Pt.x = GET_X_LPARAM(lParam); in IntDefWindowProc()
704 Pt.y = GET_Y_LPARAM(lParam); in IntDefWindowProc()
705 IntClientToScreen(Wnd, &Pt); in IntDefWindowProc()
706 lParam = MAKELPARAM(Pt.x, Pt.y); in IntDefWindowProc()
739 POINT Pt; in IntDefWindowProc() local
745 Pt.x = GET_X_LPARAM(lParam); in IntDefWindowProc()
[all …]
H A Dwinpos.c2987 POINTL Pt; in IntRealChildWindowFromPoint() local
2991 Pt.x = x; in IntRealChildWindowFromPoint()
2992 Pt.y = y; in IntRealChildWindowFromPoint()
3000 if (!IntPtInWindow(Parent, Pt.x, Pt.y)) return NULL; in IntRealChildWindowFromPoint()
3009 if ( Child->style & WS_VISIBLE && IntPtInWindow(Child, Pt.x, Pt.y) ) in IntRealChildWindowFromPoint()
3030 POINTL Pt; in IntChildWindowFromPointEx() local
3034 Pt.x = x; in IntChildWindowFromPointEx()
3035 Pt.y = y; in IntChildWindowFromPointEx()
3040 Pt.x = Parent->rcClient.right - Pt.x; in IntChildWindowFromPointEx()
3046 if (!IntPtInWindow(Parent, Pt.x, Pt.y)) return NULL; in IntChildWindowFromPointEx()
[all …]
H A Dmenu.c84 POINT Pt; member
3504 MAKELPARAM((SHORT) pmt->Pt.x, (SHORT) pmt->Pt.y)); in MENU_ExecFocusedItem()
3574 item = MENU_FindItemByCoords( PtMenu, pmt->Pt, &id ); in MENU_ButtonDown()
3619 item = MENU_FindItemByCoords( PtMenu, pmt->Pt, &Id ); in MENU_ButtonUp()
3697 MENU_FindItemByCoords( PtMenu, pmt->Pt, &Index ); in MENU_MouseMove()
4073 mt.Pt.x = x; in MENU_TrackMenu()
4074 mt.Pt.y = y; in MENU_TrackMenu()
4154 mt.Pt = msg.pt; in MENU_TrackMenu()
4167 mt.Pt.x = (short)LOWORD(msg.lParam); in MENU_TrackMenu()
4168 mt.Pt.y = (short)HIWORD(msg.lParam); in MENU_TrackMenu()
[all …]
/reactos/win32ss/gdi/eng/
H A Dbitblt.c354 POINTL Pt; in EngBitBlt() local
579 Pt.x = InputPoint.x + CombinedRect.left - OutputRect.left; in EngBitBlt()
580 Pt.y = InputPoint.y + CombinedRect.top - OutputRect.top; in EngBitBlt()
586 &Pt, in EngBitBlt()
634 Pt.y = InputPoint.y + CombinedRect.top - OutputRect.top; in EngBitBlt()
640 &Pt, in EngBitBlt()
918 POINTL Pt; in EngMaskBitBlt() local
1026 Pt.x = InputPoint.x + CombinedRect.left - OutputRect.left; in EngMaskBitBlt()
1027 Pt.y = InputPoint.y + CombinedRect.top - OutputRect.top; in EngMaskBitBlt()
1077 &CombinedRect, NULL, &Pt, pbo, in EngMaskBitBlt()
[all …]
/reactos/win32ss/user/user32/windows/
H A Ddefwnd.c114 DefWndTrackScrollBar(HWND Wnd, WPARAM wParam, POINT Pt) in DefWndTrackScrollBar() argument
134 ScrollTrackScrollBar(Wnd, ScrollBar, Pt ); in DefWndTrackScrollBar()
142 POINT Pt; in DefWndHandleSysCommand() local
178 Pt.x = (short)LOWORD(lParam); in DefWndHandleSysCommand()
179 Pt.y = (short)HIWORD(lParam); in DefWndHandleSysCommand()
180 DefWndTrackScrollBar(hWnd, wParam, Pt); in DefWndHandleSysCommand()
347 POINT Pt; in User32DefWindowProc() local
348 Pt.x = GET_X_LPARAM(lParam); in User32DefWindowProc()
349 Pt.y = GET_Y_LPARAM(lParam); in User32DefWindowProc()
350 ClientToScreen(hWnd, &Pt); in User32DefWindowProc()
[all …]
/reactos/win32ss/drivers/displays/vga/objects/
H A Dbitblt.c429 POINTL Pt; in DrvBitBlt() local
479 Pt.x = FinalSourcePoint.x + CombinedRect.left - DestRect->left; in DrvBitBlt()
480 Pt.y = FinalSourcePoint.y + CombinedRect.top - DestRect->top; in DrvBitBlt()
482 &Pt, MaskPoint, Brush, BrushPoint, in DrvBitBlt()
506 Pt.x = FinalSourcePoint.x + CombinedRect.left - DestRect->left; in DrvBitBlt()
507 Pt.y = FinalSourcePoint.y + CombinedRect.top - DestRect->top; in DrvBitBlt()
509 &Pt, MaskPoint, Brush, BrushPoint, rop4) && in DrvBitBlt()
/reactos/base/applications/regedit/
H A Dhexedit.c935 HEXEDIT_WM_LBUTTONDOWN(PHEXEDIT_DATA hed, INT Buttons, POINTS Pt) in HEXEDIT_WM_LBUTTONDOWN() argument
947 hed->Index = HEXEDIT_IndexFromPoint(hed, Pt, HEHT_HEXDUMP, &EditPos, &NewField); in HEXEDIT_WM_LBUTTONDOWN()
949 hed->Index = HEXEDIT_IndexFromPoint(hed, Pt, HEHT_ASCIIDUMP, &EditPos, &NewField); in HEXEDIT_WM_LBUTTONDOWN()
954 Hit = HEXEDIT_HitRegionTest(hed, Pt); in HEXEDIT_WM_LBUTTONDOWN()
955 hed->Index = HEXEDIT_IndexFromPoint(hed, Pt, Hit, &EditPos, &NewField); in HEXEDIT_WM_LBUTTONDOWN()
970 HEXEDIT_WM_LBUTTONUP(PHEXEDIT_DATA hed, INT Buttons, POINTS Pt) in HEXEDIT_WM_LBUTTONUP() argument
977 hed->Index = HEXEDIT_IndexFromPoint(hed, Pt, HEHT_HEXDUMP, &EditPos, &NewField); in HEXEDIT_WM_LBUTTONUP()
979 hed->Index = HEXEDIT_IndexFromPoint(hed, Pt, HEHT_ASCIIDUMP, &EditPos, &NewField); in HEXEDIT_WM_LBUTTONUP()
991 HEXEDIT_WM_MOUSEMOVE(PHEXEDIT_DATA hed, INT Buttons, POINTS Pt) in HEXEDIT_WM_MOUSEMOVE() argument
998 hed->Index = HEXEDIT_IndexFromPoint(hed, Pt, HEHT_HEXDUMP, &EditPos, &NewField); in HEXEDIT_WM_MOUSEMOVE()
[all …]
/reactos/win32ss/gdi/ntgdi/
H A Dfillshap.c1151 POINTL Pt; in NtGdiExtFloodFill() local
1172 Pt.x = XStart; in NtGdiExtFloodFill()
1173 Pt.y = YStart; in NtGdiExtFloodFill()
1174 IntLPtoDP(dc, (LPPOINT)&Pt, 1); in NtGdiExtFloodFill()
1183 Ret = REGION_PtInRegion(prgn, Pt.x, Pt.y); in NtGdiExtFloodFill()
1209 …Ret = DIB_XXBPP_FloodFillSolid(&psurf->SurfObj, &dc->eboFill.BrushObject, &DestRect, &Pt, ConvColo… in NtGdiExtFloodFill()
/reactos/win32ss/user/user32/include/
H A Duser32p.h107 VOID MenuTrackMouseMenuBar(HWND hWnd, ULONG Ht, POINT Pt);
116 VOID FASTCALL ScrollTrackScrollBar(HWND Wnd, INT SBType, POINT Pt);
/reactos/dll/win32/kernel32/winnls/nls/
H A Dplk.nls74 LOCALE_SABBREVDAYNAME5 "Pt"
150 LOCALE_SSHORTESTDAYNAME5 "Pt"
H A Dtrk.nls146 LOCALE_SSHORTESTDAYNAME1 "Pt"
/reactos/base/applications/osk/
H A Dmain.c371 POINT Pt; in OSK_Create() local
407 memset(&Pt, 0, sizeof(Pt)); in OSK_Create()
408 monitor = MonitorFromPoint(Pt, MONITOR_DEFAULTTOPRIMARY); in OSK_Create()
/reactos/dll/win32/shdoclc/
H A Drsrc.rc73 #include "lang/Pt.rc"
/reactos/base/applications/write/
H A Drsrc.rc76 #include "lang/Pt.rc"
/reactos/dll/win32/mapi32/
H A Dversion.rc76 #include "lang/Pt.rc"
/reactos/dll/win32/mshtml/
H A Drsrc.rc92 #include "lang/Pt.rc"
/reactos/base/applications/winhlp32/
H A Drsrc.rc92 #include "lang/Pt.rc"
/reactos/dll/win32/hhctrl.ocx/
H A Dhhctrl.rc79 #include "lang/Pt.rc"
/reactos/dll/win32/uxtheme/
H A Dnonclient.c1070 POINT Pt; in ThemeWndProc() local
1071 Pt.x = (short)LOWORD(lParam); in ThemeWndProc()
1072 Pt.y = (short)HIWORD(lParam); in ThemeWndProc()
1073 NC_TrackScrollBar(hWnd, wParam, Pt); in ThemeWndProc()
H A Duxthemep.h276 VOID NC_TrackScrollBar(HWND Wnd, WPARAM wParam, POINT Pt);
/reactos/dll/win32/comctl32/
H A Dlistview.c9079 POINT Origin, Pt; in LISTVIEW_SetItemPosition() local
9092 Pt = *pt; in LISTVIEW_SetItemPosition()
9098 if ((Pt.x == -1) && (Pt.y == -1)) in LISTVIEW_SetItemPosition()
9099 Pt = Origin; in LISTVIEW_SetItemPosition()
9103 Pt.x -= (infoPtr->nItemWidth - infoPtr->iconSize.cx) / 2; in LISTVIEW_SetItemPosition()
9104 Pt.y -= ICON_TOP_PADDING; in LISTVIEW_SetItemPosition()
9106 Pt.x -= Origin.x; in LISTVIEW_SetItemPosition()
9107 Pt.y -= Origin.y; in LISTVIEW_SetItemPosition()
9112Pt.x = max(0, Pt.x + (infoPtr->nItemWidth >> 1) - (Pt.x + (infoPtr->nItemWidth >> 1)) % infoPtr->n… in LISTVIEW_SetItemPosition()
9113Pt.y = max(0, Pt.y + (infoPtr->nItemHeight >> 1) - (Pt.y + (infoPtr->nItemHeight >> 1)) % infoPtr-… in LISTVIEW_SetItemPosition()
[all …]
/reactos/sdk/include/reactos/mc/
H A Dnetmsgmsg.mc19605 Datę można określić jako Pn,Wt,Sr,Cz,Pt,So,N lub 1-31\n
21335 Pt%0
23613 Pt%0