Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 25 of 180) sorted by relevance

12345678

/reactos/win32ss/printing/base/printui/
H A Dprintui.c55 static LPWSTR get_next_wstr(context_t * cx) in get_next_wstr()
85 static WCHAR get_next_wchar(context_t * cx, BOOL use_next_parameter) in get_next_wchar()
122 static BOOL parse_rundll(context_t * cx) in parse_rundll()
240 context_t cx; in PrintUIEntryW() local
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dxxxwin.c90 void ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
127 void ui_triblt(uint8 opcode, int x, int y, int cx, int cy, in ui_triblt()
134 void ui_memblt(uint8 opcode, int x, int y, int cx, int cy, in ui_memblt()
140 void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy) in ui_desktop_restore()
145 void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy) in ui_desktop_save()
150 void ui_rect(int x, int y, int cx, int cy, int colour) in ui_rect()
155 void ui_screenblt(uint8 opcode, int x, int y, int cx, int cy, in ui_screenblt()
161 void ui_patblt(uint8 opcode, int x, int y, int cx, int cy, in ui_patblt()
167 void ui_destblt(uint8 opcode, int x, int y, int cx, int cy) in ui_destblt()
182 void ui_paint_bitmap(int x, int y, int cx, int cy, in ui_paint_bitmap()
[all …]
H A Dsvgawin.c136 int cx; member
540 int contains_mouse(int x, int y, int cx, int cy) in contains_mouse()
575 void get_rect(int x, int y, int cx, int cy, uint8* p) in get_rect()
704 void cache_rect(int x, int y, int cx, int cy, int do_warp) in cache_rect()
1101 void ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
1379 void ui_triblt(uint8 opcode, int x, int y, int cx, int cy, in ui_triblt()
1387 void ui_memblt(uint8 opcode, int x, int y, int cx, int cy, in ui_memblt()
1447 void ui_rect(int x, int y, int cx, int cy, int colour) in ui_rect()
1491 void ui_patblt(uint8 opcode, int x, int y, int cx, int cy, in ui_patblt()
1553 void ui_paint_bitmap(int x, int y, int cx, int cy, in ui_paint_bitmap()
[all …]
H A Dnanoxwin.c173 static int warp_coords(int * x, int * y, int * cx, int * cy, in warp_coords()
255 void ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
547 void ui_triblt(uint8 opcode, int x, int y, int cx, int cy, in ui_triblt()
555 void ui_memblt(uint8 opcode, int x, int y, int cx, int cy, in ui_memblt()
608 void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy) in ui_desktop_save()
614 void ui_rect(int x, int y, int cx, int cy, int color) in ui_rect()
626 void ui_screenblt(uint8 opcode, int x, int y, int cx, int cy, in ui_screenblt()
647 void ui_patblt(uint8 opcode, int x, int y, int cx, int cy, in ui_patblt()
717 void ui_destblt(uint8 opcode, int x, int y, int cx, int cy) in ui_destblt()
750 void ui_paint_bitmap(int x, int y, int cx, int cy, in ui_paint_bitmap()
[all …]
H A Dqtwin.cpp709 void ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
1022 void ui_triblt(uint8 opcode, int x, int y, int cx, int cy, in ui_triblt()
1029 void ui_memblt(uint8 opcode, int x, int y, int cx, int cy, in ui_memblt()
1045 int y, int cx, int cy, int dir) in CommonDeskSave()
1100 void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy) in ui_desktop_save()
1106 void ui_rect(int x, int y, int cx, int cy, int colour) in ui_rect()
1114 void ui_screenblt(uint8 opcode, int x, int y, int cx, int cy, in ui_screenblt()
1123 void ui_patblt(uint8 opcode, int x, int y, int cx, int cy, in ui_patblt()
1160 void ui_destblt(uint8 opcode, int x, int y, int cx, int cy) in ui_destblt()
1180 void ui_paint_bitmap(int x, int y, int cx, int cy, in ui_paint_bitmap()
[all …]
H A Dqtewin.cpp847 int c2sx(int cx) in c2sx()
1248 void redraw(int x, int y, int cx, int cy) in redraw()
1325 void ui_paint_bitmap(int x, int y, int cx, int cy, int width, in ui_paint_bitmap()
1496 int x, int y, int cx, int cy, in ui_ellipse()
1547 void ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
1571 void ui_destblt(uint8 opcode, int x, int y, int cx, int cy) in ui_destblt()
1642 void ui_rect(int x, int y, int cx, int cy, int colour) in ui_rect()
1649 void ui_patblt(uint8 opcode, int x, int y, int cx, int cy, in ui_patblt()
1676 void ui_screenblt(uint8 opcode, int x, int y, int cx, int cy, in ui_screenblt()
1777 void ui_memblt(uint8 opcode, int x, int y, int cx, int cy, in ui_memblt()
[all …]
/reactos/modules/rostests/apitests/gdi32/
H A DFrameRgn.c79 UINT cx, in CheckBitmapBitsWithLine()
98 #define CheckBitmapBits(hdc,cx,cy,pj,pcr) \ argument
/reactos/base/applications/mstsc/
H A Dbsops.c189 bs_set_clip(int x, int y, int cx, int cy) in bs_set_clip()
331 bs_warp_coords(int * x, int * y, int * cx, int * cy, in bs_warp_coords()
386 bs_rect(int x, int y, int cx, int cy, int colour, int rop) in bs_rect()
469 bs_screenblt(int rop, int x, int y, int cx, int cy, in bs_screenblt()
560 bs_memblt(int opcode, int x, int y, int cx, int cy, in bs_memblt()
744 bs_patblt(int opcode, int x, int y, int cx, int cy, in bs_patblt()
793 bs_copy_box(char * dst, int x, int y, int cx, int cy, int line_size) in bs_copy_box()
H A Duimain.c138 ui_invalidate(int x, int y, int cx, int cy) in ui_invalidate()
307 ui_paint_bitmap(int x, int y, int cx, int cy, in ui_paint_bitmap()
320 ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
518 int cx; in ui_line() local
539 ui_triblt(uint8 opcode, int x, int y, int cx, int cy, in ui_triblt()
548 ui_memblt(uint8 opcode, int x, int y, int cx, int cy, in ui_memblt()
573 ui_rect(int x, int y, int cx, int cy, int colour) in ui_rect()
581 ui_screenblt(uint8 opcode, int x, int y, int cx, int cy, in ui_screenblt()
597 ui_patblt(uint8 opcode, int x, int y, int cx, int cy, in ui_patblt()
607 ui_destblt(uint8 opcode, int x, int y, int cx, int cy) in ui_destblt()
[all …]
/reactos/base/system/logonui/
H A Dlogonui.h9 INT cx; member
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c102 vncwinClipRect(int *x, int *y, int *cx, int *cy) in vncwinClipRect()
553 ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip()
578 /* dest */ int x, int y, int cx, int cy) in ui_destblt()
601 /* dest */ int x, int y, int cx, int cy, in ui_patblt()
675 /* dest */ int x, int y, int cx, int cy, in ui_screenblt()
693 /* dest */ int x, int y, int cx, int cy, in ui_memblt()
732 /* dest */ int x, int y, int cx, int cy, in ui_triblt()
772 /* dest */ int x, int y, int cx, int cy, in ui_rect()
783 /* dest */ int x, int y, int cx, int cy, in ui_draw_glyph()
934 ui_desktop_save(uint32 offset, int x, int y, int cx, int cy) in ui_desktop_save()
[all …]
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxwin.c91 #define FILL_RECTANGLE(x,y,cx,cy)\ argument
99 #define FILL_RECTANGLE_BACKSTORE(x,y,cx,cy)\ argument
112 #define DRAW_ELLIPSE(x,y,cx,cy,m)\ argument
1474 uint32 x, y, cx, cy; in ui_init() local
2557 /* dest */ int x, int y, int cx, int cy) in ui_destblt()
2575 /* dest */ int x, int y, int cx, int cy, in ui_patblt()
2634 /* dest */ int x, int y, int cx, int cy, in ui_screenblt()
2658 /* dest */ int x, int y, int cx, int cy, in ui_memblt()
2673 /* dest */ int x, int y, int cx, int cy, in ui_triblt()
2822 /* dest */ int x, int y, int cx, int cy, in ui_ellipse()
[all …]
/reactos/win32ss/gdi/dib/
H A Ddib32bppc.c20 LONG cx = x1; in DIB_32BPP_HLine() local
/reactos/base/applications/notepad/
H A Dsettings.c110 DWORD x = CW_USEDEFAULT, y = CW_USEDEFAULT, cx = 0, cy = 0; in NOTEPAD_LoadSettingsFromRegistry() local
241 UINT x, y, cx, cy; in NOTEPAD_SaveSettingsToRegistry() local
/reactos/modules/rostests/winetests/comctl32/
H A Drebar.c209 UINT cx; member
240 …ze_add_band(rbsize_result_t *rbsr, int left, int top, int right, int bottom, DWORD fStyle, UINT cx) in rbsize_add_band()
482 static void add_band_w(HWND hRebar, LPCSTR lpszText, int cxMinChild, int cx, int cxIdeal) in add_band_w()
927 INT cxMinChild, INT cyMinChild, INT cx, HBITMAP hbmBack, INT wID, in expect_band_content_()
964 lpText, iImage, hwndChild, cxMinChild, cyMinChild, cx, hbmBack, wID,\ argument
/reactos/dll/win32/shell32/
H A Dutils.h42 SHELL32_SHExtractIcon(LPCWSTR File, int Index, int cx, int cy) in SHELL32_SHExtractIcon()
/reactos/dll/win32/comctl32/
H A Dimagelist.c89 INT cx; /* 10: cx */ member
131 WORD cx; member
641 INT cx, cy; in ImageList_BeginDrag() local
804 ImageList_Create (INT cx, INT cy, UINT flags, in ImageList_Create()
1527 INT cx, cy, nOvlIdx; in ImageList_DrawIndirect() local
2037 ImageList_GetIconSize (HIMAGELIST himl, INT *cx, INT *cy) in ImageList_GetIconSize()
2164 ImageList_LoadImageA (HINSTANCE hi, LPCSTR lpbmp, INT cx, INT cGrow, in ImageList_LoadImageA()
2208 ImageList_LoadImageW (HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow, in ImageList_LoadImageW()
3038 ImageList_SetIconSize (HIMAGELIST himl, INT cx, INT cy) in ImageList_SetIconSize()
4278 ImageList_GetIconSize (HIMAGELIST himl, INT *cx, INT *cy) in ImageList_GetIconSize()
[all …]
/reactos/ntoskrnl/kd/
H A Dkdterminal.h27 LONG cx; member
/reactos/win32ss/gdi/eng/
H A Dsurface.h111 #define WIDTH_BYTES_ALIGN32(cx, bpp) ((((cx) * (bpp) + 31) & ~31) >> 3) argument
112 #define WIDTH_BYTES_ALIGN16(cx, bpp) ((((cx) * (bpp) + 15) & ~15) >> 3) argument
/reactos/win32ss/drivers/displays/vga/objects/
H A Dpointer.c302 LONG cx, cy; in VGADDI_HideCursor() local
324 LONG cx, cy; in VGADDI_ShowCursor() local
/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp140 Window(INT cx, INT cy, BOOL fAutoHide = FALSE) in Window()
165 static HWND DoCreateMainWnd(HINSTANCE hInstance, LPCTSTR pszText, INT cx, INT cy, in DoCreateMainWnd()
563 INT cx = 0, cy = 0; in AppBar_QueryPos() local
648 INT cx = rcWindow.right - rcWindow.left; in AppBar_PosChanged() local
715 void OnSize(HWND hwnd, UINT state, int cx, int cy) in OnSize()
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp277 void Icon::draw(HDC hdc, int x, int y, int cx, int cy, COLORREF bk_color, HBRUSH bk_brush) const in draw()
290 int cx, cy; in create_bitmap() local
313 int cx, cy; in add_to_imagelist() local
334 int cx = ICON_SIZE_SMALL; in create_bitmap_from_icon() local
351 int cx = GetSystemMetrics(SM_CXSMICON); in create_small_bitmap_from_icon() local
/reactos/boot/armllb/hw/
H A Dvideo.c351 ULONG cx, cy, CharsPerLine, BackColor, ScreenWidth; in LlbVideoPutChar() local
/reactos/modules/rostests/apitests/user32/
H A DDM_REPOSITION.c14 INT cx, cy, nBitsPixel; in OnInitDialog() local
/reactos/base/applications/mspaint/
H A Ddib.cpp87 HBITMAP CopyMonoImage(HBITMAP hbm, INT cx, INT cy) in CopyMonoImage()
312 HBITMAP Rotate90DegreeBlt(HDC hDC1, INT cx, INT cy, BOOL bRight, BOOL bMono) in Rotate90DegreeBlt()
362 INT cx = bm.bmWidth, cy = bm.bmHeight, dx = 0, dy = 0; in SkewDIB() local
566 INT cx = rc.Width(), cy = rc.Height(); in BitmapFromHEMF() local

12345678