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

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.h58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
141 FT_ULong strike_index );
H A Dcffobjs.c200 size->strike_index = 0xFFFFFFFFUL;
211 FT_ULong strike_index )
217 cffsize->strike_index = strike_index;
219 FT_Select_Metrics( size->face, strike_index );
280 FT_ULong strike_index; local
283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) )
284 cffsize->strike_index = 0xFFFFFFFFUL;
286 return cff_size_select( size, strike_index );
/external/freetype/src/cff/
H A Dcffobjs.h58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
143 FT_ULong strike_index );
H A Dcffobjs.c200 size->strike_index = 0xFFFFFFFFUL;
211 FT_ULong strike_index )
217 cffsize->strike_index = strike_index;
219 FT_Select_Metrics( size->face, strike_index );
280 FT_ULong strike_index; local
283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) )
284 cffsize->strike_index = 0xFFFFFFFFUL;
286 return cff_size_select( size, strike_index );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.h58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
141 FT_ULong strike_index );
H A Dcffobjs.c200 size->strike_index = 0xFFFFFFFFUL;
211 FT_ULong strike_index )
217 cffsize->strike_index = strike_index;
219 FT_Select_Metrics( size->face, strike_index );
280 FT_ULong strike_index; local
283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) )
284 cffsize->strike_index = 0xFFFFFFFFUL;
286 return cff_size_select( size, strike_index );
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c255 FT_ULong strike_index )
262 ttsize->strike_index = strike_index;
267 FT_Select_Metrics( size->face, strike_index );
277 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
279 ttsize->strike_index = 0xFFFFFFFFUL;
302 FT_ULong strike_index; local
305 error = sfnt->set_sbit_strike( ttface, req, &strike_index );
308 ttsize->strike_index = 0xFFFFFFFFUL;
310 return tt_size_select( size, strike_index );
[all...]
H A Dttobjs.h300 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
/external/freetype/src/truetype/
H A Dttdriver.c256 FT_ULong strike_index )
263 ttsize->strike_index = strike_index;
268 FT_Select_Metrics( size->face, strike_index );
278 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
280 ttsize->strike_index = 0xFFFFFFFFUL;
303 FT_ULong strike_index; local
306 error = sfnt->set_sbit_strike( ttface, req, &strike_index );
309 ttsize->strike_index = 0xFFFFFFFFUL;
311 return tt_size_select( size, strike_index );
[all...]
H A Dttobjs.h300 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c255 FT_ULong strike_index )
262 ttsize->strike_index = strike_index;
267 FT_Select_Metrics( size->face, strike_index );
277 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
279 ttsize->strike_index = 0xFFFFFFFFUL;
302 FT_ULong strike_index; local
305 error = sfnt->set_sbit_strike( ttface, req, &strike_index );
308 ttsize->strike_index = 0xFFFFFFFFUL;
310 return tt_size_select( size, strike_index );
[all...]
H A Dttobjs.h300 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c136 FT_ULong strike_index,
142 if ( strike_index >= (FT_ULong)face->sbit_num_strikes )
145 strike = face->sbit_table + 8 + strike_index * 48;
188 FT_ULong strike_index,
223 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size )
229 p = decoder->eblc_base + 8 + 48 * strike_index;
1147 FT_ULong strike_index,
1162 error = tt_sbit_decoder_init( decoder, face, strike_index, metrics );
186 tt_sbit_decoder_init( TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec* metrics ) argument
H A Dttsbit0.c132 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/sfnt/
H A Dttsbit.c225 FT_ULong strike_index,
228 if ( strike_index >= (FT_ULong)face->sbit_num_strikes )
239 strike = face->sbit_table + 8 + strike_index * 48;
268 p = face->sbit_table + 8 + 4 * strike_index;
335 FT_ULong strike_index,
370 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size )
376 p = decoder->eblc_base + 8 + 48 * strike_index;
1245 FT_ULong strike_index,
1266 p = face->sbit_table + 8 + 4 * strike_index;
1368 FT_ULong strike_index,
333 tt_sbit_decoder_init( TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec* metrics ) argument
1244 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 ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c136 FT_ULong strike_index,
142 if ( strike_index >= (FT_ULong)face->sbit_num_strikes )
145 strike = face->sbit_table + 8 + strike_index * 48;
188 FT_ULong strike_index,
223 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size )
229 p = decoder->eblc_base + 8 + 48 * strike_index;
1147 FT_ULong strike_index,
1162 error = tt_sbit_decoder_init( decoder, face, strike_index, metrics );
186 tt_sbit_decoder_init( TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec* metrics ) argument
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c2621 FT_ULong strike_index )
2628 bsize = face->available_sizes + strike_index;
2790 FT_Int strike_index )
2798 if ( strike_index < 0 || strike_index >= face->num_fixed_sizes )
2808 error = clazz->select_size( face->size, (FT_ULong)strike_index );
2832 FT_Select_Metrics( face, (FT_ULong)strike_index );
2845 FT_ULong strike_index; local
2898 error = FT_Match_Size( face, req, 0, &strike_index );
2902 return FT_Select_Size( face, (FT_Int)strike_index );
[all...]
/external/freetype/src/base/
H A Dftobjs.c2635 FT_ULong strike_index )
2642 bsize = face->available_sizes + strike_index;
2804 FT_Int strike_index )
2812 if ( strike_index < 0 || strike_index >= face->num_fixed_sizes )
2822 error = clazz->select_size( face->size, (FT_ULong)strike_index );
2846 FT_Select_Metrics( face, (FT_ULong)strike_index );
2859 FT_ULong strike_index; local
2912 error = FT_Match_Size( face, req, 0, &strike_index );
2916 return FT_Select_Size( face, (FT_Int)strike_index );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c2624 FT_ULong strike_index )
2631 bsize = face->available_sizes + strike_index;
2793 FT_Int strike_index )
2801 if ( strike_index < 0 || strike_index >= face->num_fixed_sizes )
2811 error = clazz->select_size( face->size, (FT_ULong)strike_index );
2835 FT_Select_Metrics( face, (FT_ULong)strike_index );
2848 FT_ULong strike_index; local
2901 error = FT_Match_Size( face, req, 0, &strike_index );
2905 return FT_Select_Size( face, (FT_Int)strike_index );
[all...]

Completed in 367 milliseconds