Home
last modified time | relevance | path

Searched defs:CodePageRange (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h241 struct CodePageRange { struct
242 static const int64_t kLatin1_1252;
243 static const int64_t kLatin2_1250;
244 static const int64_t kCyrillic_1251;
245 static const int64_t kGreek_1253;
246 static const int64_t kTurkish_1254;
247 static const int64_t kHebrew_1255;
248 static const int64_t kArabic_1256;
249 static const int64_t kWindowsBaltic_1257;
250 static const int64_t kVietnamese_1258;
[all …]
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_V1.h383 union CodePageRange { union
DSkOTTable_OS_2_V2.h399 union CodePageRange { union
DSkOTTable_OS_2_V3.h408 union CodePageRange { union
DSkOTTable_OS_2_V4.h443 union CodePageRange { union
/third_party/skia/m133/src/sfnt/
DSkOTTable_OS_2_V1.h383 union CodePageRange { union
DSkOTTable_OS_2_V2.h399 union CodePageRange { union
DSkOTTable_OS_2_V3.h408 union CodePageRange { union
DSkOTTable_OS_2_V4.h443 union CodePageRange { union
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DOS2Table.java609 public enum CodePageRange { enum in OS2Table