HomeSort by relevance Sort by last modified time
    Searched refs:otm (Results 1 - 3 of 3) sorted by null

  /external/icu4c/samples/layout/
GDIFontInstance.cpp 112 OUTLINETEXTMETRIC otm; local
163 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
170 fUnitsPerEM = otm.otmEMSquare;
171 fAscent = otm.otmTextMetrics.tmAscent;
172 fDescent = otm.otmTextMetrics.tmDescent;
173 fLeading = otm.otmTextMetrics.tmExternalLeading;
197 OUTLINETEXTMETRIC otm; local
251 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 203 OUTLINETEXTMETRIC otm; local
204 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
207 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
210 return (0 == otmRet) ? 0 : otm.otmEMSquare;
757 OUTLINETEXTMETRIC otm; local
758 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
761 success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm)
1018 OUTLINETEXTMETRIC otm; local
1835 OUTLINETEXTMETRIC otm; local
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 203 OUTLINETEXTMETRIC otm; local
204 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
207 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
210 return (0 == otmRet) ? 0 : otm.otmEMSquare;
757 OUTLINETEXTMETRIC otm; local
758 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
761 success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm)
1018 OUTLINETEXTMETRIC otm; local
1835 OUTLINETEXTMETRIC otm; local
    [all...]

Completed in 226 milliseconds