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

/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp143 float width1 = StringWidth(kWBICopyright) + 15.0; local
146 *width = max_c(width1, width2);
/haiku/src/preferences/screen/
H A DScreenMode.cpp96 uint16 width1, width2, height1, height2; local
101 width1 = mode1->virtual_width;
107 width1 /= 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
141 width1 = mode1->virtual_width;
146 if (width1 != width2)
147 return width1 - width2;

Completed in 41 milliseconds