Home
last modified time | relevance | path

Searched refs:theHDC (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.h37 GDISurface(HDC theHDC);
45 void setHDC(HDC theHDC);
DGDIFontInstance.cpp30 GDISurface::GDISurface(HDC theHDC) in GDISurface() argument
31 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()
41 void GDISurface::setHDC(HDC theHDC) in setHDC() argument
43 fHdc = theHDC; in setHDC()