Searched defs:note_rect (Results 1 – 3 of 3) sorted by relevance
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/ |
H A D | MolDraw2DSVG.h | 100 const StringRect ¬e_rect) override { in drawAnnotation()
|
H A D | MolDraw2D.cpp | 1958 StringRect note_rect; in calcAnnotationPosition() local 2012 StringRect note_rect; in calcAnnotationPosition() local 2031 StringRect note_rect; in calcAnnotationPosition() local 2416 auto note_rect = calcAnnotationPosition(mol, atom, note); in extractAtomNotes() local 2450 auto note_rect = calcAnnotationPosition(mol, note); in extractMolNotes() local 2474 auto note_rect = calcAnnotationPosition(mol, bond, note); in extractBondNotes() local 3781 StringRect ¬e_rect, const vector<std::shared_ptr<StringRect>> &rects, in doesAtomNoteClash() 3825 const StringRect ¬e_rect, in doesNoteClashNbourBonds() 3888 const StringRect ¬e_rect, in doesNoteClashAtomLabels() 3919 const StringRect ¬e_rect, in doesNoteClashOtherNotes() [all …]
|
H A D | MolDraw2D.h | 894 const StringRect ¬e_rect) { in drawAnnotation()
|