Home
last modified time | relevance | path

Searched refs:table_index (Results 51 – 75 of 1859) sorted by relevance

12345678910>>...75

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-map-private.hh98 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
103 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
113 assert (stage <= stages[table_index].len); in get_stage_lookups()
115 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
116 *plookups = &lookups[table_index][start]; in get_stage_lookups()
129 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
131 lookups[table_index].finish (); in finish()
132 stages[table_index].finish (); in finish()
185 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
187 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh104 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
109 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
119 assert (stage <= stages[table_index].len); in get_stage_lookups()
121 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
122 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
135 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
137 lookups[table_index].finish (); in finish()
138 stages[table_index].finish (); in finish()
192 for (unsigned int table_index = 0; table_index < 2; table_index++) in finish() local
194 stages[table_index].finish (); in finish()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-map.hh91 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local
93 lookups[table_index].init (); in init()
94 stages[table_index].init (); in init()
100 for (unsigned int table_index = 0; table_index < 2; table_index++) in fini() local
102 lookups[table_index].fini (); in fini()
103 stages[table_index].fini (); in fini()
137 return map ? map->stage[table_index] : UINT_MAX; in get_feature_stage()
143 if (unlikely (stage > stages[table_index].length)) in get_stage_lookups()
150 …nsigned int end = stage < stages[table_index].length ? stages[table_index][stage].last_lookup : … in get_stage_lookups()
151 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-map.hh91 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local
93 lookups[table_index].init (); in init()
94 stages[table_index].init (); in init()
100 for (unsigned int table_index = 0; table_index < 2; table_index++) in fini() local
102 lookups[table_index].fini (); in fini()
103 stages[table_index].fini (); in fini()
137 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
148 assert (stage <= stages[table_index].length); in get_stage_lookups()
150 …nsigned int end = stage < stages[table_index].length ? stages[table_index][stage].last_lookup : … in get_stage_lookups()
151 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
[all …]
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-map.hh91 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local
93 lookups[table_index].init (); in init()
94 stages[table_index].init (); in init()
100 for (unsigned int table_index = 0; table_index < 2; table_index++) in fini() local
102 lookups[table_index].fini (); in fini()
103 stages[table_index].fini (); in fini()
137 return map ? map->stage[table_index] : UINT_MAX; in get_feature_stage()
143 if (unlikely (stage > stages[table_index].length)) in get_stage_lookups()
150 …nsigned int end = stage < stages[table_index].length ? stages[table_index][stage].last_lookup : … in get_stage_lookups()
151 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-map.hh91 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local
93 lookups[table_index].init (); in init()
94 stages[table_index].init (); in init()
100 for (unsigned int table_index = 0; table_index < 2; table_index++) in fini() local
102 lookups[table_index].fini (); in fini()
103 stages[table_index].fini (); in fini()
137 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
148 assert (stage <= stages[table_index].length); in get_stage_lookups()
150 …nsigned int end = stage < stages[table_index].length ? stages[table_index][stage].last_lookup : … in get_stage_lookups()
151 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups()
[all …]

12345678910>>...75