Home
last modified time | relevance | path

Searched refs:m_ppy (Results 1 – 10 of 10) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/openMVG_Samples/image_undistort_gui/
H A DMainWindow.cc76 m_ppy->setValue( h / 2.0 ); in onOpenImage()
97 const double ppy = m_ppy->value(); in onProcessImage()
431 m_ppy->setValue( h / 2 ); in BuildGrid()
583 m_ppy = new QDoubleSpinBox; in BuildInterface()
584 m_ppy->setMaximum( 50000.0 ); in BuildInterface()
585 m_ppy->setMinimum( -50000.0 ); in BuildInterface()
592 pinholeLayout->addWidget( m_ppy, 0, 5 ); in BuildInterface()
H A DMainWindow.hh148 QDoubleSpinBox *m_ppy; member in image_undistort_gui::MainWindow
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dbutton.cc39 skin_draw_pixbuf (cr, m_si2, m_ppx, m_ppy, 0, 0, m_w, m_h); in draw()
118 m_pnx (pnx), m_pny (pny), m_ppx (ppx), m_ppy (ppy), in Button()
H A Dbutton.h69 int m_pnx, m_pny, m_ppx, m_ppy; variable
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dbutton.cc39 skin_draw_pixbuf (cr, m_si2, m_ppx, m_ppy, 0, 0, m_w, m_h); in draw()
118 m_pnx (pnx), m_pny (pny), m_ppx (ppx), m_ppy (ppy), in Button()
H A Dbutton.h69 int m_pnx, m_pny, m_ppx, m_ppy; variable
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhd63484.h150 uint16_t m_ppy; variable
H A Dhd63484.cpp906 return (m_ppy << 12) | (m_pzcy << 8) | (m_ppx << 4) | m_pzcx; in command_rpr_exec()
952 m_ppy = (m_pr[0] >> 12) & 0x0f; in command_wpr_exec()
2038 m_ppy = m_pzcy= m_psy = m_pzy = m_pey = 0; in device_reset()
2191 save_item(NAME(m_ppy)); in register_save_state()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhd63484.h150 uint16_t m_ppy; variable
H A Dhd63484.cpp906 return (m_ppy << 12) | (m_pzcy << 8) | (m_ppx << 4) | m_pzcx; in command_rpr_exec()
952 m_ppy = (m_pr[0] >> 12) & 0x0f; in command_wpr_exec()
2038 m_ppy = m_pzcy= m_psy = m_pzy = m_pey = 0; in device_reset()
2191 save_item(NAME(m_ppy)); in register_save_state()