HomeSort by relevance Sort by last modified time
    Searched refs:strike_index (Results 1 - 25 of 27) 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 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_
ttgload.c     [all...]
  /external/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_
ttgload.c     [all...]
  /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...]
cffgload.c     [all...]
  /external/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...]
cffgload.c     [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...]
ftobjs.h 626 FT_ULong strike_index );
    [all...]
  /external/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...]
ftobjs.h 626 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 2845 FT_ULong strike_index; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]

Completed in 437 milliseconds

1 2