Home
last modified time | relevance | path

Searched refs:moveL (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dcursormanager.cc49 …Glib::RefPtr<Gdk::Pixbuf> moveL = RTImage::createPixbufFromFile("node-move-x-hicontrast.pn… in init() local
70 …cMoveL = moveL ? Gdk::Cursor::create(display, moveL, (int)(12.*s), (int)(12.*s)) … in init()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/pretty-simple-4.0.0.0/src/Text/Pretty/Simple/Internal/
H A DPrinter.hs273 Close -> gets tapeHead <* modify moveL
370 moveL :: Tape a -> Tape a
371 moveL (Tape (l :.. ls) c rs) = Tape ls l (c :.. rs) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/pretty-simple-4.0.0.0/src/Text/Pretty/Simple/Internal/
H A DPrinter.hs273 Close -> gets tapeHead <* modify moveL
370 moveL :: Tape a -> Tape a
371 moveL (Tape (l :.. ls) c rs) = Tape ls l (c :.. rs) function
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dcursormanager.cc48 …Glib::RefPtr<Gdk::Pixbuf> moveL = RTImage::createPixbufFromFile("node-move-x-hicontrast.pn… in init() local
69 …cMoveL = moveL ? Gdk::Cursor::create(display, moveL, (int)(12.*s), (int)(12.*s)) … in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/portedcanvas/
H A Dcanvas.h113 void moveL();
H A Dcanvas.cpp344 view->addAction("Translate left", this, SLOT(moveL()), Qt::CTRL+Qt::Key_Left); in Main()
471 void Main::moveL() in moveL() function in Main