Lines Matching defs:hdc
154 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount()
190 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM()
242 SkAutoHDC hdc(fLogFont); in LogFontTypeface() local
1607 SkAutoHDC hdc(fLogFont); in onGetFamilyName() local
1621 SkAutoHDC hdc(fLogFont); in getGlyphToUnicodeMap() local
1633 SkAutoHDC hdc(lf); in onGetAdvancedMetrics() local
1828 SkAutoHDC hdc(lf); in onOpenStream() local
1854 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs()
1895 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph()
1948 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local
1991 SkAutoHDC hdc(fLogFont); in onCountGlyphs() local
1998 SkAutoHDC hdc(fLogFont); in onGetUPEM() local
2040 SkAutoHDC hdc(lf); in onGetTableData() local
2056 SkAutoHDC hdc(lf); in onCopyTableData() local
2187 HDC hdc = ::CreateCompatibleDC(nullptr); in SkFontStyleSetGDI() local
2232 HDC hdc = ::CreateCompatibleDC(nullptr); in SkFontMgrGDI() local