HomeSort by relevance Sort by last modified time
    Searched refs:num_pairs (Results 1 - 9 of 9) sorted by null

  /external/freetype/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage; local
115 num_pairs = FT_NEXT_USHORT( p );
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
127 if ( num_pairs > 0 )
136 for ( count = num_pairs - 1; count > 0; count-- )
203 FT_UInt num_pairs; local
220 num_pairs = FT_NEXT_USHORT( p );
223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
224 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage; local
115 num_pairs = FT_NEXT_USHORT( p );
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
127 if ( num_pairs > 0 )
136 for ( count = num_pairs - 1; count > 0; count-- )
203 FT_UInt num_pairs; local
220 num_pairs = FT_NEXT_USHORT( p );
223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
224 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage; local
115 num_pairs = FT_NEXT_USHORT( p );
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
127 if ( num_pairs > 0 )
136 for ( count = num_pairs - 1; count > 0; count-- )
203 FT_UInt num_pairs; local
220 num_pairs = FT_NEXT_USHORT( p );
223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
224 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/libmicrohttpd/src/microspdy/
structures.c 462 int32_t num_pairs = 0; local
479 ++num_pairs;
503 //put num_pairs to the stream
504 num_pairs = htonl(num_pairs);
505 memcpy(*stream, &num_pairs, 4);
558 int32_t num_pairs; local
573 memcpy(&num_pairs, stream, 4);
575 num_pairs = ntohl(num_pairs);
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 365 int num_pairs, int num_tries_no_success) {
390 const int num_tries = (num_pairs < out_size) ? num_pairs : out_size;
494 const int num_pairs = (quality < 25) ? 10 : (5 * quality) >> 3; local
503 if (!HistogramCombine(image_out, image_in, iter_mult, num_pairs,
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1; local
297 for (int32_t i = 0; i < num_pairs; ++i) {
  /external/webp/src/enc/
histogram.c 750 const int num_pairs = image_histo_size / 2; local
763 (num_pairs < image_histo_size) ? num_pairs : image_histo_size;
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 168 size_t num_pairs)
170 for (size_t i = 0; i < num_pairs; ++i) {
  /external/webp/src/dsp/
enc_sse2.c 1078 int num_pairs = 4; local
    [all...]

Completed in 692 milliseconds