Home
last modified time | relevance | path

Searched refs:scale_x (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dftcolor.h1167 FT_Fixed scale_x; member
/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp1041 int scale_x = (client.Width() - border_width) * 100 / mDisplayWidth; in Zoom() local
1044 if (scale_x < scale_y) in Zoom()
1046 new_scale = scale_x; in Zoom()