Home
last modified time | relevance | path

Searched refs:aOutlines (Results 1 – 19 of 19) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dconvert_shape_list_to_polygon.cpp887 aOutlines.RemoveAllContours(); in BuildBoardPolygonOutlines()
888 aOutlines.NewOutline(); in BuildBoardPolygonOutlines()
891 aOutlines.Append( bbbox.GetOrigin() ); in BuildBoardPolygonOutlines()
895 aOutlines.Append( corner ); in BuildBoardPolygonOutlines()
897 aOutlines.Append( bbbox.GetEnd() ); in BuildBoardPolygonOutlines()
901 aOutlines.Append( corner ); in BuildBoardPolygonOutlines()
1128 aOutlines = outlines; in BuildFootprintPolygonOutlines()
1192 aOutlines = bbox; in BuildFootprintPolygonOutlines()
1343 aOutlines = bbox; in BuildFootprintPolygonOutlines()
1360 aOutlines = poly2; in BuildFootprintPolygonOutlines()
[all …]
H A Dboard.cpp1880 bool BOARD::GetBoardPolygonOutlines( SHAPE_POLY_SET& aOutlines, in GetBoardPolygonOutlines() argument
1885 bool success = BuildBoardPolygonOutlines( this, aOutlines, GetDesignSettings().m_MaxError, in GetBoardPolygonOutlines()
1889 aOutlines.Simplify( SHAPE_POLY_SET::PM_STRICTLY_SIMPLE ); in GetBoardPolygonOutlines()
2175 SHAPE_POLY_SET& aOutlines ) const in ConvertBrdLayerToPolygonalContours()
2185 track->TransformShapeWithClearanceToPolygon( aOutlines, aLayer, 0, maxError, in ConvertBrdLayerToPolygonalContours()
2192 footprint->TransformPadsWithClearanceToPolygon( aOutlines, aLayer, 0, maxError, in ConvertBrdLayerToPolygonalContours()
2196 footprint->TransformFPShapesWithClearanceToPolygon( aOutlines, aLayer, 0, maxError, in ConvertBrdLayerToPolygonalContours()
2204 zone->TransformSolidAreasShapesToPolygon( aLayer, aOutlines ); in ConvertBrdLayerToPolygonalContours()
2212 zone->TransformSolidAreasShapesToPolygon( aLayer, aOutlines ); in ConvertBrdLayerToPolygonalContours()
2226 shape->TransformShapeWithClearanceToPolygon( aOutlines, aLayer, 0, maxError, in ConvertBrdLayerToPolygonalContours()
[all …]
H A Dconvert_shape_list_to_polygon.h57 extern bool BuildBoardPolygonOutlines( BOARD* aBoard, SHAPE_POLY_SET& aOutlines,
H A Dboard.h559 bool GetBoardPolygonOutlines( SHAPE_POLY_SET& aOutlines,
572 void ConvertBrdLayerToPolygonalContours( PCB_LAYER_ID aLayer, SHAPE_POLY_SET& aOutlines ) const;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/qa_utils/geometry/
H A Dpoly_set_construction.cpp31 SHAPE_POLY_SET BuildPolyset( const std::vector<SHAPE_LINE_CHAIN>& aOutlines ) in BuildPolyset() argument
35 for( const auto& outline : aOutlines ) in BuildPolyset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dtextlayout.cxx125 ::basegfx::B2DPolyPolygonVector aOutlines; in queryTextShapes()
127 aOutlines, in queryTextShapes()
135 aOutlineSequence.reserve(aOutlines.size()); in queryTextShapes()
137 for (auto const& outline : aOutlines) in queryTextShapes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dtextlayout.cxx125 ::basegfx::B2DPolyPolygonVector aOutlines; in queryTextShapes()
127 aOutlines, in queryTextShapes()
135 aOutlineSequence.reserve(aOutlines.size()); in queryTextShapes()
137 for (auto const& outline : aOutlines) in queryTextShapes()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/qa_utils/include/qa_utils/geometry/
H A Dpoly_set_construction.h44 SHAPE_POLY_SET BuildPolyset( const std::vector<SHAPE_LINE_CHAIN>& aOutlines );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx734 const drawinglayer::primitive2d::Primitive2DContainer aOutlines( in impDecomposePathTextPrimitive() local
739 aRetvalA.append(aOutlines); in impDecomposePathTextPrimitive()
757 const drawinglayer::primitive2d::Primitive2DContainer aOutlines( in impDecomposePathTextPrimitive() local
762 aRetvalB.append(aOutlines); in impDecomposePathTextPrimitive()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx751 const drawinglayer::primitive2d::Primitive2DContainer aOutlines( in impDecomposePathTextPrimitive() local
756 aRetvalA.append(aOutlines); in impDecomposePathTextPrimitive()
774 const drawinglayer::primitive2d::Primitive2DContainer aOutlines( in impDecomposePathTextPrimitive() local
779 aRetvalB.append(aOutlines); in impDecomposePathTextPrimitive()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dexporter_vrml.h155 void ExportVrmlPolygonSet( VRML_LAYER* aVlayer, const SHAPE_POLY_SET& aOutlines );
H A Dexport_vrml.cpp551 void EXPORTER_PCB_VRML::ExportVrmlPolygonSet( VRML_LAYER* aVlayer, const SHAPE_POLY_SET& aOutlines ) in ExportVrmlPolygonSet() argument
555 for( int icnt = 0; icnt < aOutlines.OutlineCount(); icnt++ ) in ExportVrmlPolygonSet()
557 const SHAPE_LINE_CHAIN& outline = aOutlines.COutline( icnt ); in ExportVrmlPolygonSet()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_canvas/
H A Dboard_adapter.cpp693 extern bool BuildFootprintPolygonOutlines( BOARD* aBoard, SHAPE_POLY_SET& aOutlines,
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsDisplayList.h2242 nsDisplayList* aOutlines) : in nsDisplayListSet() argument
2248 mOutlines(aOutlines) { in nsDisplayListSet()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsDisplayList.h3448 nsDisplayList* aOutlines) in nsDisplayListSet() argument
3454 mOutlines(aOutlines) {} in nsDisplayListSet()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsDisplayList.h3196 nsDisplayList* aOutlines) in nsDisplayListSet() argument
3202 mOutlines(aOutlines) {} in nsDisplayListSet()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsDisplayList.h3806 nsDisplayList* aOutlines) in nsDisplayListSet() argument
3812 mOutlines(aOutlines) {} in nsDisplayListSet()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsDisplayList.h3806 nsDisplayList* aOutlines) in nsDisplayListSet() argument
3812 mOutlines(aOutlines) {} in nsDisplayListSet()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsDisplayList.h3758 nsDisplayList* aOutlines) in nsDisplayListSet() argument
3764 mOutlines(aOutlines) {} in nsDisplayListSet()