/reactos/dll/cpl/desk/ |
H A D | draw.c | 544 FillRect(DC, Rect, hbr); in MyDrawMenuBarTemp() 548 hPenOld = SelectObject(DC, hPen); in MyDrawMenuBarTemp() 550 LineTo(DC, Rect->right, Rect->bottom - 1); in MyDrawMenuBarTemp() 551 SelectObject(DC, hPenOld); in MyDrawMenuBarTemp() 556 hFontOld = SelectObject(DC, Font); in MyDrawMenuBarTemp() 578 FillRect(DC, &rect, hbr); in MyDrawMenuBarTemp() 583 FrameRect(DC, &rect, hbr); in MyDrawMenuBarTemp() 602 FillRect(DC, &rect, hbr); in MyDrawMenuBarTemp() 606 SetBkMode(DC, TRANSPARENT); in MyDrawMenuBarTemp() 619 DrawTextW(DC, Text, -1, &rect, uFormat); in MyDrawMenuBarTemp() [all …]
|
H A D | draw.h | 14 MyDrawMenuBarTemp(HWND Wnd, HDC DC, LPRECT Rect, HMENU Menu, HFONT Font, COLOR_SCHEME *scheme);
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | intgdi.h | 20 IntGdiLineTo(DC *dc, 25 IntGdiMoveToEx(DC *dc, 31 IntGdiPolyBezier(DC *dc, 36 IntGdiPolyline(DC *dc, 41 IntGdiPolyBezierTo(DC *dc, 46 IntGdiPolyPolyline(DC *dc, 52 IntGdiPolylineTo(DC *dc,
|
H A D | path.h | 87 BOOL PATH_RoundRect(DC *dc, INT x1, INT y1, INT x2, INT y2, INT ell_width, INT ell_height); 96 PPATH FASTCALL PATH_WidenPathEx(DC *dc, PPATH pPath); 99 BOOL FASTCALL PATH_StrokePath(DC *dc, PPATH pPath); 106 BOOL PATH_RestorePath( DC *, DC *); 107 BOOL PATH_SavePath( DC *, DC *);
|
H A D | coord.h | 47 INTERNAL_LPTODP(DC *dc, LPPOINT points, UINT count) in INTERNAL_LPTODP() 55 INTERNAL_DPTOLP(DC *dc, LPPOINT points, UINT count) in INTERNAL_DPTOLP() 182 IntLPtoDP(DC* pdc, PPOINTL ppt, UINT count) in IntLPtoDP() 192 IntDPtoLP(DC* pdc, PPOINTL ppt, UINT count) in IntDPtoLP()
|
H A D | line.c | 80 IntGdiMoveToEx(DC *dc, in IntGdiMoveToEx() 148 IntGdiLineTo(DC *dc, in IntGdiLineTo() 262 IntGdiPolyBezier(DC *dc, in IntGdiPolyBezier() 290 IntGdiPolyBezierTo(DC *dc, in IntGdiPolyBezierTo() 327 IntGdiPolyline(DC *dc, in IntGdiPolyline() 425 IntGdiPolylineTo(DC *dc, in IntGdiPolylineTo() 464 IntGdiPolyPolyline(DC *dc, in IntGdiPolyPolyline() 501 DC *dc; in NtGdiLineTo()
|
H A D | arc.c | 28 IntArc( DC *dc, in IntArc() 186 DC *dc, in IntGdiArcInternal() 309 DC *pDC; in NtGdiAngleArc() 359 DC *dc; in NtGdiArcInternal()
|
H A D | path.c | 187 BOOL PATH_SavePath( DC *dst, DC *src ) in PATH_SavePath() 209 BOOL PATH_RestorePath( DC *dst, DC *src ) in PATH_RestorePath() 434 DC *dc, in PATH_CheckRect() 676 DC *dc, in PATH_RoundRect() 1598 DC *dc, in PATH_StrokePath() 2687 DC *pDc; in NtGdiFlattenPath() 2733 DC *pDc; in NtGdiGetMiterLimit() 2769 DC *dc; in NtGdiGetPath() 2852 DC *pDc; in NtGdiPathToRegion() 2935 DC *pDc; in NtGdiSetMiterLimit() [all …]
|
H A D | paint.h | 4 BOOL APIENTRY FillPolygon ( DC* dc, SURFACE* pSurface, BRUSHOBJ* BrushObj, MIX RopMode, CONST PPOIN…
|
H A D | cliprgn.h | 12 VOID FASTCALL CLIPPING_UpdateGCRegion(DC* Dc);
|
H A D | drawing.c | 66 int FASTCALL IntFillRect(DC *dc, INT XLeft, INT YLeft, INT Width, INT Height, PBRUSH pbrush, BOOL P… 124 app_draw_ellipse(DC *g, Rect r, PBRUSH pbrush) in app_draw_ellipse() 370 app_fill_arc_rect(DC *g, in app_fill_arc_rect() 617 app_fill_ellipse(DC *g, Rect r, PBRUSH pbrush) in app_fill_ellipse() 785 app_fill_arc(DC *g, Rect r, int start_angle, int end_angle, PBRUSH pbrush, BOOL Chord) in app_fill_arc() 962 int app_draw_arc(DC *g, Rect r, int start_angle, int end_angle, PBRUSH pbrushPen, BOOL Chord) in app_draw_arc() 1234 IntFillRect( DC *dc, in IntFillRect()
|
H A D | fillshap.c | 181 IntGdiPolyPolygon(DC *dc, in IntGdiPolyPolygon() 415 DC *dc; in NtGdiPolyPolyDraw() 747 DC *dc; in NtGdiRectangle() 920 DC *dc = DC_LockDc(hDC); in NtGdiRoundRect()
|
H A D | dclife.c | 78 sizeof(DC), in DC_AllocDcWithHandle() 108 defaultDCstate = ExAllocatePoolWithTag(PagedPool, sizeof(DC), TAG_DC); in DC_InitHack() 110 RtlZeroMemory(defaultDCstate, sizeof(DC)); in DC_InitHack()
|
/reactos/win32ss/gdi/gdi32/wine/mfdrv/ |
H A D | init.c | 238 static DC *MFDRV_AllocMetaFile(void) in MFDRV_AllocMetaFile() 240 DC *dc; in MFDRV_AllocMetaFile() 322 DC *dc; in CreateMetaFileW() 388 static DC *MFDRV_CloseMetaFile( HDC hdc ) in MFDRV_CloseMetaFile() 390 DC *dc; in MFDRV_CloseMetaFile() 456 DC *dc = MFDRV_CloseMetaFile(hdc); in CloseMetaFile()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | gdi_private.h | 133 } WINEDC, DC; typedef 145 extern DC *alloc_dc_ptr( WORD magic ) DECLSPEC_HIDDEN; 146 extern void free_dc_ptr( DC *dc ) DECLSPEC_HIDDEN; 147 extern DC *get_dc_ptr( HDC hdc ) DECLSPEC_HIDDEN; 148 extern void release_dc_ptr( DC *dc ) DECLSPEC_HIDDEN;
|
H A D | path.c | 43 DC *dc = get_physdev_dc( dev ); in pathdrv_AbortPath() 56 DC *dc = get_physdev_dc( dev ); in pathdrv_EndPath() 333 DC *dc = get_nulldrv_dc( dev ); in nulldrv_BeginPath()
|
/reactos/dll/win32/wmi/ |
H A D | wmi.rc | 2 #define REACTOS_STR_FILE_DESCRIPTION "WMI DC and DP functionality"
|
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | graphics.c | 75 static void get_points_bounds( RECTL *bounds, const POINT *pts, UINT count, DC *dc ) in get_points_bounds() 146 DC *dc = get_physdev_dc( dev ); in emfdrv_stroke_and_fill_path() 192 DC *dc = get_physdev_dc( dev ); in EMFDRV_LineTo() 231 DC *dc = get_physdev_dc( dev ); 412 DC *dc = get_physdev_dc( dev ); 451 DC *dc = get_physdev_dc( dev ); 491 DC *dc = get_physdev_dc( dev ); 556 DC *dc = get_physdev_dc( dev ); 888 DC *dc = get_physdev_dc( dev );
|
H A D | dc.c | 52 DC *dc = get_physdev_dc( dev ); in EMFDRV_RestoreDC() 432 DC *dc = get_physdev_dc( dev ); in EMFDRV_BeginPath() 525 DC *dc = get_physdev_dc( dev ); in emfpathdrv_AbortPath() 646 DC *dc = get_physdev_dc( dev ); in emfpathdrv_EndPath()
|
H A D | init.c | 317 DC *dc; in CreateEnhMetaFileW() 436 DC *dc; in CloseEnhMetaFile()
|
H A D | objects.c | 471 DC *dc = get_physdev_dc( dev ); in EMFDRV_SetDCBrushColor() 497 DC *dc = get_physdev_dc( dev ); in EMFDRV_SetDCPenColor()
|
/reactos/modules/rostests/tests/polytest/ |
H A D | polytest.cpp | 40 typedef struct DC struct 44 } DC, *PDC; argument 737 DC dc; in Polygon()
|
/reactos/dll/win32/windowscodecs/ |
H A D | windowscodecs_wincodec.rgs | 182 '{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}' = s 'WIC JPEG Encoder' 242 '{32557D3B-69DC-4F95-836E-F5972B2F6159}' = s 'WIC Comment Extension Reader'
|
/reactos/drivers/filesystems/cdfs/ |
H A D | dirsup.c | 88 #define CdRawDirent(IC,DC) \ argument 89 Add2Ptr( (DC)->Sector, (DC)->SectorOffset, PRAW_DIRENT )
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | aes.c | 180 V(2D,1B,1B,36), V(B2,6E,6E,DC), V(EE,5A,5A,B4), V(FB,A0,A0,5B), \ 199 V(A0,60,60,C0), V(98,81,81,19), V(D1,4F,4F,9E), V(7F,DC,DC,A3), \ 214 V(DD,4B,4B,96), V(DC,BD,BD,61), V(86,8B,8B,0D), V(85,8A,8A,0F), \ 323 V(4F,C5,C0,80), V(A2,20,DC,61), V(69,4B,77,5A), V(16,1A,12,1C), \ 328 V(76,29,43,8B), V(DC,C6,23,CB), V(68,FC,ED,B6), V(63,F1,E4,B8), \ 329 V(CA,DC,31,D7), V(10,85,63,42), V(40,22,97,13), V(20,11,C6,84), \ 331 V(4B,2F,9E,1D), V(F3,30,B2,DC), V(EC,52,86,0D), V(D0,E3,C1,77), \
|