Home
last modified time | relevance | path

Searched defs:aBBox (Results 1 – 25 of 67) sorted by relevance

123

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/accelerators/
H A Dbvh_packet_traversal.cpp47 static inline unsigned int getFirstHit( const RAYPACKET& aRayPacket, const BBOX_3D& aBBox, in getFirstHit()
72 static inline unsigned int getLastHit( const RAYPACKET& aRayPacket, const BBOX_3D& aBBox, in getLastHit()
170 static inline unsigned int getLastHit( const RAYPACKET& aRayPacket, const BBOX_3D& aBBox, in getLastHit()
187 static inline unsigned int partRays( const RAYPACKET& aRayPacket, const BBOX_3D& aBBox, in partRays()
H A Dcontainer_2d.cpp68 void CONTAINER_2D::GetIntersectingObjects( const BBOX_2D& aBBox, in GetIntersectingObjects() argument
302 void BVH_CONTAINER_2D::GetIntersectingObjects( const BBOX_2D& aBBox, in GetIntersectingObjects() argument
316 const BBOX_2D& aBBox, in recursiveGetListObjectsIntersects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx71 awt::Rectangle aBBox (getBounds()); in getLocation() local
84 awt::Rectangle aBBox (getBounds()); in getSize() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx77 awt::Rectangle aBBox (getBounds()); in getLocation() local
90 awt::Rectangle aBBox (getBounds()); in getSize() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterPaintManager.cxx77 const awt::Rectangle aBBox ( in Invalidate() local
120 const awt::Rectangle aBBox ( in Invalidate() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterPaintManager.cxx77 const awt::Rectangle aBBox ( in Invalidate() local
120 const awt::Rectangle aBBox ( in Invalidate() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes3D/
H A Ddummy_block_3d.cpp33 DUMMY_BLOCK::DUMMY_BLOCK( const BBOX_3D& aBBox ) : OBJECT_3D( OBJECT_3D_TYPE::DUMMYBLOCK ) in DUMMY_BLOCK()
H A Dbbox_3d.cpp80 void BBOX_3D::Set( const BBOX_3D& aBBox ) in Set()
116 void BBOX_3D::Union( const BBOX_3D& aBBox ) in Union()
H A Dplane_3d.cpp32 XY_PLANE::XY_PLANE( const BBOX_3D& aBBox ) : OBJECT_3D( OBJECT_3D_TYPE::XYPLANE ) in XY_PLANE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx74 awt::Rectangle aBBox( xWindow->getPosSize() ); in GetWindowPosSize() local
92 awt::Rectangle aBBox( GetWindowPosSize() ); in GetUpperLeftOnScreen() local
H A DAccessibleBase.cxx669 awt::Rectangle aBBox( getBounds() ); in getLocation() local
692 awt::Rectangle aBBox( getBounds() ); in getSize() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx74 awt::Rectangle aBBox( xWindow->getPosSize() ); in GetWindowPosSize() local
92 awt::Rectangle aBBox( GetWindowPosSize() ); in GetUpperLeftOnScreen() local
H A DAccessibleBase.cxx670 awt::Rectangle aBBox( getBounds() ); in getLocation() local
693 awt::Rectangle aBBox( getBounds() ); in getSize() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DAccessibleComponentHandler.java84 com.sun.star.awt.Rectangle aBBox = xComponent.getBounds(); in createChild() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DAccessibleComponentHandler.java84 com.sun.star.awt.Rectangle aBBox = xComponent.getBounds(); in createChild() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx329 const awt::Rectangle aBBox (getBounds()); in getLocation() local
358 const awt::Rectangle aBBox (getBounds()); in getSize() local
H A DAccessibleSlideSorterView.cxx373 const awt::Rectangle aBBox (getBounds()); in containsPoint() local
401 awt::Rectangle aBBox; in getBounds() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx329 const awt::Rectangle aBBox (getBounds()); in getLocation() local
358 const awt::Rectangle aBBox (getBounds()); in getSize() local
H A DAccessibleSlideSorterView.cxx372 const awt::Rectangle aBBox (getBounds()); in containsPoint() local
400 awt::Rectangle aBBox; in getBounds() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes2D/
H A Dbbox_2d.cpp71 void BBOX_2D::Set( const BBOX_2D& aBBox ) in Set()
105 void BBOX_2D::Union( const BBOX_2D& aBBox ) in Union()
H A Dpolygon_2d.cpp220 DUMMY_BLOCK_2D::DUMMY_BLOCK_2D( const BBOX_2D& aBBox, const BOARD_ITEM& aBoardItem ) in DUMMY_BLOCK_2D()
305 static void extractPathsFrom( const SEGMENTS_WIDTH_NORMALS& aSegList, const BBOX_2D& aBBox, in extractPathsFrom()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/opengl/
H A Dopengl_utils.cpp102 void DrawBoundingBox( const BBOX_3D& aBBox ) in DrawBoundingBox()
/dports/astro/merkaartor/merkaartor-0.19.0/src/Render/
H A DNativeRenderDialog.cpp126 void NativeRenderDialog::setBoundingBox(CoordBox aBBox) in setBoundingBox()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGClipPathFrame.h39 virtual void BuildDisplayList(nsDisplayListBuilder* aBuilder, in GetFilterDescription()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartWindow.cxx369 tools::Rectangle aBBox; in GetBoundingBox() local

123