Home | History | Annotate | Download | only in base

Lines Matching defs:gindex

3701     FT_UInt   gindex = 0;
3707 gindex = FT_Get_Char_Index( face, 0 );
3708 if ( gindex == 0 )
3709 result = FT_Get_Next_Char( face, 0, &gindex );
3713 *agindex = gindex;
3727 FT_UInt gindex = 0;
3738 gindex = cmap->clazz->char_next( cmap, &code );
3740 } while ( gindex >= (FT_UInt)face->num_glyphs );
3742 result = ( gindex == 0 ) ? 0 : code;
3746 *agindex = gindex;