Home
last modified time | relevance | path

Searched refs:lineGap (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-metrics.cc88 GET_METRIC_Y (hhea, lineGap); 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()
185 case _HB_OT_METRICS_TAG_HORIZONTAL_LINE_GAP_HHEA: return GET_METRIC_Y (hhea, lineGap); in hb_ot_metrics_get_position()
Dhb-ot-hhea-table.hh60 FWORD lineGap; /* Typographic line gap. */ member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DHorizontalHeaderTable.java75 public int lineGap() { in lineGap() method in HorizontalHeaderTable
171 public int lineGap() { in lineGap() method in HorizontalHeaderTable.Builder
DOS2Table.java1030 public void setSTypoLineGap(int lineGap) { in setSTypoLineGap() argument
1031 this.internalWriteData().writeShort(Offset.sTypoLineGap.offset, lineGap); in setSTypoLineGap()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h196 le_int16 lineGap; member
DGDIFontInstance.cpp288 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap)); in GDIFontInstance()
/third_party/icu/icu4c/source/samples/layout/
Dsfnt.h196 le_int16 lineGap; member
DGDIFontInstance.cpp288 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap)); in GDIFontInstance()
/third_party/icu/icu4c/source/test/letest/
DFontObject.h155 le_int16 lineGap; member
Dsfnt.h329 le_int16 lineGap; member
DPortableFontInstance.cpp171 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap)); in PortableFontInstance()
/third_party/icu/icu4c/source/test/perf/leperf/
DFontObject.h159 le_int16 lineGap; member
Dsfnt.h333 le_int16 lineGap; member
DPortableFontInstance.cpp174 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap)); in PortableFontInstance()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h565 …nst unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap);
772 …EF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap);
2581 …DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap) in stbtt_GetFontVMetrics() argument
2585 if (lineGap) *lineGap = ttSHORT(info->data+info->hhea + 8); in stbtt_GetFontVMetrics()
4180 …onst unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap) in stbtt_GetScaledFontVMetrics() argument
4190 *lineGap = (float) i_lineGap * scale; in stbtt_GetScaledFontVMetrics()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h565 …nst unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap);
772 …EF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap);
2581 …DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap) in stbtt_GetFontVMetrics() argument
2585 if (lineGap) *lineGap = ttSHORT(info->data+info->hhea + 8); in stbtt_GetFontVMetrics()
4180 …onst unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap) in stbtt_GetScaledFontVMetrics() argument
4190 *lineGap = (float) i_lineGap * scale; in stbtt_GetScaledFontVMetrics()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java104 new String[] { "hhea typographic line gap", String.format("%d", hheaTable.lineGap()) })); in listFontMetrics()
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp809 metrics->fLeading = fTextSizeRender * SkIntToScalar(dwfm.lineGap) / upem; in generateFontMetrics()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt6300 lineGap
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi12570 <!-- OT::FWORD OT::_hea::lineGap -->
12571 …<var-decl name='lineGap' type-id='type-id-844' visibility='default' filepath='/tmp/legendre/spack-…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi8038 …<var-decl name='lineGap' type-id='type-id-844' visibility='default' filepath='/tmp/legendre/spack-…
/third_party/chromium/patch/
D0001-cve.patch44455 + "\x00\x00" /* FWORD lineGap; * Typographic line gap. */