Home
last modified time | relevance | path

Searched refs:drawContextTarget (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3DrawContext.h249 TQ3DrawContextObject E3DrawContext_New(TQ3ObjectType drawContextType, void *drawContextTarget);
286 …ntextObject E3MacDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget);
304 …ContextObject E3XDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget);
327 …tObject E3Win32DCDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget);
349 …ontextObject E3BeDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget);
361 …extObject E3CocoaDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget);
H A DE3DrawContext.c489 E3DrawContext_New(TQ3ObjectType drawContextType, void *drawContextTarget)
496 drawContext = E3CocoaDrawContext_NewWithWindow(drawContextType, drawContextTarget);
499 drawContext = E3MacDrawContext_NewWithWindow(drawContextType, drawContextTarget);
502 drawContext = E3XDrawContext_NewWithWindow(drawContextType, drawContextTarget);
505 drawContext = E3Win32DCDrawContext_NewWithWindow(drawContextType, drawContextTarget);
508 drawContext = E3BeDrawContext_NewWithWindow(drawContextType, drawContextTarget);
H A DE3View.h168 TQ3ViewObject E3View_NewWithDefaults(TQ3ObjectType drawContextType, void *drawContextTarget);
H A DE3View.c3337 E3View_NewWithDefaults(TQ3ObjectType drawContextType, void *drawContextTarget)
3354 theDrawContext = E3DrawContext_New(drawContextType, drawContextTarget);
/dports/graphics/quesa/quesa-1.8/Source/Unix/
H A DE3UnixDrawContext.c206 E3XDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget) in E3XDrawContext_NewWithWindow() argument
233 x11DrawContextData.visual = (Visual *) drawContextTarget; in E3XDrawContext_NewWithWindow()
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DView.c114 Q3View_NewWithDefaults(TQ3ObjectType drawContextType, void *drawContextTarget) in Q3View_NewWithDefaults() argument
123 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(drawContextTarget), NULL); in Q3View_NewWithDefaults()
144 return(E3View_NewWithDefaults(drawContextType, drawContextTarget)); in Q3View_NewWithDefaults()
/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesaView.h222 void *drawContextTarget