Home
last modified time | relevance | path

Searched refs:rectArea (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/HTML/
H A DCreator.cs427 if (rectArea.Width == 0) { in CopyMultimedia()
430 …g.Concat(fullFilename, ".", rectArea.X.ToString(), ",", rectArea.Y.ToString(), ",", rectArea.Width… in CopyMultimedia()
442 rectArea.Width = filenameAndSize.Width; in CopyMultimedia()
497 … fCopiedFiles[asidFilename] = new FilenameAndSize(copyFilename, rectArea.Width, rectArea.Height); in CopyMultimedia()
613 if (rectArea.Width <= 0 || rectArea.Height <= 0) { in ConvertAndCropImage()
622 rectArea.X = 0; in ConvertAndCropImage()
623 rectArea.Y = 0; in ConvertAndCropImage()
624 rectArea.Width = rectNewArea.Width; in ConvertAndCropImage()
625 rectArea.Height = rectNewArea.Height; in ConvertAndCropImage()
627 rectNewArea = new Rectangle(0, 0, rectArea.Width, rectArea.Height); in ConvertAndCropImage()
[all …]
H A DCreatorRecord.cs132 Rectangle rectArea = new Rectangle(0, 0, 0, 0); in AddMultimediaFileReferences()
189 … copyFilename = CopyMultimedia(mmFilename, newFilename, maxWidth, maxHeight, ref rectArea, stats); in AddMultimediaFileReferences()
191 … copyFilename = CopyMultimedia(mmFilename, newFilename, 0, 0, ref rectArea, stats); in AddMultimediaFileReferences()
212 …edia(nMmOrdering, mmFormat, mmTitle, copyFilename, largeFilename, rectArea.Width, rectArea.Height); in AddMultimediaFileReferences()
/dports/cad/magic/magic-8.3.245/utils/
H A Dmaxrect.c257 int rectArea; local
270 rectArea = (mrd->rlist[s].r_xtop - mrd->rlist[s].r_xbot) *
272 if (rectArea > maxarea)
274 maxarea = rectArea;
314 int rectArea; local
325 rectArea = (mrd->rlist[s].r_xtop - mrd->rlist[s].r_xbot) *
327 if (rectArea > maxarea)
329 maxarea = rectArea;
/dports/graphics/ksnip/ksnip-1.9.2/src/backend/imageGrabber/
H A DAbstractRectAreaImageGrabber.cpp68 auto rectArea = mConfig->lastRectArea(); in lastRectArea() local
69 if(rectArea.isNull()) { in lastRectArea()
73 return rectArea; in lastRectArea()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/FaceDetect/src/haar/
H A Dhaarfeature.cpp117 int rectArea = rectWidth * rectHeight; in HaarFeatureHID() local
120 area0 = rectArea; in HaarFeatureHID()
122 sum0 += this->m_weight[i] * rectArea; in HaarFeatureHID()
/dports/lang/cython/Cython-0.29.24/docs/examples/userguide/early_binding_for_speed/
H A Drectangle.pyx17 def rectArea(x0, y0, x1, y1): function
H A Drectangle_cpdef.pyx17 def rectArea(x0, y0, x1, y1): function
H A Drectangle_cdef.pyx20 def rectArea(x0, y0, x1, y1): function
/dports/lang/cython-devel/cython-2b1e743/docs/examples/userguide/early_binding_for_speed/
H A Drectangle.pyx17 def rectArea(x0, y0, x1, y1): function
H A Drectangle_cpdef.pyx17 def rectArea(x0, y0, x1, y1): function
H A Drectangle_cdef.pyx20 def rectArea(x0, y0, x1, y1): function
/dports/graphics/opencv/opencv-4.5.3/doc/js_tutorials/js_imgproc/js_contours/js_contour_properties/
H A Djs_contour_properties.markdown30 let rectArea = rect.width * rect.height;
31 let extent = area / rectArea;
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/plasma/extended/
H A Dtheme.cpp444 QRect rectArea(0,0,axis,axis); in cornersMask() local
445 painter.fillRect(rectArea, Qt::white); in cornersMask()
446 painter.drawRoundedRect(rectArea, axis, axis); in cornersMask()
/dports/lang/cython/Cython-0.29.24/docs/src/userguide/
H A Dearly_binding_for_speed.rst27 In the :func:`rectArea` method, the call to :meth:`rect.area` and the
38 :meth:`_area`. Note also in the function :func:`rectArea` how we 'early bind'
/dports/lang/cython-devel/cython-2b1e743/docs/src/userguide/
H A Dearly_binding_for_speed.rst27 In the :func:`rectArea` method, the call to :meth:`rect.area` and the
38 :meth:`_area`. Note also in the function :func:`rectArea` how we 'early bind'
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DSelection.cs903 …internal void AddHotRegion( RectangleF rectArea, string toolTip, string hRef, string mapAreaAttrib… in AddHotRegion() argument
921 rectArea, in AddHotRegion()
934 region.BoundingRectangle = rectArea; in AddHotRegion()
967 RectangleF rectArea, in AddHotRegion() argument
993 rectArea, in AddHotRegion()
1006 region.BoundingRectangle = rectArea; in AddHotRegion()
1091 …internal void AddHotRegion( RectangleF rectArea, object selectedObject, ChartElementType type, boo… in AddHotRegion() argument
1093 this.AddHotRegion( rectArea, selectedObject, type, relativeCoordinates, false ); in AddHotRegion()
1104 …internal void AddHotRegion( RectangleF rectArea, object selectedObject, ChartElementType type, boo… in AddHotRegion() argument
1110 region.BoundingRectangle = rectArea; in AddHotRegion()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DarrayTools.py231 def rectArea(rect): function
H A DbezierTools.py5 from fontTools.misc.arrayTools import calcBounds, sectRect, rectArea
1077 if rectArea(bounds1) < precision and rectArea(bounds2) < precision:
/dports/graphics/ksnip/ksnip-1.9.2/src/backend/config/
H A DKsnipConfig.cpp769 void KsnipConfig::setLastRectArea(const QRect &rectArea) in setLastRectArea() argument
771 if (lastRectArea() == rectArea) { in setLastRectArea()
774 saveValue(KsnipConfigOptions::lastRectAreaString(), rectArea); in setLastRectArea()
H A DKsnipConfig.h203 virtual void setLastRectArea(const QRect &rectArea);
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DCSyntaxRichEditCtrl.cpp510 RECT rectArea; in GetVisibleRange() local
515 GetClientRect( &rectArea ); in GetVisibleRange()
516 lastLine = firstLine + ( rectArea.bottom / ( defaultCharFormat.yHeight / 20 ) ); in GetVisibleRange()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld/
H A Dringworld_dialogs.cpp77 Rect rectArea, dialogRect; in RightClickDialog() local
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld/
H A Dringworld_dialogs.cpp77 Rect rectArea, dialogRect; in RightClickDialog() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNPP_staging.cu894 Ncv32f rectArea = rect.width * rect.height * scaleArea; in nppiStRectStdDev_32f_C1R() local
895 Ncv32f invRectArea = 1.0f / rectArea; in nppiStRectStdDev_32f_C1R()
951 Ncv32f rectArea = rect.width * rect.height * scaleArea; in nppiStRectStdDev_32f_C1R_host() local
952 Ncv32f invRectArea = 1.0f / rectArea; in nppiStRectStdDev_32f_C1R_host()
974 Ncv64f sqsum_val_2 = sqsum_val / rectArea; in nppiStRectStdDev_32f_C1R_host()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNPP_staging.cu968 Ncv32f rectArea = rect.width * rect.height * scaleArea; in nppiStRectStdDev_32f_C1R() local
969 Ncv32f invRectArea = 1.0f / rectArea; in nppiStRectStdDev_32f_C1R()
1025 Ncv32f rectArea = rect.width * rect.height * scaleArea; in nppiStRectStdDev_32f_C1R_host() local
1026 Ncv32f invRectArea = 1.0f / rectArea; in nppiStRectStdDev_32f_C1R_host()
1048 Ncv64f sqsum_val_2 = sqsum_val / rectArea; in nppiStRectStdDev_32f_C1R_host()

12