Home
last modified time | relevance | path

Searched defs:FontDirectionHint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.h33 struct FontDirectionHint { struct
34 enum {
Dfont_header_table.cc81 int32_t FontHeaderTable::FontDirectionHint() { in FontDirectionHint() function in sfntly::FontHeaderTable
233 int32_t FontHeaderTable::Builder::FontDirectionHint() { in FontDirectionHint() function in sfntly::FontHeaderTable::Builder
/third_party/skia/src/sfnt/
DSkOTTable_head.h117 struct FontDirectionHint { struct
118 enum Value : SK_OT_SHORT {
124 } value;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DFontHeaderTable.java347 public enum FontDirectionHint { enum in FontHeaderTable
356 private FontDirectionHint(int value) { in FontDirectionHint() method in FontHeaderTable.FontDirectionHint