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

  /external/freetype/src/autofit/
afglobal.h 52 FT_UInt gindex,
61 FT_UInt gindex );
afglobal.c 121 FT_UInt gindex; local
124 gindex = FT_Get_Char_Index( face, charcode );
126 if ( gindex != 0 &&
127 gindex < (FT_ULong)globals->glyph_count &&
128 gscripts[gindex] == AF_SCRIPT_LIST_NONE )
130 gscripts[gindex] = (FT_Byte)ss;
135 charcode = FT_Get_Next_Char( face, charcode, &gindex );
137 if ( gindex == 0 || charcode > range->last )
140 if ( gindex < (FT_ULong)globals->glyph_count &&
141 gscripts[gindex] == AF_SCRIPT_LIST_NONE
152 FT_UInt gindex = FT_Get_Char_Index( face, i ); local
    [all...]
afloader.h 62 FT_UInt gindex,
afloader.c 474 FT_UInt gindex,
509 error = af_face_globals_get_metrics( loader->globals, gindex,
531 error = af_loader_load_g( loader, &scaler, gindex, load_flags, 0 );
  /external/freetype/src/truetype/
ttpload.h 36 FT_UInt gindex,
68 FT_UInt gindex );
ttpload.c 167 FT_UInt gindex,
177 if ( gindex < face->num_locations )
181 p = face->glyph_locations + gindex * 4;
192 p = face->glyph_locations + gindex * 2;
551 FT_UInt gindex )
562 gindex += 2;
563 if ( gindex < record_size )
564 result = record + nn * record_size + gindex;
  /external/freetype/include/freetype/
ftadvanc.h 91 /* gindex :: The glyph index. */
118 FT_UInt gindex,
ftpfr.h 147 * gindex :: The glyph index.
161 FT_UInt gindex,
ftcache.h     [all...]
  /external/freetype/include/freetype/internal/services/
svttglyf.h 32 FT_UInt gindex,
svpfr.h 47 FT_UInt gindex,
  /external/freetype/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
ttcmap.c 135 FT_UInt gindex = 0; local
141 gindex = table[charcode];
142 if ( gindex != 0 )
150 return gindex;
468 FT_UInt gindex = 0; local
508 gindex = ( idx + delta ) & 0xFFFFU;
509 if ( gindex != 0 )
526 return gindex;
761 FT_UInt gindex = FT_NEXT_USHORT( p ); local
764 if ( gindex != 0
780 FT_UInt gindex = (FT_UInt)( ( charcode + delta ) & 0xFFFFU ); local
1003 FT_UInt gindex = 0; local
1092 FT_UInt gindex = 0; local
1337 FT_UInt gindex; local
1448 FT_UInt gindex; local
1491 FT_UInt gindex = 0; local
1743 FT_UInt gindex = 0; local
1859 FT_UInt gindex; local
1901 FT_UInt gindex = 0; local
2079 FT_UInt gindex; local
2124 FT_UInt gindex = 0; local
2218 FT_ULong gindex; local
2399 FT_UInt gindex; local
2444 FT_UInt gindex = 0; local
2537 FT_UInt gindex; local
    [all...]
ttmtx.c 351 FT_UInt gindex,
384 if ( gindex < (FT_UInt)k )
386 table_pos += 4 * gindex;
405 table_pos += 4 + 2 * ( gindex - k );
430 FT_UInt gindex,
444 gindex >= (FT_UInt)face->max_profile.numGlyphs )
450 if ( gindex < (FT_UInt)k )
452 longs_m = (TT_LongMetrics)header->long_metrics + gindex;
458 *abearing = ((TT_ShortMetrics*)header->short_metrics)[gindex - k];
ttsbit0.c 664 FT_UInt gindex = FT_NEXT_USHORT( p ); local
670 error = tt_sbit_decoder_load_image( decoder, gindex,
902 FT_UInt gindex = FT_NEXT_USHORT( p ); local
905 if ( gindex == glyph_index )
944 FT_UInt gindex = FT_NEXT_USHORT( p ); local
947 if ( gindex == glyph_index )
  /external/freetype/src/base/
ftadvanc.c 71 FT_UInt gindex,
81 if ( gindex >= (FT_UInt)face->num_glyphs )
90 error = func( face, gindex, 1, flags, padvance );
98 return FT_Get_Advances( face, gindex, 1, flags, padvance );
ftpatent.c 150 FT_UInt gindex; local
169 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ )
175 offset = service->get_location( face, gindex, &size );
ftobjs.c 3209 FT_UInt gindex = 0; local
3234 FT_UInt gindex = 0; local
    [all...]
  /external/freetype/src/cff/
cffload.c 1206 FT_UInt gindex; local
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h     [all...]

Completed in 225 milliseconds