Searched refs:theHDC (Results 1 – 2 of 2) sorted by relevance
37 GDISurface(HDC theHDC);45 void setHDC(HDC theHDC);
30 GDISurface::GDISurface(HDC theHDC) in GDISurface() argument31 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()41 void GDISurface::setHDC(HDC theHDC) in setHDC() argument43 fHdc = theHDC; in setHDC()