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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 208 OUTLINETEXTMETRIC otm; local
209 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
212 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
215 return (0 == otmRet) ? 0 : otm.otmEMSquare;
740 OUTLINETEXTMETRIC otm; local
741 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
744 success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm)
1007 OUTLINETEXTMETRIC otm; local
1823 OUTLINETEXTMETRIC otm; local
    [all...]

Completed in 3701 milliseconds