Searched refs:height1 (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp139 uint16 width1, width2, height1, height2; local
142 height1 = mode1->virtual_height;
149 if (height1 != height2)
150 return height1 - height2;
/haiku/src/preferences/screen/
H A DScreenMode.cpp96 uint16 width1, width2, height1, height2; local
102 height1 = mode1->virtual_height;
109 height1 /= 2;
118 if (height1 != height2)
119 return height1 - height2;

Completed in 59 milliseconds