Home
last modified time | relevance | path

Searched refs:GPOS (Results 1 – 23 of 23) sorted by relevance

/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/
DMakefile.sources11 tests/GPOS-1.tests \
12 tests/GPOS-2.tests \
13 tests/GPOS-3.tests \
14 tests/GPOS-4.tests \
15 tests/GPOS-5.tests \
/external/fonttools/Lib/fonttools.egg-info/
DSOURCES.txt581 Tests/mtiLib/data/mti/chained-glyph.ttx.GPOS
605 Tests/mtiLib/data/mti/gposcursive.ttx.GPOS
607 Tests/mtiLib/data/mti/gposkernset.ttx.GPOS
609 Tests/mtiLib/data/mti/gposmarktobase.ttx.GPOS
611 Tests/mtiLib/data/mti/gpospairclass.ttx.GPOS
613 Tests/mtiLib/data/mti/gpospairglyph.ttx.GPOS
615 Tests/mtiLib/data/mti/gpossingle.ttx.GPOS
627 Tests/mtiLib/data/mti/mark-to-ligature.ttx.GPOS
629 Tests/mtiLib/data/mti/scripttable.ttx.GPOS
827 Tests/ttLib/tables/data/aots/gpos1_1_lookupflag_f1.ttx.GPOS
[all …]
DPKG-INFO117 Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, LTSH,
562 - [merge] Fixed AssertionError when none of the script tables in GPOS/GSUB have
823 - [varLib/subset] Fixed issue with subsetting GPOS variation data not
979 - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
1038 - [subset] Support GSUB/GPOS.FeatureVariations (fe01d87b).
1235 - [varLib] Fix regression where GPOS values were stored as 0.
1279 - GSUB/GPOS LookupType is written out in XML as an element, not
1357 - [varLib] Handle fonts without GPOS (7915a45)
1379 - Implement GSUB/GPOS FeatureVariations
1383 XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc125 face->table.GPOS->table.get_length ()) in is_blacklisted()
316 OT::GPOS::is_blacklisted (hb_blob_t *blob HB_UNUSED, in is_blacklisted()
328 case HB_OT_TAG_GPOS: return *face->table.GPOS->table; in get_gsubgpos_table()
899 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1100 return face->table.GPOS->table->has_data (); in hb_ot_layout_has_positioning()
1106 OT::GPOS::position_start (font, buffer); in hb_ot_layout_position_start()
1112 OT::GPOS::position_finish_advances (font, buffer); in hb_ot_layout_position_finish_advances()
1118 OT::GPOS::position_finish_offsets (font, buffer); in hb_ot_layout_position_finish_offsets()
1134 const OT::GPOS &gpos = *face->table.GPOS->table; in hb_ot_layout_get_size_params()
1321 table (*face->table.GPOS->table), in GPOSProxy()
[all …]
Dhb-ot-layout-gpos-table.hh1620 struct GPOS : GSUBGPOS struct
1640 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t; argument
1719 GPOS::position_start (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) in position_start()
1727 GPOS::position_finish_advances (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED) in position_finish_advances()
1733 GPOS::position_finish_offsets (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) in position_finish_offsets()
1748 struct GPOS_accelerator_t : GPOS::accelerator_t {};
1756 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1762 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-face.hh59 HB_OT_ACCELERATOR(OT, GPOS) \
Dhb-subset.cc199 result = _subset2<const OT::GPOS> (plan); in _subset_table()
/external/fonttools/Tests/feaLib/data/
Dspec6b_ii.fea2 # [GPOS LookupType 2] Enumerating pairs
Dspec6d2.fea2 # [GPOS LookupType 4] Mark-to-Base attachment positioning
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md9 … [Table Status](#table-status), below). This includes cvar (varied CVTs), GPOS/GDEF (kerning varie…
24 - [x] GPOS/GDEF - kerning
34 * Add Feature Variations (GPOS/GDEF) to switch dollar sign glyphs across weights.
/external/sfntly/cpp/src/sfntly/
Dtag.h61 static const int32_t GPOS; member
Dtag.cc47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S'); member in sfntly::Tag
/external/fonttools/Lib/fontTools/
Dmerge.py616 otTables.GPOS.mergeMap = \
1055 GPOS = font.get('GPOS')
1057 for t in [GSUB, GPOS]:
1078 GPOS = font.get('GPOS')
1080 for t in [GSUB, GPOS]:
/external/fonttools/
DNEWS.rst145 - [merge] Fixed AssertionError when none of the script tables in GPOS/GSUB have
406 - [varLib/subset] Fixed issue with subsetting GPOS variation data not
562 - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
621 - [subset] Support GSUB/GPOS.FeatureVariations (fe01d87b).
818 - [varLib] Fix regression where GPOS values were stored as 0.
862 - GSUB/GPOS LookupType is written out in XML as an element, not
940 - [varLib] Handle fonts without GPOS (7915a45)
962 - Implement GSUB/GPOS FeatureVariations
966 XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
1041 GSUB/GPOS features, building a GX font from two masters
[all …]
DPKG-INFO117 Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, LTSH,
562 - [merge] Fixed AssertionError when none of the script tables in GPOS/GSUB have
823 - [varLib/subset] Fixed issue with subsetting GPOS variation data not
979 - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
1038 - [subset] Support GSUB/GPOS.FeatureVariations (fe01d87b).
1235 - [varLib] Fix regression where GPOS values were stored as 0.
1279 - GSUB/GPOS LookupType is written out in XML as an element, not
1357 - [varLib] Handle fonts without GPOS (7915a45)
1379 - Implement GSUB/GPOS FeatureVariations
1383 XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
[all …]
DREADME.rst107 Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, LTSH,
/external/harfbuzz_ng/
DNEWS65 o Don't apply GPOS if morx is being applied. Matches Apple.
180 Automatically used if GSUB/GPOS are not available respectively.
182 GSUB/GPOS.
695 Currently variations in GSUB/GPOS/GDEF are fully supported,
892 - Allow GPOS cursive connection on marks, and fix the interaction with
1026 - Improve GPOS cursive attachments with conflicting lookups.
1336 - Only do fallback Hebrew composition if no GPOS 'mark' available
1558 matching GSUB/GPOS lookups,
1589 - Fix GPOS mark attachment with null Anchor offsets.
1837 - Fallback mark positioning for fonts without a GPOS table.
[all …]
/external/fonttools/Lib/fontTools/varLib/
DvarStore.py297 ot.GPOS.collect_device_varidxes = Object_collect_device_varidxes
314 ot.GPOS.remap_device_varidxes = Object_remap_device_varidxes
/external/freetype/
DChangeLog.251780 appearing in the GPOS table if we are processing the default
2532 [FT_CONFIG_OPTION_USE_HARFBUZZ]: Scan GPOS coverage of features also
2533 so that we can skip glyphs that have both GSUB and GPOS data.
DChangeLog3549 For GPOS pair positioning format 1 the description of ValueRecords
3559 [otvalid] Handle `GSUB' and `GPOS' v1.1 tables.
DChangeLog.2370 don't have such a vertical component; instead, the GPOS table can be
1149 otv_{GPOS|GSUB|GDEF|JSTF|MATH}_validate().
1719 otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.
DChangeLog.211623 (otl_jstf_validate): Add two parameters to pass GPOS and GSUB
/external/freetype/docs/
DCHANGES2479 been added to validate OpenType tables (BASE, GDEF, GPOS, GSUB,