/external/freetype/src/sfnt/ |
ttsbit.h | 45 FT_ULong strike_index, 50 FT_ULong strike_index,
|
ttsbit.c | 238 FT_ULong strike_index, 241 if ( strike_index >= (FT_ULong)face->sbit_num_strikes ) 252 strike = face->sbit_table + 8 + strike_index * 48; 282 p = face->sbit_table + 8 + 4 * strike_index; 352 FT_ULong strike_index, 387 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size ) 393 p = decoder->eblc_base + 8 + 48 * strike_index; [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttsbit.h | 45 FT_ULong strike_index, 50 FT_ULong strike_index,
|
ttsbit.c | 239 FT_ULong strike_index, 242 if ( strike_index >= (FT_ULong)face->sbit_num_strikes ) 255 strike = face->sbit_table + 8 + strike_index * 48; 342 p = face->sbit_table + 8 + 4 * strike_index; 414 FT_ULong strike_index, 449 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size ) 455 p = decoder->eblc_base + 8 + 48 * strike_index; [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttsbit.h | 45 FT_ULong strike_index, 50 FT_ULong strike_index,
|
ttsbit.c | 238 FT_ULong strike_index, 241 if ( strike_index >= (FT_ULong)face->sbit_num_strikes ) 252 strike = face->sbit_table + 8 + strike_index * 48; 282 p = face->sbit_table + 8 + 4 * strike_index; 352 FT_ULong strike_index, 387 if ( 8 + 48 * strike_index + 3 * 4 + 34 + 1 > face->sbit_table_size ) 393 p = decoder->eblc_base + 8 + 48 * strike_index; [all...] |
/external/freetype/src/truetype/ |
ttdriver.c | 248 FT_ULong strike_index ) 255 ttsize->strike_index = strike_index; 260 FT_Select_Metrics( size->face, strike_index ); 270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); 272 ttsize->strike_index = 0xFFFFFFFFUL; 295 FT_ULong strike_index; local 298 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); 301 ttsize->strike_index = 0xFFFFFFFFUL; 303 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttdriver.c | 248 FT_ULong strike_index ) 255 ttsize->strike_index = strike_index; 260 FT_Select_Metrics( size->face, strike_index ); 270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); 272 ttsize->strike_index = 0xFFFFFFFFUL; 295 FT_ULong strike_index; local 298 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); 301 ttsize->strike_index = 0xFFFFFFFFUL; 303 return tt_size_select( size, strike_index ); [all...] |
ttobjs.h | 289 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttdriver.c | 248 FT_ULong strike_index ) 255 ttsize->strike_index = strike_index; 260 FT_Select_Metrics( size->face, strike_index ); 270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); 272 ttsize->strike_index = 0xFFFFFFFFUL; 295 FT_ULong strike_index; local 298 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); 301 ttsize->strike_index = 0xFFFFFFFFUL; 303 return tt_size_select( size, strike_index ); [all...] |
ttobjs.h | 289 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */ member in struct:TT_SizeRec_
|
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/third_party/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/ |
t42objs.h | 89 FT_ULong strike_index );
|
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
sfnt.h | 194 /* strike_index :: The current strike index. */ 211 FT_ULong strike_index, 263 /* strike_index :: */ 291 FT_ULong strike_index, 336 /* strike_index :: The strike index. */ 347 FT_ULong strike_index, [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
sfnt.h | 194 /* strike_index :: The current strike index. */ 211 FT_ULong strike_index, 263 /* strike_index :: */ 291 FT_ULong strike_index, 336 /* strike_index :: The strike index. */ 347 FT_ULong strike_index, [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/ |
pcfdrivr.c | 429 FT_ULong strike_index ) 434 FT_Select_Metrics( size->face, strike_index );
|
/external/libgdx/extensions/gdx-freetype/jni/ |
com.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp | 162 JNIEXPORT jboolean JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Face_selectSize(JNIEnv* env, jclass clazz, jlong face, jint strike_index) { 167 return !FT_Select_Size((FT_Face)face, strike_index);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/ |
bdfdrivr.c | 612 FT_ULong strike_index ) 617 FT_Select_Metrics( size->face, strike_index );
|