Home
last modified time | relevance | path

Searched defs:GetRegionBounds (Results 1 – 19 of 19) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/link/macmet/
H A DMoreCarbonAccessors.h65 # define GetRegionBounds(rgnH, rectPtr) (*(rectPtr) = (*(RgnHandle)(rgnH))->rgnBBox) macro
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Effects/
H A DUtility.cs180 public static Gdk.Rectangle GetRegionBounds (Gdk.Rectangle[] rects, int startIndex, int length) in GetRegionBounds() method in Pinta.Core.Utility
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DControlHandler.cs216 static extern int GetRegionBounds (IntPtr rgnhandle, ref Rect region); in GetRegionBounds() method in System.Windows.Forms.CarbonInternal.ControlHandler
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkBSPIntersections.cxx229 int vtkBSPIntersections::GetRegionBounds(int regionID, double bounds[6]) in GetRegionBounds() function in vtkBSPIntersections
H A DvtkOctreePointLocator.cxx195 void vtkOctreePointLocator::GetRegionBounds(int leafNodeId, in GetRegionBounds() function in vtkOctreePointLocator
H A DvtkKdTree.cxx516 void vtkKdTree::GetRegionBounds(int regionID, double bounds[6]) in GetRegionBounds() function in vtkKdTree
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkBSPIntersections.cxx227 int vtkBSPIntersections::GetRegionBounds(int regionID, double bounds[6]) in GetRegionBounds() function in vtkBSPIntersections
H A DvtkOctreePointLocator.cxx187 void vtkOctreePointLocator::GetRegionBounds(int leafNodeId, double bounds[6]) in GetRegionBounds() function in vtkOctreePointLocator
H A DvtkKdTree.cxx512 void vtkKdTree::GetRegionBounds(int regionID, double bounds[6]) in GetRegionBounds() function in vtkKdTree
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkBSPIntersections.cxx229 int vtkBSPIntersections::GetRegionBounds(int regionID, double bounds[6]) in GetRegionBounds() function in vtkBSPIntersections
H A DvtkOctreePointLocator.cxx194 void vtkOctreePointLocator::GetRegionBounds(int leafNodeId, in GetRegionBounds() function in vtkOctreePointLocator
H A DvtkKdTree.cxx501 void vtkKdTree::GetRegionBounds(int regionID, double bounds[6]) in GetRegionBounds() function in vtkKdTree
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dnullregion.c1218 static void GetRegionBounds( AstRegion *this_region, double *lbnd, double *ubnd, int *status ){ in GetRegionBounds() function
H A Dprism.c950 static void GetRegionBounds( AstRegion *this_region, double *lbnd, in GetRegionBounds() function
H A Dregion.h135 void (* GetRegionBounds)( AstRegion *, double *, double *, int * ); member
H A Dregion.c8383 static void GetRegionBounds( AstRegion *this, double *lbnd, double *ubnd, int *status ){ in GetRegionBounds() function
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DQuickdraw.pas5176 function GetRegionBounds( region: RgnHandle; var bounds: Rect ): RectPtr; external name '_GetRegion… in GetRegionBounds() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.c1905 JNIEXPORT void JNICALL OS_NATIVE(GetRegionBounds) in OS_NATIVE() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java344 public static final native void GetRegionBounds(long rgnHandle, short[] bounds); in GetRegionBounds() method in OS