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

  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 88 unsigned int upem = hb_face_get_upem (face); local
91 hb_font_set_scale (font, upem, upem);
test.cc 91 unsigned int upem = hb_face_get_upem (face); local
94 hb_font_set_scale (font, upem, upem);
hb-ot-head-table.hh 49 unsigned int upem = unitsPerEm; local
51 return 16 <= upem && upem <= 16384 ? upem : 1000;
hb-font-private.hh 102 mutable unsigned int upem; member in struct:hb_face_t
129 if (unlikely (!upem))
131 return upem;
  /external/skia/src/core/
SkTypeface.cpp 121 int upem = 0; local
124 upem = SkFontHost::GetUnitsPerEm(fUniqueID);
131 upem = metrics->fEmSize;
135 return upem;
  /external/skia/tests/
FontHostTest.cpp 29 int upem = face->getUnitsPerEm(); local
30 if (0 == upem) return;
39 REPORTER_ASSERT(reporter, upem2 == upem);
  /external/harfbuzz_ng/util/
options.cc 475 unsigned int upem = hb_face_get_upem (face); local
476 hb_font_set_scale (font, upem, upem);
  /external/skia/legacy/src/ports/
SkFontHost_mac_atsui.cpp 339 int upem = get_be16(head, SFNT_HEAD_UPEM_OFFSET); local
357 pts[i].set(0, SkIntToScalar(ys[i]) / upem);
SkFontHost_FreeType.cpp 1630 int upem = face->units_per_EM; local
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 339 int upem = get_be16(head, SFNT_HEAD_UPEM_OFFSET); local
357 pts[i].set(0, SkIntToScalar(ys[i]) / upem);
SkFontHost_FreeType.cpp 1224 int upem = face->units_per_EM; local
    [all...]

Completed in 362 milliseconds