Searched defs:strike_index (Results 1 - 6 of 6) sorted by relevance
/external/freetype/src/cff/ |
H A D | cffobjs.h | 58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_ 139 FT_ULong strike_index );
|
H A D | cffobjs.c | 198 size->strike_index = 0xFFFFFFFFUL; 209 FT_ULong strike_index ) 215 cffsize->strike_index = strike_index; 217 FT_Select_Metrics( size->face, strike_index ); 278 FT_ULong strike_index; local 281 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) ) 282 cffsize->strike_index = 0xFFFFFFFFUL; 284 return cff_size_select( size, strike_index );
|
/external/freetype/src/truetype/ |
H A D | ttdriver.c | 189 FT_ULong strike_index ) 196 ttsize->strike_index = strike_index; 201 FT_Select_Metrics( size->face, strike_index ); 211 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); 213 ttsize->strike_index = 0xFFFFFFFFUL; 236 FT_ULong strike_index; local 239 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); 242 ttsize->strike_index = 0xFFFFFFFFUL; 244 return tt_size_select( size, strike_index ); [all...] |
H A D | ttobjs.h | 297 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
|
/external/freetype/src/sfnt/ |
H A D | ttsbit0.c | 132 FT_ULong strike_index, 138 if ( strike_index >= (FT_ULong)face->sbit_num_strikes ) 141 strike = face->sbit_table + 8 + strike_index * 48; 184 FT_ULong strike_index, 217 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size ) 223 p = decoder->eblc_base + 8 + 48 * strike_index; 986 FT_ULong strike_index, 1001 error = tt_sbit_decoder_init( decoder, face, strike_index, metrics ); 182 tt_sbit_decoder_init( TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec* metrics ) argument
|
/external/freetype/src/base/ |
H A D | ftobjs.c | 2487 FT_ULong strike_index ) 2494 bsize = face->available_sizes + strike_index; 2632 FT_Int strike_index ) 2640 if ( strike_index < 0 || strike_index >= face->num_fixed_sizes ) 2646 return clazz->select_size( face->size, (FT_ULong)strike_index ); 2648 FT_Select_Metrics( face, (FT_ULong)strike_index ); 2661 FT_ULong strike_index; local 2688 error = FT_Match_Size( face, req, 0, &strike_index ); 2693 strike_index )); [all...] |
Completed in 169 milliseconds