Home
last modified time | relevance | path

Searched refs:bot_y (Results 1 – 25 of 100) sorted by relevance

1234

/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-polygon.c207 bot_y = bottom; in _add_clipped_edge()
225 bot_y = p[1].y; in _add_clipped_edge()
241 bot_y = p[1].y; in _add_clipped_edge()
273 bot_y = p[1].y; in _add_clipped_edge()
277 p1_y = bot_y; in _add_clipped_edge()
289 bot_y = p2_y; in _add_clipped_edge()
291 bot_y = p[1].y; in _add_clipped_edge()
309 bot_y = p[1].y; in _add_clipped_edge()
313 p1_y = bot_y; in _add_clipped_edge()
325 bot_y = p2_y; in _add_clipped_edge()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c207 bot_y = bottom; in _add_clipped_edge()
225 bot_y = p[1].y; in _add_clipped_edge()
241 bot_y = p[1].y; in _add_clipped_edge()
270 bot_y = p[1].y; in _add_clipped_edge()
274 p1_y = bot_y; in _add_clipped_edge()
286 bot_y = p2_y; in _add_clipped_edge()
288 bot_y = p[1].y; in _add_clipped_edge()
306 bot_y = p[1].y; in _add_clipped_edge()
310 p1_y = bot_y; in _add_clipped_edge()
322 bot_y = p2_y; in _add_clipped_edge()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c207 bot_y = bottom; in _add_clipped_edge()
225 bot_y = p[1].y; in _add_clipped_edge()
241 bot_y = p[1].y; in _add_clipped_edge()
270 bot_y = p[1].y; in _add_clipped_edge()
274 p1_y = bot_y; in _add_clipped_edge()
286 bot_y = p2_y; in _add_clipped_edge()
288 bot_y = p[1].y; in _add_clipped_edge()
306 bot_y = p[1].y; in _add_clipped_edge()
310 p1_y = bot_y; in _add_clipped_edge()
322 bot_y = p2_y; in _add_clipped_edge()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-polygon.c207 bot_y = bottom; in _add_clipped_edge()
225 bot_y = p[1].y; in _add_clipped_edge()
241 bot_y = p[1].y; in _add_clipped_edge()
270 bot_y = p[1].y; in _add_clipped_edge()
274 p1_y = bot_y; in _add_clipped_edge()
286 bot_y = p2_y; in _add_clipped_edge()
288 bot_y = p[1].y; in _add_clipped_edge()
306 bot_y = p[1].y; in _add_clipped_edge()
310 p1_y = bot_y; in _add_clipped_edge()
322 bot_y = p2_y; in _add_clipped_edge()
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-polygon.c344 cairo_fixed_t top_y, bot_y; in _add_clipped_edge() local
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
438 right_y = bot_y; in _add_clipped_edge()
447 if (bot_y > right_y) { in _add_clipped_edge()
449 right_y, bot_y, dir); in _add_clipped_edge()
451 bot_y = right_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
483 left_y, bot_y, dir); in _add_clipped_edge()
485 bot_y = left_y; in _add_clipped_edge()
[all …]
H A Dcairo-clip-boxes.c417 int top_y, bot_y; in _add_edge() local
451 bot_y = bottom; in _add_edge()
461 bot_y = p2_y; in _add_edge()
464 bot_y = p1_y; in _add_edge()
469 if (bot_y > bottom) in _add_edge()
470 bot_y = bottom; in _add_edge()
476 if (bot_y > limits->p2.y) in _add_edge()
477 bot_y = limits->p2.y; in _add_edge()
478 if (bot_y > top_y) in _add_edge()
479 _add_clipped_edge (r, p1, p2, top_y, bot_y); in _add_edge()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c344 cairo_fixed_t top_y, bot_y; in _add_clipped_edge() local
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
438 right_y = bot_y; in _add_clipped_edge()
447 if (bot_y > right_y) { in _add_clipped_edge()
449 right_y, bot_y, dir); in _add_clipped_edge()
451 bot_y = right_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
483 left_y, bot_y, dir); in _add_clipped_edge()
485 bot_y = left_y; in _add_clipped_edge()
[all …]
H A Dcairo-clip-boxes.c417 int top_y, bot_y; in _add_edge() local
451 bot_y = bottom; in _add_edge()
461 bot_y = p2_y; in _add_edge()
464 bot_y = p1_y; in _add_edge()
469 if (bot_y > bottom) in _add_edge()
470 bot_y = bottom; in _add_edge()
476 if (bot_y > limits->p2.y) in _add_edge()
477 bot_y = limits->p2.y; in _add_edge()
478 if (bot_y > top_y) in _add_edge()
479 _add_clipped_edge (r, p1, p2, top_y, bot_y); in _add_edge()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c344 cairo_fixed_t top_y, bot_y; in _add_clipped_edge() local
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
438 right_y = bot_y; in _add_clipped_edge()
447 if (bot_y > right_y) { in _add_clipped_edge()
449 right_y, bot_y, dir); in _add_clipped_edge()
451 bot_y = right_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
483 left_y, bot_y, dir); in _add_clipped_edge()
485 bot_y = left_y; in _add_clipped_edge()
[all …]
H A Dcairo-clip-boxes.c417 int top_y, bot_y; in _add_edge() local
451 bot_y = bottom; in _add_edge()
461 bot_y = p2_y; in _add_edge()
464 bot_y = p1_y; in _add_edge()
469 if (bot_y > bottom) in _add_edge()
470 bot_y = bottom; in _add_edge()
476 if (bot_y > limits->p2.y) in _add_edge()
477 bot_y = limits->p2.y; in _add_edge()
478 if (bot_y > top_y) in _add_edge()
479 _add_clipped_edge (r, p1, p2, top_y, bot_y); in _add_edge()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c344 cairo_fixed_t top_y, bot_y; in _add_clipped_edge() local
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
438 right_y = bot_y; in _add_clipped_edge()
447 if (bot_y > right_y) { in _add_clipped_edge()
449 right_y, bot_y, dir); in _add_clipped_edge()
451 bot_y = right_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
483 left_y, bot_y, dir); in _add_clipped_edge()
485 bot_y = left_y; in _add_clipped_edge()
[all …]
H A Dcairo-clip-boxes.c417 int top_y, bot_y; in _add_edge() local
451 bot_y = bottom; in _add_edge()
461 bot_y = p2_y; in _add_edge()
464 bot_y = p1_y; in _add_edge()
469 if (bot_y > bottom) in _add_edge()
470 bot_y = bottom; in _add_edge()
476 if (bot_y > limits->p2.y) in _add_edge()
477 bot_y = limits->p2.y; in _add_edge()
478 if (bot_y > top_y) in _add_edge()
479 _add_clipped_edge (r, p1, p2, top_y, bot_y); in _add_edge()
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dfont.c129 COORD top_y, bot_y; in TextRect() local
151 bot_y = 0; in TextRect()
188 if (y > bot_y) in TextRect()
189 bot_y = y; in TextRect()
203 if (width > 0 && (bot_y -= top_y) > 0) in TextRect()
220 pRect->extent.height = bot_y; in TextRect()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Dupsampling.c113 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
129 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
130 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
132 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp229 int bot_y; member
296 for( int y = gray_area.top_y; y < gray_area.bot_y; y++ ) in Gray_Quadrant()
323 thread_info[i].bot_y = thread_info[i].top_y + thread_height; in Grayscale_Image()
327 thread_info[num_threads-1].bot_y = (*Source).Height(); in Grayscale_Image()
455 for( int y = edge_area.top_y; y < edge_area.bot_y; y++ ) in Edge_Quadrant()
497 thread_info[i].bot_y = thread_info[i].top_y + thread_height; in Edge_Detect()
765 for(int y = add_area.top_y; y < add_area.bot_y; y++) in Add_Quadrant()
785 for(int y = add_area.top_y; y < add_area.bot_y; y++) in Add_Quadrant()
835 thread_info[num_threads-1].bot_y = height; in Add_Path()
972 for(int y = remove_area.top_y; y < remove_area.bot_y; y++) in Remove_Quadrant()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Dupsampling.c139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
156 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
158 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \

1234