Searched refs:otm (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 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() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 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() [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 202 OUTLINETEXTMETRIC otm; in calculateUPEM() local 203 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm); in calculateUPEM() 206 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm); in calculateUPEM() 209 return (0 == otmRet) ? 0 : otm.otmEMSquare; in calculateUPEM() 741 OUTLINETEXTMETRIC otm; in SkScalerContext_GDI() local 742 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm); in SkScalerContext_GDI() 745 success = GetOutlineTextMetrics(fDDC, sizeof(otm), in SkScalerContext_GDI() 942 OUTLINETEXTMETRIC otm; generateFontMetrics() local 1641 OUTLINETEXTMETRIC otm; onGetAdvancedMetrics() local [all...] |
Completed in 4 milliseconds