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

  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 354 FT_UShort n_ins; local
417 n_ins = FT_NEXT_USHORT( p );
419 FT_TRACE5(( " Instructions size: %u\n", n_ins ));
421 if ( n_ins > face->max_profile.maxSizeOfInstructions )
424 n_ins ));
429 if ( ( limit - p ) < n_ins )
440 load->glyph->control_len = n_ins;
443 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
448 p += n_ins;
739 FT_UInt n_ins; local
1205 FT_UShort n_ins, max_ins; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 354 FT_UShort n_ins; local
417 n_ins = FT_NEXT_USHORT( p );
419 FT_TRACE5(( " Instructions size: %u\n", n_ins ));
421 if ( n_ins > face->max_profile.maxSizeOfInstructions )
424 n_ins ));
429 if ( ( limit - p ) < n_ins )
440 load->glyph->control_len = n_ins;
443 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
448 p += n_ins;
739 FT_UInt n_ins; local
1205 FT_UShort n_ins, max_ins; local
    [all...]

Completed in 1086 milliseconds