Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 7 of 7) sorted by relevance

/haiku/src/preferences/screen/
H A DScreenMode.cpp96 uint16 width1, width2, height1, height2; in compare_mode() local
101 width1 = mode1->virtual_width; in compare_mode()
107 width1 /= 2; in compare_mode()
115 if (width1 != width2) in compare_mode()
116 return width1 - width2; in compare_mode()
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp143 float width1 = StringWidth(kWBICopyright) + 15.0; in GetPreferredSize() local
146 *width = max_c(width1, width2); in GetPreferredSize()
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp139 uint16 width1, width2, height1, height2; in compare_mode() local
141 width1 = mode1->virtual_width; in compare_mode()
146 if (width1 != width2) in compare_mode()
147 return width1 - width2; in compare_mode()
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dyuvrgb_ssse3.nasm226 %define width1 ebp+24
291 mov ecx, [width1]
H A Dyuvrgb_sse2.nasm193 %define width1 ebp+24
263 mov ecx, [width1]
H A Dyuvrgb_sse.nasm143 %define width1 ebp+24
222 mov ecx, [width1]
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A Dyuvrgb.nasm220 %define width1 ebp+24
298 mov ecx, [width1]
415 mov ecx, [width1]