HomeSort by relevance Sort by last modified time
    Searched full:strike_index (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.h 45 FT_ULong strike_index,
50 FT_ULong strike_index,
ttsbit.c 136 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 );
    [all...]
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 );
  /external/freetype/src/sfnt/
ttsbit.h 45 FT_ULong strike_index,
50 FT_ULong strike_index,
ttsbit.c 225 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;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.h 45 FT_ULong strike_index,
50 FT_ULong strike_index,
ttsbit.c 136 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 )
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 255 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...]
ttobjs.h 300 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
  /external/freetype/src/truetype/
ttdriver.c 256 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...]
ttobjs.h 300 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
141 FT_ULong strike_index );
cffobjs.c 200 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 );
    [all...]
  /external/freetype/src/cff/
cffobjs.h 58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
143 FT_ULong strike_index );
cffobjs.c 200 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 );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttdriver.c 255 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...]
ttobjs.h 300 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 58 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:CFF_SizeRec_
141 FT_ULong strike_index );
cffobjs.c 200 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 );
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
sfnt.h 190 /* strike_index :: The current strike index. */
207 FT_ULong strike_index,
259 /* strike_index :: */
287 FT_ULong strike_index,
332 /* strike_index :: The strike index. */
343 FT_ULong strike_index,
    [all...]
  /external/freetype/include/internal/
sfnt.h 190 /* strike_index :: The current strike index. */
207 FT_ULong strike_index,
259 /* strike_index :: */
287 FT_ULong strike_index,
332 /* strike_index :: The strike index. */
343 FT_ULong strike_index,
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
sfnt.h 190 /* strike_index :: The current strike index. */
207 FT_ULong strike_index,
259 /* strike_index :: */
287 FT_ULong strike_index,
332 /* strike_index :: The strike index. */
343 FT_ULong strike_index,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
sfnt.h 190 /* strike_index :: The current strike index. */
207 FT_ULong strike_index,
259 /* strike_index :: */
287 FT_ULong strike_index,
332 /* strike_index :: The strike index. */
343 FT_ULong strike_index,
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 2845 FT_ULong strike_index; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 2859 FT_ULong strike_index; local
    [all...]

Completed in 686 milliseconds

1 2