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

  /frameworks/minikin/libs/minikin/
FontFamily.cpp 115 const uint32_t os2Tag = MinikinFont::MakeTag('O', 'S', '/', '2');
116 HbBlob os2Table(getFontTable(typeface.get(), os2Tag));
  /external/skia/src/core/
SkTypeface.cpp 303 constexpr SkFontTableTag os2Tag = SkTEndian_SwapBE32(SkOTTableOS2::TAG);
305 if (this->getTableData(os2Tag, fsTypeOffset, sizeof(fsType), &fsType) == sizeof(fsType)) {

Completed in 188 milliseconds