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

  /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/skia/src/ports/
SkFontHost_win.cpp 197 OUTLINETEXTMETRIC otm; local
198 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
201 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
204 return (0 == otmRet) ? 0 : otm.otmEMSquare;
709 OUTLINETEXTMETRIC otm; local
710 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
713 success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm)
976 OUTLINETEXTMETRIC otm; local
1748 OUTLINETEXTMETRIC otm; local
    [all...]

Completed in 58 milliseconds