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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 392 /* an 8-bit character code -- we use subHeader 0 in this case */
431 FT_Byte* subheader; local
434 subheader = tt_cmap2_get_subheader( table, char_code );
435 if ( subheader )
437 FT_Byte* p = subheader;
471 FT_Byte* subheader; local
476 subheader = tt_cmap2_get_subheader( table, charcode );
477 if ( subheader )
479 FT_Byte* p = subheader;
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 396 /* an 8-bit character code -- we use subHeader 0 in this case */
435 FT_Byte* subheader; local
438 subheader = tt_cmap2_get_subheader( table, char_code );
439 if ( subheader )
441 FT_Byte* p = subheader;
475 FT_Byte* subheader; local
480 subheader = tt_cmap2_get_subheader( table, charcode );
481 if ( subheader )
483 FT_Byte* p = subheader;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 394 subheader = False
398 subheader = isinstance(value, tuple)
400 if subheader:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 394 subheader = False
398 subheader = isinstance(value, tuple)
400 if subheader:

Completed in 3777 milliseconds