Searched defs:num_glyphs (Results 1 - 16 of 16) sorted by relevance

/external/freetype/src/psaux/
H A Dt1cmap.h47 FT_UInt num_glyphs; member in struct:T1_CMapStdRec_
/external/freetype/src/sfnt/
H A Dttcmap.h102 FT_UInt num_glyphs; member in struct:TT_ValidatorRec_
108 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
H A Dttpost.c163 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...]
H A Dttsbit.c285 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;
[all...]
H A Dttsbit0.c885 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_limi
[all...]
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp68 int num_glyphs,
86 for (int gId = 0; gId <= num_glyphs; gId++) {
88 if (gId < num_glyphs) {
126 if (curRange->fStartId == num_glyphs) {
128 SkASSERT(prevRange->fNext->fStartId == num_glyphs);
131 finishRange(curRange, num_glyphs - 1,
142 int num_glyphs,
147 int num_glyphs,
152 int num_glyphs,
66 getAdvanceData( FontHandle fontHandle, int num_glyphs, bool (*getAdvance)(FontHandle fontHandle, int gId, Data* data)) argument
/external/freetype/src/cff/
H A Dcffgload.h153 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
H A Dcffload.c666 FT_UInt num_glyphs,
685 fdselect->data_size = num_glyphs;
781 FT_UInt num_glyphs,
793 for ( i = 0; i < num_glyphs; i++ )
805 for ( j = num_glyphs - 1; j >= 0 ; j-- )
809 charset->num_glyphs = num_glyphs;
856 FT_UInt num_glyphs,
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
891 if ( num_glyphs >
665 CFF_Load_FD_Select( CFF_FDSelect fdselect, FT_UInt num_glyphs, FT_Stream stream, FT_ULong offset ) argument
780 cff_charset_compute_cids( CFF_Charset charset, FT_UInt num_glyphs, FT_Memory memory ) argument
855 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1054 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
[all...]
H A Dcfftypes.h100 FT_UInt num_glyphs; member in struct:CFF_CharsetRec_
223 FT_UInt num_glyphs; member in struct:CFF_FontRec_
/external/freetype/src/psnames/
H A Dpsmodule.c301 FT_UInt num_glyphs,
316 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
326 for ( n = 0; n < num_glyphs; n++ )
377 if ( count < num_glyphs / 2 )
379 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
299 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c788 HB_UShort num_glyphs,
922 if ( gcrr[count - 1].End != num_glyphs - 1 )
925 ( num_glyphs - gcrr[count - 1].End + 2 ) / 4,
930 else if ( num_glyphs > 0 )
933 ( num_glyphs + 3 ) / 4,
938 gdef->LastGlyph = num_glyphs - 1;
787 HB_GDEF_Build_ClassDefinition( HB_GDEFHeader* gdef, HB_UShort num_glyphs, HB_UShort glyph_count, HB_UShort* glyph_array, HB_UShort* class_array ) argument
H A Dharfbuzz-shaper.h277 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/internal/
H A Dt1types.h122 FT_Int num_glyphs; member in struct:T1_FontRec_
H A Dpsaux.h670 FT_UInt num_glyphs; member in struct:T1_DecoderRec_
H A Dtttypes.h579 /* num_glyphs :: For index formats 4 and 5. This is the number of */
600 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
759 /* num_glyphs :: The number of named glyphs in the table. */
769 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
787 /* num_glyphs :: The number of glyphs in the table. */
794 FT_UShort num_glyphs; member in struct:TT_Post_25_
/external/freetype/include/freetype/
H A Dfreetype.h796 /* num_glyphs :: The number of glyphs in the face. If the */
920 FT_Long num_glyphs; member in struct:FT_FaceRec_

Completed in 231 milliseconds