Searched refs:width1 (Results 1 – 7 of 7) sorted by relevance
/haiku/src/preferences/screen/ |
H A D | ScreenMode.cpp | 96 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 D | WonderBrushView.cpp | 143 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 D | create_display_modes.cpp | 139 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 D | yuvrgb_ssse3.nasm | 226 %define width1 ebp+24 291 mov ecx, [width1]
|
H A D | yuvrgb_sse2.nasm | 193 %define width1 ebp+24 263 mov ecx, [width1]
|
H A D | yuvrgb_sse.nasm | 143 %define width1 ebp+24 222 mov ecx, [width1]
|
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | yuvrgb.nasm | 220 %define width1 ebp+24 298 mov ecx, [width1] 415 mov ecx, [width1]
|