Lines Matching refs:otm
112 OUTLINETEXTMETRIC otm; in GDIFontInstance() local
163 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm); in GDIFontInstance()
170 fUnitsPerEM = otm.otmEMSquare; in GDIFontInstance()
171 fAscent = otm.otmTextMetrics.tmAscent; in GDIFontInstance()
172 fDescent = otm.otmTextMetrics.tmDescent; in GDIFontInstance()
173 fLeading = otm.otmTextMetrics.tmExternalLeading; in GDIFontInstance()
197 OUTLINETEXTMETRIC otm; in GDIFontInstance() local
251 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm); in GDIFontInstance()
254 fUnitsPerEM = otm.otmEMSquare; in GDIFontInstance()
255 fAscent = otm.otmTextMetrics.tmAscent; in GDIFontInstance()
256 fDescent = otm.otmTextMetrics.tmDescent; in GDIFontInstance()
257 fLeading = otm.otmTextMetrics.tmExternalLeading; in GDIFontInstance()