Home
last modified time | relevance | path

Searched refs:curHDC (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DDrawContext.c1779 Q3Win32DCDrawContext_GetDC(TQ3DrawContextObject drawContext, HDC *curHDC) in Q3Win32DCDrawContext_GetDC() argument
1785 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(curHDC), kQ3Failure); in Q3Win32DCDrawContext_GetDC()
1806 return(E3Win32DCDrawContext_GetDC(drawContext, curHDC)); in Q3Win32DCDrawContext_GetDC()
/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesaDrawContext.h1405 HDC *curHDC
/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3DrawContext.h329 TQ3Status E3Win32DCDrawContext_GetDC(TQ3DrawContextObject drawContext, HDC *curHDC);