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

/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp144 float width2 = be_plain_font->StringWidth(kAuthor) + 15.0; local
146 *width = max_c(width1, width2);
/haiku/src/preferences/screen/
H A DScreenMode.cpp96 uint16 width1, width2, height1, height2; local
103 width2 = mode2->virtual_width;
111 width2 /= 2;
115 if (width1 != width2)
116 return width1 - width2;
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp139 uint16 width1, width2, height1, height2; local
143 width2 = mode2->virtual_width;
146 if (width1 != width2)
147 return width1 - width2;

Completed in 87 milliseconds