Home
last modified time | relevance | path

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

/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-util.h155 _cogl_util_scissor_intersect (int rect_x0, in _cogl_util_scissor_intersect() argument
164 *scissor_x0 = MAX (*scissor_x0, rect_x0); in _cogl_util_scissor_intersect()
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/
H A Ddisplays.py1448 coord1 = rect_x1 - rect_x0
1450 coord3 = 0.5 * (rect_x1 - rect_x0) + rect_x0
1453 coord1 = 0.5 * (rect_x1 - rect_x0) + rect_x0
1455 coord3 = rect_x1 - rect_x0
1458 coord1 = rect_x1 - rect_x0
1460 coord3 = 0.5 * (rect_x1 - rect_x0) + rect_x0
1575 coord1[ax] = rect_x0
1577 coord3[ax] = rect_x0 + rel_width_dict[ax]
1589 coord1[ax] = rect_x0
1635 rect_x0, rect_y0, rect_x1, rect_y1)
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-util.h243 _cogl_util_scissor_intersect (int rect_x0, in _cogl_util_scissor_intersect() argument
252 *scissor_x0 = MAX (*scissor_x0, rect_x0); in _cogl_util_scissor_intersect()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-util.h290 _cogl_util_scissor_intersect (int rect_x0, in _cogl_util_scissor_intersect() argument
299 *scissor_x0 = MAX (*scissor_x0, rect_x0); in _cogl_util_scissor_intersect()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dtest_utils.h302 size_t rect_x0 = rng(xsize); in GetSomeTestImage() local
306 if (rect_x1 < rect_x0) std::swap(rect_x0, rect_y1); in GetSomeTestImage()
327 } else if (x > rect_x0 && x < rect_x1 && y > rect_y0 && y < rect_y1) { in GetSomeTestImage()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dtest_utils.h307 size_t rect_x0 = rng(xsize); in GetSomeTestImage() local
311 if (rect_x1 < rect_x0) std::swap(rect_x0, rect_y1); in GetSomeTestImage()
332 } else if (x > rect_x0 && x < rect_x1 && y > rect_y0 && y < rect_y1) { in GetSomeTestImage()
/dports/misc/vxl/vxl-3.3.2/core/doc/book/
H A Dchapter_vil1.texi258 i.get_section(buffer, rect_x0, rect_y0, rect_width, rect_height);
259 i.put_section(buffer, rect_x0, rect_y0, rect_width, rect_height);