Home
last modified time | relevance | path

Searched refs:iAspect (Results 1 – 13 of 13) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_morphometry/
H A DConvergence.cpp218 double Height, Slope, Aspect, iSlope, iAspect, d, dSum; in Get_2x2() local
220 for(i=0, n=0, dSum=0., iAspect=-M_PI_135; i<4; i++, iAspect+=M_PI_090) in Get_2x2()
224 d = Aspect - iAspect; in Get_2x2()
260 double Slope, Aspect, iSlope, iAspect, d, dSum; in Get_9x9() local
262 for(i=0, n=0, dSum=0., iAspect=-M_PI_180; i<8; i++, iAspect+=M_PI_045) in Get_9x9()
269 d = Aspect - iAspect; in Get_9x9()
H A DMorphometry.cpp673 double z, Z[8], iSlope, iAspect, Slope, Aspect, G, H; in Set_Tarboton() local
722 iAspect = 0.; in Set_Tarboton()
727 iAspect = M_PI_045; in Set_Tarboton()
732 iAspect = atan(H / G); in Set_Tarboton()
738 Aspect = i * M_PI_045 + (i % 2 ? M_PI_045 - iAspect : iAspect); in Set_Tarboton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffimageedit.cpp85 XFA_AttributeValue iAspect = XFA_AttributeValue::Fit; in RenderWidget() local
90 iAspect = image->GetAspect(); in RenderWidget()
93 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, iAspect, in RenderWidget()
H A Dcxfa_ffwidget.cpp84 XFA_AttributeValue iAspect, in XFA_DrawImage() argument
96 switch (iAspect) { in XFA_DrawImage()
H A Dcxfa_ffwidget.h47 XFA_AttributeValue iAspect,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffimageedit.cpp81 XFA_AttributeValue iAspect = XFA_AttributeValue::Fit; in RenderWidget() local
86 iAspect = image->GetAspect(); in RenderWidget()
89 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, iAspect, in RenderWidget()
H A Dcxfa_ffwidget.cpp82 XFA_AttributeValue iAspect, in XFA_DrawImage() argument
94 switch (iAspect) { in XFA_DrawImage()
H A Dcxfa_ffwidget.h47 XFA_AttributeValue iAspect,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffimageedit.cpp71 int32_t iAspect = XFA_ATTRIBUTEENUM_Fit; in RenderWidget() local
74 iAspect = imageObj.GetAspect(); in RenderWidget()
80 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi, in RenderWidget()
H A Dxfa_ffimage.cpp59 int32_t iAspect = imageObj.GetAspect(); in RenderWidget() local
63 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi, in RenderWidget()
H A Dxfa_ffwidget.cpp836 int32_t iAspect, in XFA_DrawImage() argument
853 switch (iAspect) { in XFA_DrawImage()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/include/
H A Dxfa_ffwidget.h157 int32_t iAspect,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDInputStreams/
H A DDVDInputStreamNavigator.cpp1297 int iAspect = m_dll.dvdnav_get_video_aspect(m_dvdnav); in GetVideoAspectRatio() local
1304 CLog::Log(LOGINFO, "%s - Aspect wanted: %d, Scale permissions: %d", __FUNCTION__, iAspect, iPerm); in GetVideoAspectRatio()
1305 switch(iAspect) in GetVideoAspectRatio()