Searched refs:GDIObj (Results 1 – 2 of 2) sorted by relevance
489 struct GDIObj struct494 GDIObj() : in GDIObj() argument500 GDIObj( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in GDIObj() argument526 ~GDIObj() in ~GDIObj() argument559 std::vector< GDIObj* > vGDIObj;
594 GDIObj* pGDIObj = NULL; in SelectObject()597 pGDIObj = new GDIObj(); in SelectObject()816 vGDIObj[ nIndex ] = new GDIObj( eType, pStyle ); in CreateObject()850 vGDIObj[ nIndex ] = new GDIObj( eType, pStyle ); in CreateObject()
Completed in 20 milliseconds