Home | History | Annotate | Download | only in ge

Lines Matching refs:scale_x

276   FX_FLOAT scale_x = FXSYS_fabs(matrixCTM.a);
278 deviceCtm.Concat(scale_x, 0, 0, scale_y, 0, 0);
279 text2Device.Concat(scale_x, 0, 0, scale_y, 0, 0);
310 if (scale_x > 1 && scale_y > 1) {
316 FX_RECT bmp_rect(FXSYS_round((FX_FLOAT)(bmp_rect1.left) / scale_x),
318 FXSYS_round((FX_FLOAT)bmp_rect1.right / scale_x),
325 int pixel_width = FXSYS_round(bmp_rect.Width() * scale_x);
327 int pixel_left = FXSYS_round(bmp_rect.left * scale_x);