Home
last modified time | relevance | path

Searched refs:aConvert (Results 1 – 25 of 33) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dlib_symbol.cpp531 if( aConvert && shape.m_convert && ( shape.m_convert != aConvert ) ) in Print()
546 if( aConvert && item.m_convert && ( item.m_convert != aConvert ) ) in Print()
603 if( aConvert && shape.m_convert && ( shape.m_convert != aConvert ) ) in Plot()
622 if( aConvert && item.m_convert && ( item.m_convert != aConvert ) ) in Plot()
654 if( aConvert && item.m_convert && ( item.m_convert != aConvert ) ) in PlotLibFields()
760 if( aConvert && item.m_convert && ( item.m_convert != aConvert ) ) in GetPins()
772 GetPins( pinList, aUnit, aConvert ); in GetPin()
868 if( item.m_convert > 0 && aConvert > 0 && aConvert != item.m_convert ) in GetUnitBoundingBox()
910 if( item.m_convert > 0 && aConvert > 0 && aConvert != item.m_convert ) in GetBodyBoundingBox()
1164 || ( aConvert && item.m_convert && aConvert != item.m_convert ) in LocateDrawItem()
[all …]
H A Dlib_symbol.h206 const EDA_RECT GetUnitBoundingBox( int aUnit, int aConvert ) const;
218 const EDA_RECT GetBodyBoundingBox( int aUnit, int aConvert, bool aIncludePins ) const;
315 int aMulti, int aConvert, const LIB_SYMBOL_OPTIONS& aOpts );
328 void Plot( PLOTTER* aPlotter, int aUnit, int aConvert, const wxPoint& aOffset,
341 void PlotLibFields( PLOTTER* aPlotter, int aUnit, int aConvert, const wxPoint& aOffset,
401 void GetPins( LIB_PINS& aList, int aUnit = 0, int aConvert = 0 ) const;
413 LIB_PIN* GetPin( const wxString& aNumber, int aUnit = 0, int aConvert = 0 ) const;
464 LIB_ITEM* LocateDrawItem( int aUnit, int aConvert, KICAD_T aType, const wxPoint& aPoint );
476 LIB_ITEM* LocateDrawItem( int aUnit, int aConvert, KICAD_T aType, const wxPoint& aPoint,
668 std::vector<LIB_ITEM*> GetUnitDrawItems( int aUnit, int aConvert );
H A Dee_collectors.cpp136 int aUnit, int aConvert ) in Collect() argument
142 m_Convert = aConvert; in Collect()
196 const wxPoint& aPos, int aUnit, int aConvert ) in Collect() argument
202 m_Convert = aConvert; in Collect()
H A Dlib_item.h64 LIB_ITEM( KICAD_T aType, LIB_SYMBOL* aSymbol = nullptr, int aUnit = 0, int aConvert = 0 );
260 void SetConvert( int aConvert ) { m_convert = aConvert; } in SetConvert() argument
H A Dgetpart.cpp48 int aUnit, int aConvert ) in PickSymbolFromLibBrowser() argument
67 viewer->SetUnitAndConvert( aUnit, aConvert ); in PickSymbolFromLibBrowser()
93 bool aUseLibBrowser, int aUnit, int aConvert, in PickSymbolFromLibTree() argument
163 DIALOG_CHOOSE_SYMBOL dlg( this, dialogTitle, adapter, aConvert, aAllowFields, aShowFootprints, in PickSymbolFromLibTree()
H A Dee_collectors.h85 int aUnit = 0, int aConvert = 0 );
99 int aUnit = 0, int aConvert = 0 );
H A Dlib_item.cpp35 LIB_ITEM::LIB_ITEM( KICAD_T aType, LIB_SYMBOL* aSymbol, int aUnit, int aConvert ) : in LIB_ITEM() argument
38 m_convert( aConvert ) in LIB_ITEM()
H A Dproject_rescue.h139 LIB_SYMBOL* aLibCandidate, int aUnit = 0, int aConvert = 0 );
174 int aUnit = 0, int aConvert = 0 );
209 int aUnit = 0, int aConvert = 0 );
H A Dproject_rescue.cpp125 int aConvert ) in RESCUE_CASE_CANDIDATE() argument
131 m_convert = aConvert; in RESCUE_CASE_CANDIDATE()
223 int aConvert ) in RESCUE_CACHE_CANDIDATE() argument
230 m_convert = aConvert; in RESCUE_CACHE_CANDIDATE()
348 int aConvert ) : RESCUE_CANDIDATE() in RESCUE_SYMBOL_LIB_TABLE_CANDIDATE() argument
356 m_convert = aConvert; in RESCUE_SYMBOL_LIB_TABLE_CANDIDATE()
H A Dsch_base_frame.h161 int aConvert,
193 int aUnit, int aConvert );
H A Dsymbol_viewer_frame.h134 void SetUnitAndConvert( int aUnit, int aConvert );
H A Dsymbol_viewer_frame.cpp318 void SYMBOL_VIEWER_FRAME::SetUnitAndConvert( int aUnit, int aConvert ) in SetUnitAndConvert() argument
321 m_convert = aConvert > 0 ? aConvert : LIB_ITEM::LIB_CONVERT::BASE; in SetUnitAndConvert()
H A Dsch_painter.h153 int aConvert = 0 );
H A Dlib_pin.h159 int aConvert, const wxPoint& aPos, int aUnit );
H A Dsch_painter.cpp446 …H_PAINTER::draw( const LIB_SYMBOL *aSymbol, int aLayer, bool aDrawFields, int aUnit, int aConvert ) in draw() argument
451 if( !aConvert ) in draw()
452 aConvert = m_schSettings.m_ShowConvert; in draw()
471 if( aConvert && item.GetConvert() && aConvert != item.GetConvert() ) in draw()
H A Dsch_symbol.h225 void SetConvert( int aConvert );
H A Dsch_symbol.cpp349 void SCH_SYMBOL::SetConvert( int aConvert ) in SetConvert() argument
351 if( m_convert != aConvert ) in SetConvert()
353 m_convert = aConvert; in SetConvert()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/widgets/
H A Dsymbol_preview_widget.cpp166 void SYMBOL_PREVIEW_WIDGET::DisplaySymbol( const LIB_ID& aSymbolID, int aUnit, int aConvert ) in DisplaySymbol() argument
205 ( m_previewItem->HasConversion() && aConvert == 0 ) ? 1 : aConvert; in DisplaySymbol()
228 void SYMBOL_PREVIEW_WIDGET::DisplayPart( LIB_SYMBOL* aSymbol, int aUnit, int aConvert ) in DisplayPart() argument
252 ( m_previewItem->HasConversion() && aConvert == 0 ) ? 1 : aConvert; in DisplayPart()
H A Dsymbol_preview_widget.h59 void DisplaySymbol( const LIB_ID& aSymbolID, int aUnit, int aConvert = 0 );
61 void DisplayPart( LIB_SYMBOL* aSymbol, int aUnit, int aConvert = 0 );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/symbol_editor/
H A Dsymbol_edit_frame.h225 void SetConvert( int aConvert ) { m_convert = aConvert; } in SetConvert() argument
281 bool LoadSymbol( const LIB_ID& aLibId, int aUnit, int aConvert );
418 bool LoadSymbolFromCurrentLib( const wxString& aAliasName, int aUnit = 0, int aConvert = 0 );
431 int aConvert );
H A Dsymbol_editor.cpp252 bool SYMBOL_EDIT_FRAME::LoadSymbol( const LIB_ID& aLibId, int aUnit, int aConvert ) in LoadSymbol() argument
256 && GetUnit() == aUnit && GetConvert() == aConvert ) in LoadSymbol()
275 if( LoadSymbolFromCurrentLib( aLibId.GetLibItemName(), aUnit, aConvert ) ) in LoadSymbol()
298 int aConvert ) in LoadSymbolFromCurrentLib() argument
317 if( !alias || !LoadOneLibrarySymbolAux( alias, GetCurLib(), aUnit, aConvert ) ) in LoadSymbolFromCurrentLib()
335 int aUnit, int aConvert ) in LoadOneLibrarySymbolAux() argument
368 m_convert = aConvert > 0 ? aConvert : 1; in LoadOneLibrarySymbolAux()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/scanner/
H A Dsanedlg.cxx1207 Point aConvert( in GetPixelPos() local
1221 if( aConvert.X() < 0 ) in GetLogicPos()
1222 aConvert.setX( 0 ); in GetLogicPos()
1223 if( aConvert.X() >= PREVIEW_WIDTH ) in GetLogicPos()
1225 if( aConvert.Y() < 0 ) in GetLogicPos()
1226 aConvert.setY( 0 ); in GetLogicPos()
1230 aConvert.setX( aConvert.X() * ( maMaxBottomRight.X() - maMinTopLeft.X() ) ); in GetLogicPos()
1231 aConvert.setX( aConvert.X() / ( PREVIEW_WIDTH) ); in GetLogicPos()
1232 aConvert.setY( aConvert.Y() * ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ); in GetLogicPos()
1233 aConvert.setY( aConvert.Y() / ( PREVIEW_HEIGHT) ); in GetLogicPos()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/scanner/
H A Dsanedlg.cxx1201 Point aConvert( in GetPixelPos() local
1215 if( aConvert.X() < 0 ) in GetLogicPos()
1216 aConvert.setX( 0 ); in GetLogicPos()
1217 if( aConvert.X() >= PREVIEW_WIDTH ) in GetLogicPos()
1219 if( aConvert.Y() < 0 ) in GetLogicPos()
1220 aConvert.setY( 0 ); in GetLogicPos()
1224 aConvert.setX( aConvert.X() * ( maMaxBottomRight.X() - maMinTopLeft.X() ) ); in GetLogicPos()
1225 aConvert.setX( aConvert.X() / ( PREVIEW_WIDTH) ); in GetLogicPos()
1226 aConvert.setY( aConvert.Y() * ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ); in GetLogicPos()
1227 aConvert.setY( aConvert.Y() / ( PREVIEW_HEIGHT) ); in GetLogicPos()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/
H A Dconvert.cxx285 static Convert aConvert; in get() local
286 return aConvert; in get()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/
H A Dconvert.cxx291 static Convert aConvert; in get() local
292 return aConvert; in get()

12