Searched refs:fHdc (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/samples/layout/ |
H A D | Surface.cpp | 14 SelectObject(fHdc, gFont->fFont); in setFont() 30 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip, in drawGlyphs()
|
H A D | GDIFontInstance.cpp | 31 : 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 D | GDIFontInstance.h | 48 HDC fHdc; member in GDISurface 54 return fHdc; in getHDC()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | Surface.cpp | 14 SelectObject(fHdc, gFont->fFont); in setFont() 30 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip, in drawGlyphs()
|
H A D | GDIFontInstance.cpp | 31 : 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 D | GDIFontInstance.h | 48 HDC fHdc; member in GDISurface 54 return fHdc; in getHDC()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 215 : 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