Home
last modified time | relevance | path

Searched refs:vhea (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-metrics.cc89 case HB_OT_METRICS_TAG_VERTICAL_ASCENDER: return GET_METRIC_X (vhea, ascender); in _hb_ot_metrics_get_position_common()
90 case HB_OT_METRICS_TAG_VERTICAL_DESCENDER: return GET_METRIC_X (vhea, descender); in _hb_ot_metrics_get_position_common()
91 case HB_OT_METRICS_TAG_VERTICAL_LINE_GAP: return GET_METRIC_X (vhea, lineGap); in _hb_ot_metrics_get_position_common()
161 case HB_OT_METRICS_TAG_VERTICAL_CARET_RISE: return GET_METRIC_X (vhea, caretSlopeRise); in hb_ot_metrics_get_position()
162 case HB_OT_METRICS_TAG_VERTICAL_CARET_RUN: return GET_METRIC_Y (vhea, caretSlopeRun); in hb_ot_metrics_get_position()
163 case HB_OT_METRICS_TAG_VERTICAL_CARET_OFFSET: return GET_METRIC_Y (vhea, caretOffset); in hb_ot_metrics_get_position()
Dhb-ot-hhea-table.hh96 struct vhea : _hea<vhea> { struct
Dhb-ot-hmtx-table.hh168 …num_advances = T::is_horizontal ? face->table.hhea->numberOfLongMetrics : face->table.vhea->number… in init()
328 struct vmtx : hmtxvmtx<vmtx, vhea> {
Dhb-ot-face-table-list.hh70 HB_OT_TABLE (OT, vhea)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
DSfntTool.java149 removeTables.add(Tag.vhea); in subsetFontFile()
166 removeTables.add(Tag.vhea); in subsetFontFile()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.h73 static const int32_t vhea; member
Dtag.cc57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in sfntly::Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java79 public static final int vhea = Tag.intValue(new byte[]{'v', 'h', 'e', 'a'}); field in Tag
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt11715 vhea
/third_party/chromium/patch/
D0001-cve.patch34164 - face->table.vhea->numberOfLongMetrics
34165 + face->table.vhea->numberOfLongMetrics
34351 @@ -338,8 +356,12 @@ struct vmtx : hmtxvmtx<vmtx, vhea> {