Home
last modified time | relevance | path

Searched refs:m_proj (Results 1 – 25 of 108) sorted by relevance

12345

/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskyqpainter.cpp139 m_proj = m_sm->projector(); in begin()
407 if (!m_proj->checkVisibility(planet)) in drawPlanet()
412 if (!visible || !m_proj->onScreen(pos)) in drawPlanet()
476 if (!m_proj->checkVisibility(shadow)) in drawEarthShadow()
502 if (!m_proj->checkVisibility(com)) in drawComet()
514 if (visible && m_proj->onScreen(pos)) in drawComet()
570 if (!m_proj->checkVisibility(loc)) in drawPointSource()
576 m_proj->onScreen( in drawPointSource()
707 if (!m_proj->checkVisibility(&obj)) in drawCatalogObject()
1041 if (!m_proj->checkVisibility(sat)) in drawSatellite()
[all …]
H A Dskyglpainter.cpp275 if (!m_proj->checkVisibility(planet)) in drawPlanet()
327 if (!m_proj->checkVisibility(loc)) in drawPointSource()
339 isVisibleLast &= m_proj->checkVisibility(pLast); in drawSkyPolygon()
349 isVisible &= m_proj->checkVisibility(pThis); in drawSkyPolygon()
530 if (!m_proj->checkVisibility(obj)) in drawObservingList()
534 if (!visible || !m_proj->onScreen(vec)) in drawObservingList()
564 if (!visible || !m_proj->onScreen(vec)) in drawFlags()
671 m_proj = m_sm->projector(); in begin()
733 pos = m_proj->toScreenVec(sat, true, &visible); in drawSatellite()
735 if (!visible || !m_proj->onScreen(pos)) in drawSatellite()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/
H A Dskypolygonnode.cpp27 const Projector *m_proj = SkyMapLite::Instance()->projector(); in update() local
33 polygon << m_proj->toScreen(points->at(i).get(), false, &isVisibleLast); in update()
51 QPointF oLast = m_proj->toScreen(pLast, true, &isVisibleLast); in update()
53 isVisibleLast &= m_proj->checkVisibility(pLast); in update()
58 QPointF oThis = m_proj->toScreen(pThis, true, &isVisible); in update()
61 isVisible &= m_proj->checkVisibility(pThis); in update()
69 QPointF oMid = m_proj->clipLine(pLast, pThis); in update()
74 QPointF oMid = m_proj->clipLine(pThis, pLast); in update()
H A Dconstellationartnode.cpp33 const Projector *m_proj = SkyMapLite::Instance()->projector(); in update() local
34 if (!m_proj->checkVisibility(m_art)) in update()
42 QPointF constellationmidpoint = m_proj->toScreen(m_art, true, &visible); in update()
44 if (!visible || !m_proj->onScreen(constellationmidpoint)) in update()
53 … float positionangle = m_proj->findPA(m_art, constellationmidpoint.x(), constellationmidpoint.y()); in update()
H A Dsupernovanode.cpp24 const Projector *m_proj = SkyMapLite::Instance()->projector(); in update() local
25 if (!m_proj->checkVisibility(m_snova)) in update()
32 QPointF pos = m_proj->toScreen(m_snova, true, &visible); in update()
35 if (!visible || !m_proj->onScreen(pos)) in update()
H A Dsatellitenode.cpp81 const Projector *m_proj = SkyMapLite::Instance()->projector(); in update() local
88 pos = m_proj->toScreen(m_sat, true, &visible); in update()
90 if (!visible || !m_proj->onScreen(pos)) in update()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/impl/
H A Dbase_dynamic.hpp97 : m_proj(p) in base_v_f()
102 : m_proj(p1, p2) in base_v_f()
107 : m_proj(p1, p2, p3) in base_v_f()
112 m_proj.fwd(lp_lon, lp_lat, xy_x, xy_y); in fwd()
120 virtual std::string name() const { return m_proj.name(); } in name()
122 virtual P const& params() const { return m_proj.params(); } in params()
124 virtual P& mutable_params() { return m_proj.mutable_params(); } in mutable_params()
127 Prj m_proj; member in boost::geometry::projections::detail::base_v_f
153 this->m_proj.inv(xy_x, xy_y, lp_lon, lp_lat); in inv()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/srs/projections/impl/
H A Dbase_dynamic.hpp97 : m_proj(p)
102 : m_proj(p1, p2)
107 : m_proj(p1, p2, p3)
112 m_proj.fwd(lp_lon, lp_lat, xy_x, xy_y);
120 virtual std::string name() const { return m_proj.name(); }
122 virtual P const& params() const { return m_proj.params(); }
124 virtual P& mutable_params() { return m_proj.mutable_params(); }
127 Prj m_proj;
153 this->m_proj.inv(xy_x, xy_y, lp_lon, lp_lat);
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.cpp391 m_proj.setZoom(zoom); in setZoom()
398 m_proj.setZoom(zoom); in setZoom()
419 Zoom zoom = m_proj.zoom(); in setScrollAndZoomToFitScreen()
498 rc = m_proj.apply(rc); in drawOneSpriteUnclippedRect()
533 if (m_proj.scaleX() < 1.0) in drawOneSpriteUnclippedRect()
745 if (m_proj.scaleX() < 1.0) rc.w += int(1./m_proj.scaleX()); in drawSpriteUnclippedRect()
746 if (m_proj.scaleY() < 1.0) rc.h += int(1./m_proj.scaleY()); in drawSpriteUnclippedRect()
1419 m_padding.x - (vp.w/2) + m_proj.applyX(1)/2 + m_proj.applyX(spritePos.x), in centerInSpritePoint()
1420 m_padding.y - (vp.h/2) + m_proj.applyY(1)/2 + m_proj.applyY(spritePos.y)); in centerInSpritePoint()
2477 w = m_proj.applyX(w); in expandRegionByTiledMode()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_fullscreen_preview.cpp53 , m_proj(editor->projection()) in PreviewWindow()
192 x = m_pos.x + m_proj.applyX(m_proj.removeX(m_delta.x)); in onPaint()
193 y = m_pos.y + m_proj.applyY(m_proj.removeY(m_delta.y)); in onPaint()
194 w = m_proj.applyX(m_sprite->width()); in onPaint()
195 h = m_proj.applyY(m_sprite->height()); in onPaint()
200 render.setProjection(m_proj); in onPaint()
248 render::Projection m_proj; member in app::PreviewWindow
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/nodes/
H A Dlinenode.cpp71 const Projector *m_proj = SkyMapLite::Instance()->projector(); in updateGeometry() local
75 QPointF oLast = m_proj->toScreen(points->first().get(), true, &isVisibleLast); in updateGeometry()
78 isVisibleLast &= m_proj->checkVisibility(points->first().get()); in updateGeometry()
90 oThis = m_proj->toScreen(pThis, true, &isVisible); in updateGeometry()
92 isVisible &= m_proj->checkVisibility(pThis); in updateGeometry()
/dports/graphics/aseprite/aseprite-1.2.9/src/render/
H A Drender.cpp544 m_proj = projection; in setProjection()
840 tile_w = m_proj.zoom().apply(tile_w); in renderBackground()
841 tile_h = m_proj.zoom().apply(tile_h); in renderBackground()
905 m_proj.applyX(src_image->width()), in renderImage()
906 m_proj.applyY(src_image->height())), in renderImage()
908 m_proj.scaleX(), in renderImage()
909 m_proj.scaleY()); in renderImage()
961 extraArea = m_proj.apply(extraArea); in renderLayer()
962 if (m_proj.scaleX() < 1.0) extraArea.w--; in renderLayer()
963 if (m_proj.scaleY() < 1.0) extraArea.h--; in renderLayer()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/srs/
H A Dproj4.hpp249 : m_proj(proj_create(PJ_DEFAULT_CTX, to.c_str())) in proj5_transformation()
255 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
274 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
281 proj5_ptr m_proj; member
291 : m_proj(proj_create_crs_to_crs(PJ_DEFAULT_CTX, from.c_str(), to.c_str(), NULL)) in proj6_transformation()
299 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
318 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
325 proj5_ptr m_proj; member
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dproj4.hpp249 : m_proj(proj_create(PJ_DEFAULT_CTX, to.c_str())) in proj5_transformation()
255 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
274 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
281 proj5_ptr m_proj; member
291 : m_proj(proj_create_crs_to_crs(PJ_DEFAULT_CTX, from.c_str(), to.c_str(), NULL)) in proj6_transformation()
299 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
318 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
325 proj5_ptr m_proj; member
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dproj4.hpp249 : m_proj(proj_create(PJ_DEFAULT_CTX, to.c_str())) in proj5_transformation()
255 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
274 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
281 proj5_ptr m_proj; member
291 : m_proj(proj_create_crs_to_crs(PJ_DEFAULT_CTX, from.c_str(), to.c_str(), NULL)) in proj6_transformation()
299 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
318 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
325 proj5_ptr m_proj; member
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/srs/
H A Dproj4.hpp249 : m_proj(proj_create(PJ_DEFAULT_CTX, to.c_str())) in proj5_transformation()
255 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
274 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
281 proj5_ptr m_proj; member
291 : m_proj(proj_create_crs_to_crs(PJ_DEFAULT_CTX, from.c_str(), to.c_str(), NULL)) in proj6_transformation()
299 proj_trans_array(m_proj.get(), PJ_FWD, in.size(), &in[0]); in forward()
318 c = proj_trans(m_proj.get(), PJ_FWD, c); in forward()
325 proj5_ptr m_proj; member
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dosmium-builder.hpp32 : m_proj(proj), m_buffer(1024, osmium::memory::Buffer::auto_grow::yes), in osmium_builder_t()
33 m_writer(m_proj->target_srs()) in osmium_builder_t()
63 std::shared_ptr<reprojection> m_proj; member in geom::osmium_builder_t
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimLasReader.cpp60 m_proj(0), in ossimLasReader()
165 m_proj = 0; in close()
480 m_proj = theGeometry->getProjection(); in getImageGeometry()
526 if ( m_proj.valid() ) in getImageGeometry()
528 theGeometry->setProjection( m_proj.get() ); in getImageGeometry()
1097 if (m_proj.valid()) in parseVarRecords()
1109 m_proj->print(ossimNotify(ossimNotifyLevel_DEBUG)); in parseVarRecords()
1187 fgdcDoc->getProjection( m_proj ); in initFromExternalMetadata()
1188 if ( m_proj.valid() ) in initFromExternalMetadata()
1213 m_proj->print(ossimNotify(ossimNotifyLevel_DEBUG)); in initFromExternalMetadata()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/
H A Dprojection.hpp138 : m_proj(proj) in convert_policy()
145 if (! project_point<PointPolicy>::apply(point1, point2, m_proj) ) in apply()
155 Proj const& m_proj; member
406 projection_type const& proj() const { return m_proj; } in proj()
407 projection_type & mutable_proj() { return m_proj; } in mutable_proj()
411 : m_proj(s_params, in static_proj_wrapper_base()
416 projection_type m_proj; member in boost::geometry::projections::static_proj_wrapper_base
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/
H A Dprojection.hpp138 : m_proj(proj) in convert_policy()
145 if (! project_point<PointPolicy>::apply(point1, point2, m_proj) ) in apply()
155 Proj const& m_proj; member
406 projection_type const& proj() const { return m_proj; } in proj()
407 projection_type & mutable_proj() { return m_proj; } in mutable_proj()
411 : m_proj(s_params, in static_proj_wrapper_base()
416 projection_type m_proj; member in boost::geometry::projections::static_proj_wrapper_base
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/
H A Dprojection.hpp138 : m_proj(proj) in convert_policy()
145 if (! project_point<PointPolicy>::apply(point1, point2, m_proj) ) in apply()
155 Proj const& m_proj; member
406 projection_type const& proj() const { return m_proj; } in proj()
407 projection_type & mutable_proj() { return m_proj; } in mutable_proj()
411 : m_proj(s_params, in static_proj_wrapper_base()
416 projection_type m_proj; member in boost::geometry::projections::static_proj_wrapper_base
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/
H A Dprojection.hpp138 : m_proj(proj) in convert_policy()
145 if (! project_point<PointPolicy>::apply(point1, point2, m_proj) ) in apply()
155 Proj const& m_proj; member
406 projection_type const& proj() const { return m_proj; } in proj()
407 projection_type & mutable_proj() { return m_proj; } in mutable_proj()
411 : m_proj(s_params, in static_proj_wrapper_base()
416 projection_type m_proj; member in boost::geometry::projections::static_proj_wrapper_base
/dports/multimedia/kodi/xbmc-19.3-Matrix/system/shaders/GL/1.5/
H A Dgl_shader_vert_default.glsl4 uniform mat4 m_proj;
9 mat4 mvp = m_proj * m_model;
H A Dgl_videofilter_vertex.glsl6 uniform mat4 m_proj;
11 mat4 mvp = m_proj * m_model;
/dports/multimedia/kodi/xbmc-19.3-Matrix/system/shaders/GLES/2.0/
H A Dgles_videofilter.vert6 uniform mat4 m_proj;
11 mat4 mvp = m_proj * m_model;

12345