Home
last modified time | relevance | path

Searched refs:dctype (Results 1 – 10 of 10) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Ddclife.c131 DCTYPE dctype, in DC_vInitDc() argument
135 pdc->dctype = dctype; in DC_vInitDc()
151 if (dctype == DCTYPE_MEMORY) in DC_vInitDc()
170 if (dctype == DCTYPE_DIRECT) in DC_vInitDc()
553 if (pdcFirst->dctype == DCTYPE_DIRECT) in DC_vPrepareDCsForBlit()
564 if (pdcFirst->dctype == DCTYPE_DIRECT) in DC_vPrepareDCsForBlit()
584 if (pdcSecond->dctype == DCTYPE_DIRECT) in DC_vPrepareDCsForBlit()
616 if (pdc1->dctype == DCTYPE_DIRECT) in DC_vFinishBlit()
627 if (pdc2->dctype == DCTYPE_DIRECT) in DC_vFinishBlit()
984 pdc->dctype = DCTYPE_INFO; in MakeInfoDC()
[all …]
H A Dbitblt.c62 if (DCSrc->dctype == DCTYPE_INFO || DCDest->dctype == DCTYPE_INFO) in NtGdiAlphaBlend()
240 if (DCSrc->dctype == DCTYPE_INFO || DCDest->dctype == DCTYPE_INFO) in NtGdiTransparentBlt()
407 if (DCDest->dctype == DCTYPE_INFO) in NtGdiMaskBlt()
419 if (DCSrc->dctype == DCTYPE_INFO) in NtGdiMaskBlt()
633 if (DCDest->dctype == DCTYPE_INFO) in GreStretchBltMask()
644 if (DCSrc->dctype == DCTYPE_INFO) in GreStretchBltMask()
950 if (pdc->dctype == DCTYPE_INFO) in IntGdiPolyPatBlt()
H A Ddcstate.c188 if (pdc->dctype == DCTYPE_MEMORY) in DC_vRestoreDC()
302 if (pdc->dctype == DCTYPE_MEMORY) in NtGdiSaveDC()
H A Ddc.h102 DCTYPE dctype; member
204 VOID NTAPI DC_vInitDc(PDC pdc, DCTYPE dctype, PPDEVOBJ ppdev);
H A Ddcobjs.c240 if(pdc->dctype == DCTYPE_MEMORY) in GdiSelectPalette()
364 if (pdc->dctype != DCTYPE_MEMORY) in NtGdiSelectBitmap()
H A Dpalette.c749 if (pdc->dctype == DCTYPE_DIRECT) in IntGdiRealizePalette()
773 (pdc->dctype == DCTYPE_MEMORY ? "memory managed DCs" : "device DCs")); in IntGdiRealizePalette()
H A Ddcutil.c515 SafeResult = pdc->dctype; in NtGdiGetDCDword()
H A Dbitmaps.c289 if (Dc->dctype != DCTYPE_MEMORY) in IntCreateCompatibleBitmap()
H A Ddibobj.c557 if (pDC->dctype == DCTYPE_INFO) in NtGdiSetDIBitsToDeviceInternal()
745 if (pDC == NULL || pDC->dctype == DCTYPE_INFO) in GreGetDIBitsInternal()
/reactos/win32ss/gdi/eng/
H A Dmouse.c725 ASSERT(pdc->dctype == DCTYPE_DIRECT); in GreSetPointerShape()
814 ASSERT(pdc->dctype == DCTYPE_DIRECT); in GreMovePointer()