Lines Matching refs:otm
118 OUTLINETEXTMETRIC otm; in GDIFontInstance() local
169 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm); in GDIFontInstance()
176 fUnitsPerEM = otm.otmEMSquare; in GDIFontInstance()
177 fAscent = otm.otmTextMetrics.tmAscent; in GDIFontInstance()
178 fDescent = otm.otmTextMetrics.tmDescent; in GDIFontInstance()
179 fLeading = otm.otmTextMetrics.tmExternalLeading; in GDIFontInstance()
203 OUTLINETEXTMETRIC otm; in GDIFontInstance() local
257 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm); in GDIFontInstance()
260 fUnitsPerEM = otm.otmEMSquare; in GDIFontInstance()
261 fAscent = otm.otmTextMetrics.tmAscent; in GDIFontInstance()
262 fDescent = otm.otmTextMetrics.tmDescent; in GDIFontInstance()
263 fLeading = otm.otmTextMetrics.tmExternalLeading; in GDIFontInstance()