Searched defs:strike_index (Results 1 - 6 of 6) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dcffotypes.h47 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
/external/freetype/src/truetype/
H A Dttdriver.c293 FT_ULong strike_index )
300 ttsize->strike_index = strike_index;
305 FT_Select_Metrics( size->face, strike_index );
316 strike_index,
319 ttsize->strike_index = 0xFFFFFFFFUL;
342 FT_ULong strike_index; local
345 error = sfnt->set_sbit_strike( ttface, req, &strike_index );
348 ttsize->strike_index = 0xFFFFFFFFUL;
350 return tt_size_select( size, strike_index );
[all...]
H A Dttobjs.h286 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
/external/freetype/src/cff/
H A Dcffobjs.c208 size->strike_index = 0xFFFFFFFFUL;
219 FT_ULong strike_index )
225 cffsize->strike_index = strike_index;
227 FT_Select_Metrics( size->face, strike_index );
288 FT_ULong strike_index; local
291 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) )
292 cffsize->strike_index = 0xFFFFFFFFUL;
294 return cff_size_select( size, strike_index );
/external/freetype/src/sfnt/
H A Dttsbit.c289 FT_ULong strike_index,
297 if ( strike_index >= (FT_ULong)face->root.num_fixed_sizes )
301 strike_index = face->sbit_strike_map[strike_index];
305 if ( strike_index >= (FT_ULong)face->sbit_num_strikes )
319 strike = face->sbit_table + 8 + strike_index * 48;
352 strike_index,
416 p = face->sbit_table + 8 + 4 * strike_index;
493 FT_ULong strike_index,
500 strike_index
491 tt_sbit_decoder_init( TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec* metrics ) argument
1467 tt_face_load_sbix_image( TT_Face face, FT_ULong strike_index, FT_UInt glyph_index, FT_Stream stream, FT_Bitmap *map, TT_SBit_MetricsRec *metrics, FT_Bool metrics_only ) argument
[all...]
/external/freetype/src/base/
H A Dftobjs.c2994 FT_ULong strike_index )
3001 bsize = face->available_sizes + strike_index;
3139 FT_Int strike_index )
3148 if ( strike_index < 0 || strike_index >= face->num_fixed_sizes )
3155 error = clazz->select_size( face->size, (FT_ULong)strike_index );
3162 FT_Select_Metrics( face, (FT_ULong)strike_index );
3197 FT_ULong strike_index; local
3229 error = FT_Match_Size( face, req, 0, &strike_index );
3233 return FT_Select_Size( face, (FT_Int)strike_index );
[all...]

Completed in 212 milliseconds