Home
last modified time | relevance | path

Searched refs:right_extent (Results 1 – 11 of 11) sorted by relevance

/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddock_popup.in716 right_extent -= self.__pointer_size
739 right_extent, top_extent,
740 right_extent,
742 ctx.line_to(right_extent, alloc.height)
816 right_extent -= self.__pointer_size
818 ctx.move_to(right_extent, 0)
822 ctx.line_to(right_extent,
827 ctx.line_to(right_extent, alloc.height)
890 right_extent,
892 right_extent,
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dfallocate.c673 struct ext2fs_extent left_extent, right_extent; in extent_fallocate() local
732 &right_extent); in extent_fallocate()
735 dbg_print_extent("ext_falloc next", &right_extent); in extent_fallocate()
737 if (!err && right_extent.e_lblk <= left_extent.e_lblk) in extent_fallocate()
743 right_extent.e_lblk > end + 1) { in extent_fallocate()
748 range_end = right_extent.e_lblk - 1; in extent_fallocate()
749 right_adjacent = &right_extent; in extent_fallocate()
754 goal = right_extent.e_pblk - in extent_fallocate()
755 (right_extent.e_lblk - range_start); in extent_fallocate()
775 next = right_extent.e_lblk + right_extent.e_len; in extent_fallocate()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dfallocate.c673 struct ext2fs_extent left_extent, right_extent; in extent_fallocate() local
732 &right_extent); in extent_fallocate()
735 dbg_print_extent("ext_falloc next", &right_extent); in extent_fallocate()
737 if (!err && right_extent.e_lblk <= left_extent.e_lblk) in extent_fallocate()
743 right_extent.e_lblk > end + 1) { in extent_fallocate()
748 range_end = right_extent.e_lblk - 1; in extent_fallocate()
749 right_adjacent = &right_extent; in extent_fallocate()
754 goal = right_extent.e_pblk - in extent_fallocate()
755 (right_extent.e_lblk - range_start); in extent_fallocate()
775 next = right_extent.e_lblk + right_extent.e_len; in extent_fallocate()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dfallocate.c673 struct ext2fs_extent left_extent, right_extent; in extent_fallocate() local
732 &right_extent); in extent_fallocate()
735 dbg_print_extent("ext_falloc next", &right_extent); in extent_fallocate()
737 if (!err && right_extent.e_lblk <= left_extent.e_lblk) in extent_fallocate()
743 right_extent.e_lblk > end + 1) { in extent_fallocate()
748 range_end = right_extent.e_lblk - 1; in extent_fallocate()
749 right_adjacent = &right_extent; in extent_fallocate()
754 goal = right_extent.e_pblk - in extent_fallocate()
755 (right_extent.e_lblk - range_start); in extent_fallocate()
775 next = right_extent.e_lblk + right_extent.e_len; in extent_fallocate()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DMinAreaBoundingBox.cpp85 m_right = libnest2d::cast<long double>(box.right_extent()); in MinAreaBoundigBox()
98 m_right = libnest2d::cast<long double>(box.right_extent()); in MinAreaBoundigBox()
111 m_right = libnest2d::cast<long double>(box.right_extent()); in MinAreaBoundigBox()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_gnis.c140 unsigned long right_extent = 0l; in draw_gnis_map() local
628 if ((coord_lon > (long)right_extent) || (right_extent == 0l)) in draw_gnis_map()
630 right_extent = coord_lon; in draw_gnis_map()
1216 right_extent, // Right in draw_gnis_map()
H A Dmap_pop.c143 unsigned long right_extent = 0l; in draw_pop_map() local
628 if ((coord_lon > (long)right_extent) || (right_extent == 0l)) in draw_pop_map()
630 right_extent = coord_lon; in draw_pop_map()
1216 right_extent, // Right in draw_pop_map()
/dports/japanese/groff/groff-1.18.1.1/src/utils/hpftodit/
H A Dhpftodit.cc127 uint16 right_extent; member
506 char_table[i].right_extent = f.get_uint16(); in read_char_table()
673 italic_correction = scale(char_table[i].right_extent in output_charset()
/dports/textproc/groff/groff-1.22.4/src/utils/hpftodit/
H A Dhpftodit.cpp170 uint16 right_extent; member
704 char_table[i].right_extent = f.get_uint16(); in read_char_table()
887 italic_correction = scale(char_table[i].right_extent in output_charset()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/utils/
H A Drotcalipers.hpp36 inline Unit right_extent() const { return right_; } in right_extent() function in libnest2d::RotatedBox
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/utils/
H A Drotcalipers.hpp36 inline Unit right_extent() const { return right_; } in right_extent() function in libnest2d::RotatedBox