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

  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 118 OUTLINETEXTMETRIC otm; local
169 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
176 fUnitsPerEM = otm.otmEMSquare;
177 fAscent = otm.otmTextMetrics.tmAscent;
178 fDescent = otm.otmTextMetrics.tmDescent;
179 fLeading = otm.otmTextMetrics.tmExternalLeading;
203 OUTLINETEXTMETRIC otm; local
257 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 199 OUTLINETEXTMETRIC otm; local
200 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
203 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
206 return (0 == otmRet) ? 0 : otm.otmEMSquare;
720 OUTLINETEXTMETRIC otm; local
721 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
724 success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm)
989 OUTLINETEXTMETRIC otm; local
1719 OUTLINETEXTMETRIC otm; local
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 199 OUTLINETEXTMETRIC otm; local
200 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
203 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
206 return (0 == otmRet) ? 0 : otm.otmEMSquare;
720 OUTLINETEXTMETRIC otm; local
721 UINT success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
724 success = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm)
989 OUTLINETEXTMETRIC otm; local
1719 OUTLINETEXTMETRIC otm; local
    [all...]

Completed in 203 milliseconds