HomeSort by relevance Sort by last modified time
    Searched defs:num_glyphs (Results 1 - 13 of 13) sorted by null

  /external/freetype/src/psaux/
t1cmap.h 47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
  /external/freetype/src/sfnt/
ttcmap.h 102 FT_UInt num_glyphs; member in struct:TT_ValidatorRec_
108 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
ttpost.c 163 FT_Int num_glyphs; local
170 if ( FT_READ_USHORT( num_glyphs ) )
179 if ( num_glyphs > face->max_profile.numGlyphs )
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
191 FT_FRAME_ENTER( num_glyphs * 2L ) )
194 for ( n = 0; n < num_glyphs; n++ )
207 for ( n = 0; n < num_glyphs; n++ )
282 table->num_glyphs = (FT_UShort)num_glyphs;
315 FT_Int num_glyphs; local
    [all...]
ttsbit.c 285 range->num_glyphs = count;
348 FT_ULong num_glyphs, n; local
360 num_glyphs = range->last_glyph - range->first_glyph + 1L;
361 range->num_glyphs = num_glyphs;
362 num_glyphs++; /* XXX: BEWARE - see spec */
366 if ( FT_NEW_ARRAY( range->glyph_offsets, num_glyphs ) ||
367 FT_FRAME_ENTER( num_glyphs * size_elem ) )
370 for ( n = 0; n < num_glyphs; n++ )
755 for ( n = 0; n < range->num_glyphs; n++
    [all...]
ttsbit0.c 885 FT_ULong mm, num_glyphs; local
891 num_glyphs = FT_NEXT_ULONG( p );
894 if ( p + ( num_glyphs + 1 ) * 4 < p )
897 if ( p + ( num_glyphs + 1 ) * 4 > p_limit )
900 for ( mm = 0; mm < num_glyphs; mm++ )
915 if ( mm >= num_glyphs )
922 FT_ULong image_size, mm, num_glyphs; local
933 num_glyphs = FT_NEXT_ULONG( p );
936 if ( p + 2 * num_glyphs < p )
939 if ( p + 2 * num_glyphs > p_limit
    [all...]
  /external/freetype/src/cff/
cffgload.h 153 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
cfftypes.h 100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
224 FT_UInt num_glyphs; member in struct:CFF_FontRec_
  /external/freetype/include/freetype/internal/
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_
psaux.h 670 FT_UInt num_glyphs; member in struct:T1_DecoderRec_
    [all...]
tttypes.h 600 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
769 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
794 FT_UShort num_glyphs; member in struct:TT_Post_25_
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.h 277 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ member in struct:HB_ShaperItem_
280 HB_Glyph *glyphs; /* output: <num_glyphs> indices of shaped glyphs */
281 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
282 HB_Fixed *advances; /* output: <num_glyphs> advances */
283 HB_FixedPoint *offsets; /* output: <num_glyphs> offsets */
  /external/freetype/include/freetype/
freetype.h 920 FT_Long num_glyphs; member in struct:FT_FaceRec_
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 634 milliseconds