Home
last modified time | relevance | path

Searched refs:flipType (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/algorithm/
H A Dflip_image.cpp24 void flip_image(Image* image, const gfx::Rect& bounds, FlipType flipType) in flip_image() argument
26 switch (flipType) { in flip_image()
55 void flip_image_with_mask(Image* image, const Mask* mask, FlipType flipType, int bgcolor) in flip_image_with_mask() argument
59 switch (flipType) { in flip_image_with_mask()
H A Dflip_image.h21 void flip_image(Image* image, const gfx::Rect& bounds, FlipType flipType);
26 void flip_image_with_mask(Image* image, const Mask* mask, FlipType flipType, int bgcolor);
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cmd/
H A Dflip_image.cpp19 FlipImage::FlipImage(Image* image, const gfx::Rect& bounds, doc::algorithm::FlipType flipType) in FlipImage() argument
22 , m_flipType(flipType) in FlipImage()
H A Dflip_mask.cpp22 FlipMask::FlipMask(Doc* doc, doc::algorithm::FlipType flipType) in FlipMask() argument
24 , m_flipType(flipType) in FlipMask()
H A Dflip_masked_cel.cpp25 FlipMaskedCel::FlipMaskedCel(Cel* cel, doc::algorithm::FlipType flipType) in FlipMaskedCel() argument
40 copy.get(), mask, flipType, bgcolor); in FlipMaskedCel()
H A Dflip_masked_cel.h25 FlipMaskedCel(Cel* cel, doc::algorithm::FlipType flipType);
H A Dflip_mask.h22 FlipMask(Doc* doc, doc::algorithm::FlipType flipType);
H A Dflip_image.h30 doc::algorithm::FlipType flipType);
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/OpenCV/
H A DvpOpenCVGrabber.cpp285 void vpOpenCVGrabber::setFlip(bool flipType) { flip = flipType; } in setFlip() argument
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dgfxfilter_allegro.cpp98 void AllegroGfxFilter::RenderScreenFlipped(Bitmap *toRender, int x, int y, GlobalFlipType flipType)… in RenderScreenFlipped() argument
103 switch (flipType) in RenderScreenFlipped()
H A Dgfxfilter_allegro.h45 virtual void RenderScreenFlipped(Bitmap *toRender, int x, int y, GlobalFlipType flipType);
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_transform.cpp617 flipType, kercn = std::min(ocl::predictOptimalVectorWidth(_src, _dst), 4); in ocl_flip() local
628 kernelName = "arithm_flip_rows", flipType = FLIP_ROWS; in ocl_flip()
630 kernelName = "arithm_flip_cols", flipType = FLIP_COLS; in ocl_flip()
632 kernelName = "arithm_flip_rows_cols", flipType = FLIP_BOTH; in ocl_flip()
635 kercn = (cn!=3 || flipType == FLIP_ROWS) ? std::max(kercn, cn) : cn; in ocl_flip()
649 cols = flipType == FLIP_COLS ? (cols + 1) >> 1 : cols; in ocl_flip()
650 rows = flipType & FLIP_ROWS ? (rows + 1) >> 1 : rows; in ocl_flip()
660 … return k.run(2, globalsize, (flipType == FLIP_COLS) && !dev.isIntel() ? localsize : NULL, false); in ocl_flip()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_api.h104 void flipImage(Image* image, const gfx::Rect& bounds, doc::algorithm::FlipType flipType);
105 void flipImageWithMask(Layer* layer, Image* image, doc::algorithm::FlipType flipType);
H A Ddoc_api.cpp566 doc::algorithm::FlipType flipType) in flipImage() argument
568 m_transaction.execute(new cmd::FlipImage(image, bounds, flipType)); in flipImage()
/dports/misc/visp/visp-3.4.0/modules/sensor/include/visp3/sensor/
H A DvpOpenCVGrabber.h137 void setFlip(bool flipType);
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dmoving_pixels_state.h37 void flip(doc::algorithm::FlipType flipType);
H A Dpixels_movement.h102 void flipImage(doc::algorithm::FlipType flipType);
H A Dstandby_state.h52 void startFlipTransformation(Editor* editor, doc::algorithm::FlipType flipType);
H A Dpixels_movement.cpp133 void PixelsMovement::flipImage(doc::algorithm::FlipType flipType) in flipImage() argument
141 flipType); in flipImage()
147 flipType); in flipImage()
H A Dmoving_pixels_state.cpp137 void MovingPixelsState::flip(doc::algorithm::FlipType flipType) in flip() argument
139 m_pixelsMovement->flipImage(flipType); in flip()
H A Deditor.h223 void startFlipTransformation(doc::algorithm::FlipType flipType);
H A Dstandby_state.cpp676 void StandbyState::startFlipTransformation(Editor* editor, doc::algorithm::FlipType flipType) in startFlipTransformation() argument
681 movingPixels->flip(flipType); in startFlipTransformation()
H A Deditor.cpp2248 void Editor::startFlipTransformation(doc::algorithm::FlipType flipType) in startFlipTransformation() argument
2251 movingPixels->flip(flipType); in startFlipTransformation()
2253 standby->startFlipTransformation(this, flipType); in startFlipTransformation()
/dports/graphics/opencv/opencv-4.5.3/modules/core/perf/opencl/
H A Dperf_arithm.cpp365 const int flipType = get<2>(params); in OCL_PERF_TEST_P() local
372 OCL_TEST_CYCLE() cv::flip(src, dst, flipType - 1); in OCL_PERF_TEST_P()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsWindow.cpp1595 FlipType flipType = FlipType_Default; in NativeMoveResizeWaylandPopup() local
1601 flipType = popupFrame->GetFlipType(); in NativeMoveResizeWaylandPopup()
1631 switch (flipType) { in NativeMoveResizeWaylandPopup()

12