Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/layout/
H A DSurface.cpp14 SelectObject(fHdc, gFont->fFont); in setFont()
30 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip, in drawGlyphs()
H A DGDIFontInstance.cpp31 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()
43 fHdc = theHDC; in setHDC()
52 SelectObject(fHdc, font->getFont()); in setFont()
55 SelectObject(fHdc, font->getFont()); in setFont()
99 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip, in drawGlyphs()
H A DGDIFontInstance.h48 HDC fHdc; member in GDISurface
54 return fHdc; in getHDC()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DSurface.cpp14 SelectObject(fHdc, gFont->fFont); in setFont()
30 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip, in drawGlyphs()
H A DGDIFontInstance.cpp31 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()
43 fHdc = theHDC; in setHDC()
52 SelectObject(fHdc, font->getFont()); in setFont()
55 SelectObject(fHdc, font->getFont()); in setFont()
99 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip, in drawGlyphs()
H A DGDIFontInstance.h48 HDC fHdc; member in GDISurface
54 return fHdc; in getHDC()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp215 : fHdc(::CreateCompatibleDC(nullptr)) in SkAutoHDC()
217 , fSavefont((HFONT)::SelectObject(fHdc, fFont)) in SkAutoHDC()
220 if (fHdc) { in ~SkAutoHDC()
221 ::SelectObject(fHdc, fSavefont); in ~SkAutoHDC()
222 ::DeleteDC(fHdc); in ~SkAutoHDC()
228 operator HDC() { return fHdc; } in operator HDC()
230 HDC fHdc; member in SkAutoHDC

Completed in 6 milliseconds