Home
last modified time | relevance | path

Searched refs:imgPoint (Results 1 – 9 of 9) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/terrain/
H A Dterrainrenderer.cpp437 const QPointF imgPoint(i, j); in render() local
439 …e = equiRectangular ? !dynamic_cast<const EquirectangularProjector*>(proj)->unusablePoint(imgPoint) in render()
440 : !proj->unusablePoint(imgPoint); in render()
501 const QPointF imgPoint(i, j); in setupLookup() local
503 …e = equiRectangular ? !dynamic_cast<const EquirectangularProjector*>(proj)->unusablePoint(imgPoint) in setupLookup()
504 : !proj->unusablePoint(imgPoint); in setupLookup()
508 … dynamic_cast<const EquirectangularProjector*>(proj)->fromScreen(imgPoint, lst, lat, true) in setupLookup()
509 : proj->fromScreen(imgPoint, lst, lat, true); in setupLookup()
/dports/misc/visp/visp-3.4.0/modules/sensor/src/rgb-depth/kinect/
H A DvpKinect.cpp254 vpImagePoint imgPoint(0, 0); in warpRGBFrame() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetD2D1.cpp259 D2D1_POINT_2F imgPoint = D2DPoint(aDest); in DrawSurfaceWithShadow() local
260 …mDC->DrawImage(image, &imgPoint, nullptr, D2D1_INTERPOLATION_MODE_LINEAR, D2DCompositionMode(aOper… in DrawSurfaceWithShadow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTargetD2D1.cpp294 D2D1_POINT_2F imgPoint = D2DPoint(aDest); in DrawSurfaceWithShadow() local
295 mDC->DrawImage(image, &imgPoint, nullptr, D2D1_INTERPOLATION_MODE_LINEAR, in DrawSurfaceWithShadow()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawTargetD2D1.cpp362 D2D1_POINT_2F imgPoint = D2DPoint(aDest); in DrawSurfaceWithShadow() local
363 mDC->DrawImage(image, &imgPoint, nullptr, D2D1_INTERPOLATION_MODE_LINEAR, in DrawSurfaceWithShadow()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawTargetD2D1.cpp359 D2D1_POINT_2F imgPoint = D2DPoint(aDest); in DrawSurfaceWithShadow() local
360 mDC->DrawImage(image, &imgPoint, nullptr, D2D1_INTERPOLATION_MODE_LINEAR, in DrawSurfaceWithShadow()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DDrawTargetD2D1.cpp364 D2D1_POINT_2F imgPoint = D2DPoint(aDest); in DrawSurfaceWithShadow() local
365 mDC->DrawImage(image, &imgPoint, nullptr, D2D1_INTERPOLATION_MODE_LINEAR, in DrawSurfaceWithShadow()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawTargetD2D1.cpp362 D2D1_POINT_2F imgPoint = D2DPoint(aDest); in DrawSurfaceWithShadow() local
363 mDC->DrawImage(image, &imgPoint, nullptr, D2D1_INTERPOLATION_MODE_LINEAR, in DrawSurfaceWithShadow()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/src/
H A Domnidir.cpp1948 Mat imgPoint; in computeMeanReproErr() local
1950 …cv::omnidir::projectPoints(objectPoints.getMat(i), imgPoint, _omAll.at<Vec3d>(i), _tAll.at<Vec3d>(… in computeMeanReproErr()
1951 proImagePoints.push_back(imgPoint); in computeMeanReproErr()