Home
last modified time | relevance | path

Searched refs:num_pairs (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/dports/biology/viennarna/ViennaRNA-2.4.18/src/Utils/
H A Dct2db.c191 pairs[num_pairs].i = 0; in read_ct_file()
192 pairs[num_pairs].j = 0; in read_ct_file()
193 pairs[num_pairs].p = 0.; in read_ct_file()
194 pairs[num_pairs].type = 0; in read_ct_file()
203 num_pairs = 0; in read_ct_file()
244 pairs[num_pairs].i = i; in read_ct_file()
245 pairs[num_pairs].j = j; in read_ct_file()
275 pairs[num_pairs].i = 0; in read_ct_file()
276 pairs[num_pairs].j = 0; in read_ct_file()
277 pairs[num_pairs].p = 0.; in read_ct_file()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dcluster_command.go42 if *num_pairs == 0 {
59 if *num_pairs > 0 && histogramPairIsLess(&pairs[0], &p) {
61 if *num_pairs < max_num_pairs {
62 pairs[*num_pairs] = pairs[0]
63 (*num_pairs)++
67 } else if *num_pairs < max_num_pairs {
68 pairs[*num_pairs] = p
69 (*num_pairs)++
77 var num_pairs uint = 0
124 for i = 0; i < num_pairs; i++ {
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/test/test_infinite/
H A Dtest_inf_gaussian.C21 const unsigned int num_pairs = 5; in main() local
55 fobuilder.num_req_eigenpairs = num_pairs; in main()
62 std::vector<double> means(num_pairs, 0.0); in main()
63 std::vector<double> sumsqs(num_pairs, 0.0); in main()
64 std::vector<double> deltas(num_pairs, 0.0); in main()
69 for (j = 0; j < num_pairs; j++) { in main()
78 std::vector<double> vars(num_pairs, 0.0); in main()
79 for (j = 0; j < num_pairs; j++) { in main()
88 for (j = 0; j < num_pairs; j++) { in main()
102 for (j = 0; j < num_pairs; j++) { in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local
115 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
127 if ( num_pairs > 0 ) in tt_face_load_kern()
136 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
203 FT_UInt num_pairs; in tt_face_get_kerning() local
220 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
236 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
120 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
123 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
124 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
132 if ( num_pairs > 0 ) in tt_face_load_kern()
141 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
208 FT_UInt num_pairs; in tt_face_get_kerning() local
224 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
228 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
240 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
120 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
123 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
124 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
132 if ( num_pairs > 0 ) in tt_face_load_kern()
141 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
208 FT_UInt num_pairs; in tt_face_get_kerning() local
224 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
228 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
240 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
120 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
123 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
124 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
132 if ( num_pairs > 0 ) in tt_face_load_kern()
141 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
208 FT_UInt num_pairs; in tt_face_get_kerning() local
224 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
228 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
240 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local
114 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
117 if ( ( p_next - p ) / 6 < (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
118 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
126 if ( num_pairs > 0 ) in tt_face_load_kern()
135 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
202 FT_UInt num_pairs; in tt_face_get_kerning() local
219 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
223 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
235 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local
115 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
127 if ( num_pairs > 0 ) in tt_face_load_kern()
136 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
203 FT_UInt num_pairs; in tt_face_get_kerning() local
220 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
236 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
120 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
123 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
124 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
132 if ( num_pairs > 0 ) in tt_face_load_kern()
141 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
208 FT_UInt num_pairs; in tt_face_get_kerning() local
224 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
228 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
240 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/devel/upp/upp/bazaar/FreeType/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local
115 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
127 if ( num_pairs > 0 ) in tt_face_load_kern()
136 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
203 FT_UInt num_pairs; in tt_face_get_kerning() local
220 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
236 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local
115 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
127 if ( num_pairs > 0 ) in tt_face_load_kern()
136 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
203 FT_UInt num_pairs; in tt_face_get_kerning() local
220 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
236 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
120 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
123 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
124 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
132 if ( num_pairs > 0 ) in tt_face_load_kern()
141 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
208 FT_UInt num_pairs; in tt_face_get_kerning() local
224 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
228 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
240 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/freetype/src/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local
121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()
133 if ( num_pairs > 0 ) in tt_face_load_kern()
142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()
209 FT_UInt num_pairs; in tt_face_get_kerning() local
225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()
241 FT_UInt max = num_pairs; in tt_face_get_kerning()
[all …]

12345678910>>...20