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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 204 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
205 if (0 == otmRet) {
207 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
210 return (0 == otmRet) ? 0 : otm.otmEMSquare;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 204 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
205 if (0 == otmRet) {
207 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
210 return (0 == otmRet) ? 0 : otm.otmEMSquare;
    [all...]

Completed in 838 milliseconds