Home
last modified time | relevance | path

Searched refs:aXSize (Results 1 – 18 of 18) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dbuffers_debug.cpp41 wxImage image( aXSize, aYSize ); in dbg_save_rgb_buffer()
50 unsigned int aXSize, unsigned int aYSize ) in DBG_SaveBuffer() argument
52 const unsigned int wxh = aXSize * aYSize; in DBG_SaveBuffer()
66 dbg_save_rgb_buffer( aFileName, pixelbuffer, aXSize, aYSize ); in DBG_SaveBuffer()
71 unsigned int aXSize, unsigned int aYSize ) in DBG_SaveBuffer() argument
73 const unsigned int wxh = aXSize * aYSize; in DBG_SaveBuffer()
87 dbg_save_rgb_buffer( aFileName, pixelbuffer, aXSize, aYSize ); in DBG_SaveBuffer()
92 unsigned int aXSize, unsigned int aYSize ) in DBG_SaveBuffer() argument
94 const unsigned int wxh = aXSize * aYSize; in DBG_SaveBuffer()
109 dbg_save_rgb_buffer( aFileName, pixelbuffer, aXSize, aYSize ); in DBG_SaveBuffer()
[all …]
H A Dbuffers_debug.h37 unsigned int aXSize, unsigned int aYSize );
40 unsigned int aXSize, unsigned int aYSize );
43 unsigned int aXSize, unsigned int aYSize );
46 unsigned int aXSize, unsigned int aYSize );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes3D/
H A Dplane_3d.cpp46 XY_PLANE::XY_PLANE( SFVEC3F aCenterPoint, float aXSize, float aYSize ) in XY_PLANE() argument
50 m_xsize = aXSize; in XY_PLANE()
52 m_xsize_inv2 = 1.0f / ( 2.0f * aXSize ); in XY_PLANE()
54 m_bbox.Set( SFVEC3F( aCenterPoint.x - aXSize / 2.0f, aCenterPoint.y - aYSize / 2.0f, in XY_PLANE()
56 SFVEC3F( aCenterPoint.x + aXSize / 2.0f, aCenterPoint.y + aYSize / 2.0f, in XY_PLANE()
H A Dplane_3d.h47 XY_PLANE( SFVEC3F aCenterPoint, float aXSize, float aYSize );
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGraph/
H A DIGESGraph_DrawingSize.cxx28 (const Standard_Integer nbProps, const Standard_Real aXSize, in Init() argument
32 theXSize = aXSize; in Init()
H A DIGESGraph_DrawingSize.hxx50 …Standard_EXPORT void Init (const Standard_Integer nbProps, const Standard_Real aXSize, const Stand…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dgluectrl.cxx56 Size aXSize( GetTextWidth( "X" ), GetTextHeight() ); in SFX_IMPL_TOOLBOX_CONTROL() local
57 SetSizePixel( Size( aXSize.Width() * 12, aXSize.Height() * 10 ) ); in SFX_IMPL_TOOLBOX_CONTROL()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_board_statistics.h102 drillType_t( int aXSize, int aYSize, PAD_DRILL_SHAPE_T aShape, bool aIsPlated, bool aIsPad,
104 : xSize( aXSize ), in xSize()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESGraph_DrawingSize.hxx50 …Standard_EXPORT void Init (const Standard_Integer nbProps, const Standard_Real aXSize, const Stand…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESGraph_DrawingSize.hxx50 …Standard_EXPORT void Init (const Standard_Integer nbProps, const Standard_Real aXSize, const Stand…
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/plotters/
H A DPS_plotter.cpp365 int PSLIKE_PLOTTER::returnPostscriptTextWidth( const wxString& aText, int aXSize, in returnPostscriptTextWidth() argument
384 return KiROUND( aXSize * tally / postscriptTextAscent ); in returnPostscriptTextWidth()
388 void PSLIKE_PLOTTER::postscriptOverlinePositions( const wxString& aText, int aXSize, in postscriptOverlinePositions() argument
410 pos_pairs->push_back( KiROUND( aXSize * tally / postscriptTextAscent ) ); in postscriptOverlinePositions()
416 pos_pairs->push_back( KiROUND( aXSize * tally / postscriptTextAscent ) ); in postscriptOverlinePositions()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/plotters/
H A Dplotters_pslike.h123 void postscriptOverlinePositions( const wxString& aText, int aXSize, bool aItalic, bool aBold,
142 int returnPostscriptTextWidth( const wxString& aText, int aXSize, bool aItalic, bool aBold );
/dports/cad/alliance/alliance/src/sea/src/
H A Dutil_Floorplan.c808 aXSize, in makeFloorplan() argument
815 long aXSize;
851 xSize = aXSize;
H A Dutil_Defs.h429 long aXSize,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dimivctl1.cxx489 Size aXSize(GetOutputSizePixel()); in Paint() local
492 Point aEnd(LROFFS_WINBORDER, aXSize.Height()); in Paint()
499 Point aEnd(aXSize.Width(), TBOFFS_WINBORDER); in Paint()
505 for (tools::Long nDX = nGridDX; nDX <= aXSize.Width(); nDX += nGridDX) in Paint()
508 Point aEnd( nDX+LROFFS_WINBORDER, aXSize.Height()); in Paint()
513 for (tools::Long nDY = nGridDY; nDY <= aXSize.Height(); nDY += nGridDY) in Paint()
516 Point aEnd(aXSize.Width(), nDY + TBOFFS_WINBORDER); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dimivctl1.cxx541 Size aXSize(GetOutputSizePixel()); in Paint() local
544 Point aEnd(LROFFS_WINBORDER, aXSize.Height()); in Paint()
551 Point aEnd(aXSize.Width(), TBOFFS_WINBORDER); in Paint()
557 for (long nDX = nGridDX; nDX <= aXSize.Width(); nDX += nGridDX) in Paint()
560 Point aEnd( nDX+LROFFS_WINBORDER, aXSize.Height()); in Paint()
565 for (long nDY = nGridDY; nDY <= aXSize.Height(); nDY += nGridDY) in Paint()
568 Point aEnd(aXSize.Width(), nDY + TBOFFS_WINBORDER); in Paint()
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Manipulator.cxx349 Standard_Real aXSize = aXmax - aXmin; in adjustSize() local
353 SetSize ((Standard_ShortReal) (Max (aXSize, Max (aYSize, aZSize)) * 0.5)); in adjustSize()
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.cxx1805 Standard_Real aXSize = aViewSpaceDimensions.X(); in Project() local
1812 theXp = aPoint.X() * aXSize * 0.5; in Project()