Home
last modified time | relevance | path

Searched refs:GetYScale (Results 1 – 20 of 20) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/
H A Dvdxfpaintdevice.cpp168 return engine->GetYScale(); in GetXScale()
183 qreal VDxfPaintDevice::GetYScale() const in GetYScale() function in VDxfPaintDevice
H A Dvdxfpaintdevice.h72 qreal GetYScale() const;
H A Dvdxfengine.h98 qreal GetYScale() const;
H A Dvdxfengine.cpp602 qreal VDxfEngine::GetYScale() const in GetYScale() function in VDxfEngine
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/dialogs/
H A Ddialoglayoutscale.h53 qreal GetYScale() const;
H A Ddialoglayoutscale.cpp115 qreal DialogLayoutScale::GetYScale() const in GetYScale() function in DialogLayoutScale
/dports/audio/libnoise/noise/src/module/
H A Dscalepoint.h105 double GetYScale () const in GetYScale() function
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_bsp.cpp673 || backsector->GetYScale(sector_t::floor) != frontsector->GetYScale(sector_t::floor) in R_AddLine()
675 || backsector->GetYScale(sector_t::ceiling) != frontsector->GetYScale(sector_t::ceiling) in R_AddLine()
1106 frontsector->GetYScale(sector_t::ceiling), in R_Subsector()
1146 frontsector->GetYScale(sector_t::floor), in R_Subsector()
1208 frontsector->GetYScale(position), in R_Subsector()
1273 frontsector->GetYScale(position), in R_Subsector()
H A Dp_buildmap.cpp459 sec->SetYScale(sector_t::floor, -sec->GetYScale(sector_t::floor)); in LoadSectors()
465 sec->SetYScale(sector_t::ceiling, -sec->GetYScale(sector_t::ceiling)); in LoadSectors()
473 sec->SetYScale(sector_t::ceiling, -sec->GetYScale(sector_t::ceiling)); in LoadSectors()
H A Dr_defs.h574 fixed_t GetYScale(int pos) const in GetYScale() function
H A Dr_segs.cpp2120 || backsector->GetYScale(sector_t::floor) != frontsector->GetYScale(sector_t::floor) in R_NewWall()
2156 || backsector->GetYScale(sector_t::ceiling) != frontsector->GetYScale(sector_t::ceiling) in R_NewWall()
H A Dam_map.cpp1950 scaley = sec->GetYScale(sector_t::floor); in AM_drawSubsectors()
2001 scaley = model->GetYScale(selector); in AM_drawSubsectors()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/dialogs/
H A Ddialogsavelayout.h85 qreal GetYScale() const;
H A Ddialogsavelayout.cpp769 qreal DialogSaveLayout::GetYScale() const in GetYScale() function in DialogSaveLayout
/dports/math/R/R-4.1.2/src/include/R_ext/
H A DQuartzDevice.h172 double (*GetYScale)(QuartzDesc_t desc); /* get y scale factor (px/pt ratio) */ member
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DQuartzDevice.h172 double (*GetYScale)(QuartzDesc_t desc); /* get y scale factor (px/pt ratio) */ member
/dports/devel/sdl2pp/libSDL2pp-0.16.1/SDL2pp/
H A DRenderer.hh746 float GetYScale() const;
H A DRenderer.cc399 float Renderer::GetYScale() const { in GetYScale() function in SDL2pp::Renderer
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvprintlayout.cpp255 m_yscale = layoutScale.GetYScale(); in PrintLayout()
300 m_yscale = layoutScale.GetYScale(); in PrintPreview()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/
H A Dmainwindowsnogui.cpp672 exporter.SetYScale(m_dialogSaveLayout->GetYScale()); in ExportApparelLayout()
1075 m_layoutSettings->SetYScale(m_dialogSaveLayout->GetYScale()); in PdfTiledFile()
1108 exporter.SetYScale(m_dialogSaveLayout->GetYScale()); in ExportScene()