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

  /external/opencv/otherlibs/highgui/
bitstrm.cpp 606 int code_count = src[k++]; local
610 k += code_count;
612 for( code_count += k; k < code_count; k++ )
649 int code_count = src[k++]; local
650 for( code_count += k; k < code_count; k++ )
694 int code_count = src[i - 1]; local
695 dst[0] = code_count;
697 for( int k = 0; k < code_count; k++
1067 int code_count = src[k++]; local
1094 int code_count = src[k++]; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 323 FT_UInt first_code, code_count, offset; local
329 code_count = TT_NEXT_USHORT( p );
334 if ( code_count == 0 )
340 if ( first_code >= 256 || first_code + code_count > 256 )
348 if ( ids < glyph_ids || ids + code_count*2 > table + length )
354 FT_Byte* limit = p + code_count * 2;
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 336 FT_UInt first_code, code_count, offset; local
341 code_count = TT_NEXT_USHORT( p );
346 if ( code_count == 0 )
352 if ( first_code >= 256 || first_code + code_count > 256 )
363 if ( ids < glyph_ids || ids + code_count*2 > table + length )
369 FT_Byte* limit = p + code_count * 2;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttcmap.c 323 FT_UInt first_code, code_count, offset; local
329 code_count = TT_NEXT_USHORT( p );
334 if ( code_count == 0 )
340 if ( first_code >= 256 || first_code + code_count > 256 )
348 if ( ids < glyph_ids || ids + code_count*2 > table + length )
354 FT_Byte* limit = p + code_count * 2;
    [all...]

Completed in 274 milliseconds