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

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2.h 20 struct SkOTTableOS2 {
25 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableOS2>::value;
45 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::VA) == 68, sizeof_SkOTTableOS2__VA_not_68);
46 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
47 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
48 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V2) == 96, sizeof_SkOTTableOS2__V2_not_96);
49 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V3) == 96, sizeof_SkOTTableOS2__V3_not_96);
50 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V4) == 96, sizeof_SkOTTableOS2__V4_not_96);
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 274 struct SkOTTableOS2 os2table;
275 if (this->getTableData(SkTEndian_SwapBE32(SkOTTableOS2::TAG), 0,
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 383 AutoTDWriteTable<SkOTTableOS2> os2Table(fDWriteFontFace.get());

Completed in 801 milliseconds