Searched refs:height2 (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/preferences/screen/
H A DScreenMode.cpp68 uint16 width1, width2, height1, height2; local
76 height2 = mode2->virtual_height;
85 height2 /= 2;
90 if (height1 != height2)
91 return height1 - height2;
/haiku-fatelf/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp134 uint16 width1, width2, height1, height2; local
139 height2 = mode2->virtual_height;
144 if (height1 != height2)
145 return height1 - height2;

Completed in 79 milliseconds