Searched refs:fHdc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DSurface.cpp11 SelectObject(fHdc, gFont->fFont);
27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
H A DGDIFontInstance.h42 HDC fHdc; member in class:GDISurface
48 return fHdc;
H A DGDIFontInstance.cpp25 : fHdc(theHDC), fCurrentFont(NULL)
37 fHdc = theHDC;
46 SelectObject(fHdc, font->getFont());
49 SelectObject(fHdc, font->getFont());
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,

Completed in 62 milliseconds