Home
last modified time | relevance | path

Searched refs:rotate_box (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/drawing/drawing-0.8.4/src/optionsbars/transform/
H A Doptionsbar_rotate.py38 self.rotate_box = builder.get_object('rotate_box')
57 self.rotate_box.set_visible(not state)
62 self.rotate_box.set_visible(True)
/dports/science/py-nibabel/nibabel-3.2.1/doc/source/scripts/
H A Dmake_coord_examples.py101 def rotate_box(box_def, angle, origin): function
143 rot_box = rotate_box(orth_epi_box, angle, orth_epi_box[0])
195 epi2_rotted = rotate_box(epi2_scaled, angle, (0, 0))
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblobbox.cpp57 rotate_box(rotation); in rotate()
71 void BLOBNBOX::rotate_box(FCOORD rotation) { in rotate_box() function in tesseract::BLOBNBOX
H A Dblobbox.h183 void rotate_box(FCOORD rotation); in ELISTIZEH()
/dports/graphics/simple-scan/simple-scan-40.7/src/
H A Dapp-window.vala1911 var rotate_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
1912 rotate_box.get_style_context ().add_class (Gtk.STYLE_CLASS_LINKED);
1913 rotate_box.visible = true;
1914 box.add (rotate_box);
1923 rotate_box.add (button);
1932 rotate_box.add (button);
/dports/graphics/shotwell/shotwell-0.30.14/src/faces/
H A DFaceShape.vala248 box = photo.get_orientation().rotate_box(raw_cropped.get_dimensions(), box);
254 box = photo.get_orientation().rotate_box(raw_dim, box);
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DOrientation.vala423 public Box rotate_box(Dimensions space, Box box) {
H A DPhoto.vala3091 // rotate the crop and raw space accordingly ... order is important here, rotate_box
3095 crop = orientation.rotate_box(raw, crop);
4216 crop = orientation.rotate_box(dim, raw);
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DOrientation.vala436 public Box rotate_box (Dimensions space, Box box) {
H A DPhoto.vala3153 // rotate the crop and raw space accordingly ... order is important here, rotate_box
3157 crop = orientation.rotate_box (raw, crop);
4250 crop = orientation.rotate_box (dim, raw);
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtabfind.cpp1281 it.data()->rotate_box(rotation); in RotateBlobList()
H A Dstrokewidth.cpp659 blob->rotate_box(rerotation_); in FixBrokenCJK()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dvcode.c462 static void rotate_box(PangoRectangle *lr, PangoMatrix *m) in rotate_box() function
654 rotate_box(&rect, mp); // What gdk_draw_layout() uses in do_render_text()
655 rotate_box(&ink, mp); // What one should use in do_render_text()