Searched refs:xstr (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftsynth.c | 94 FT_Pos xstr, ystr; local in function:FT_GlyphSlot_Embolden 108 xstr = FT_MulFix( face->units_per_EM, 110 ystr = xstr; 113 FT_Outline_EmboldenXY( &slot->outline, xstr, ystr ); 118 xstr &= ~63; 119 if ( xstr == 0 ) 120 xstr = 1 << 6; 139 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr ); 145 slot->advance.x += xstr; 150 slot->metrics.width += xstr; [all...] |
| H A D | ftbitmap.c | 316 FT_Int xstr, ystr; local in function:FT_Bitmap_Embolden 329 xstr = (FT_Int)FT_PIX_ROUND( xStrength ) >> 6; 332 if ( xstr == 0 && ystr == 0 ) 334 else if ( xstr < 0 || ystr < 0 ) 357 if ( xstr > 8 ) 358 xstr = 8; 362 xstr *= 3; 375 (FT_UInt)xstr, (FT_UInt)ystr ); 396 * `xstr' pixels before it. 404 for ( i = 1; i <= xstr; [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_gamemode.c | 291 char *xstr, *response; local in function:specialCaseParse 310 xstr = strpbrk(&word[1], "x"); 311 if (xstr) { 317 height = (int) strtol(&xstr[1], &response, 0); 318 if (response == &xstr[1]) {
|
Completed in 4 milliseconds