Searched refs:num_pairs (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttkern.c | 88 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() 223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_get_kerning() 224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning() [all …]
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttkern.c | 88 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() 223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_get_kerning() 224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning() [all …]
|
/external/libmicrohttpd/src/microspdy/ |
D | structures.c | 462 int32_t num_pairs = 0; in SPDYF_name_value_to_stream() local 479 ++num_pairs; in SPDYF_name_value_to_stream() 504 num_pairs = htonl(num_pairs); in SPDYF_name_value_to_stream() 505 memcpy(*stream, &num_pairs, 4); in SPDYF_name_value_to_stream() 558 int32_t num_pairs; in SPDYF_name_value_from_stream() local 573 memcpy(&num_pairs, stream, 4); in SPDYF_name_value_from_stream() 575 num_pairs = ntohl(num_pairs); in SPDYF_name_value_from_stream() 577 if(num_pairs > 0) in SPDYF_name_value_from_stream() 579 for(i = 0; i < num_pairs; ++i) in SPDYF_name_value_from_stream()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | histogram.c | 365 int num_pairs, int num_tries_no_success) { in HistogramCombine() argument 390 const int num_tries = (num_pairs < out_size) ? num_pairs : out_size; in HistogramCombine() 494 const int num_pairs = (quality < 25) ? 10 : (5 * quality) >> 3; in VP8LGetHistoImageSymbols() local 503 if (!HistogramCombine(image_out, image_in, iter_mult, num_pairs, in VP8LGetHistoImageSymbols()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format4.cc | 295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1; in Initialize() local 297 for (int32_t i = 0; i < num_pairs; ++i) { in Initialize()
|
/external/webp/src/enc/ |
D | histogram.c | 750 const int num_pairs = image_histo_size / 2; in HistogramCombineStochastic() local 763 (num_pairs < image_histo_size) ? num_pairs : image_histo_size; in HistogramCombineStochastic()
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 1044 int num_pairs) { in SSE_16xN() argument 1049 for (i = 0; i < num_pairs; ++i) { in SSE_16xN() 1078 int num_pairs = 4; in SSE8x8() local 1081 while (num_pairs-- > 0) { in SSE8x8()
|