Searched refs:width_mult (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c606 float width_mult, height_mult; local in function:PanoramiXCreateConnectionBlock
696 width_mult = (1.0 * root->pixWidth) / old_width;
698 root->mmWidth *= width_mult;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c599 float width_mult, height_mult; local in function:PanoramiXCreateConnectionBlock
688 width_mult = (1.0 * root->pixWidth) / old_width;
690 root->mmWidth *= width_mult;
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c1232 double width_mult = 1.0; local in function:FcFreeTypeQueryFaceInternal
1366 width_mult = mult;
1899 width *= width_mult;
1902 os2->usWidthClass, width_mult, width);

Completed in 8 milliseconds