Searched refs:num_strings (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xgc/dist/ |
| H A D | tests.c | 426 int num_strings = 200; local in function:polytext8_test 431 num_strings *= X.percent; 435 for (i=0;i<num_strings;++i) { 436 XDrawString(X.dpy,X.win,X.gc,(i%2 ? i : num_strings - i),i, 442 snprintf(buf,sizeof buf,"%d strings in %.2f seconds.",num_strings, 450 int num_strings = 200; local in function:imagetext8_test 455 num_strings *= X.percent; 459 for (i=0;i<num_strings;++i) { 460 XDrawImageString(X.dpy,X.win,X.gc,(i%2 ? i : num_strings - i),i, 466 snprintf(buf,sizeof buf,"%d strings in %.2f seconds.",num_strings, 500 int num_strings = 50; local in function:polytext16_test 528 int num_strings = 50; local in function:imagetext16_test [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxswapcontrol.c | 668 unsigned num_strings; local in function:make_extension_table 677 num_strings = 1; 680 num_strings++; 684 string_tab = (char **) malloc( sizeof( char * ) * num_strings );
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | cfftypes.h | 372 FT_UInt num_strings; member in struct:CFF_FontRec_
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffobjs.c | 689 for ( idx = 1; idx < cff->num_strings; idx++ ) 704 if ( cff->num_strings ) 706 FT_Byte* s1 = cff->strings[cff->num_strings - 1]; 712 FT_TRACE4(( " %5d ", cff->num_strings + 390 ));
|
| H A D | cffload.c | 655 return ( element < font->num_strings ) 2341 font->num_strings = string_index.count;
|
Completed in 15 milliseconds