/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/ |
H A D | DrawText.cpp | 86 getStringRects(str, rects, draw_modes, draw_chars); in drawString() 97 getStringRects(label, orient, rects, draw_modes, draw_chars); in drawString() 109 getStringRects(label, orient, rects, draw_modes, draw_chars); in adjustLineForString() 144 getStringRects(label, orient, rects, draw_modes, draw_chars); in drawStringRects() 179 getStringRects(label, orient, rects, draw_modes, draw_chars); in doesRectIntersect() 206 getStringRects(label, orient, rects, draw_modes, draw_chars); in doesLineIntersect() 249 getStringRects(label1, orient1, rects1, draw_modes1, draw_chars1); in doesStringIntersect() 264 getStringRects(label2, orient2, rects2, draw_modes2, draw_chars2); in doesStringIntersect() 296 getStringRects(label, orient, rects, draw_modes, to_draw, dontSplit); in getStringExtremes() 523 getStringRects(new_lab, rects, draw_modes, draw_chars); in getStringRects() [all …]
|
H A D | DrawText.h | 79 void getStringRects(const std::string &text, OrientType orient, 158 virtual void getStringRects(const std::string &text,
|
H A D | DrawTextJS.h | 39 void getStringRects(const std::string &text,
|
H A D | DrawTextCairo.h | 39 void getStringRects(const std::string &text,
|
H A D | DrawTextSVG.h | 38 void getStringRects(const std::string &text,
|
H A D | DrawTextFT.h | 71 void getStringRects(const std::string &text,
|
H A D | DrawTextCairo.cpp | 45 void DrawTextCairo::getStringRects(const string &text, in getStringRects() function in RDKit::DrawTextCairo
|
H A D | DrawTextJS.cpp | 41 void DrawTextJS::getStringRects(const std::string &text, in getStringRects() function in RDKit::DrawTextJS
|
H A D | DrawTextSVG.cpp | 66 void DrawTextSVG::getStringRects( in getStringRects() function in RDKit::DrawTextSVG
|
H A D | DrawTextFT.cpp | 131 void DrawTextFT::getStringRects(const std::string &text, in getStringRects() function in RDKit::DrawTextFT
|
H A D | MolDraw2D.cpp | 1979 text_drawer_->getStringRects(note, OrientType::N, rects, draw_modes, in calcAnnotationPosition() 2050 text_drawer_->getStringRects(note, OrientType::N, rects, draw_modes, in calcAnnotationPosition() 2120 text_drawer_->getStringRects(note, OrientType::N, rects, draw_modes, in calcAtomAnnotationPosition()
|
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/Qt/ |
H A D | DrawTextQt.h | 36 void getStringRects(const std::string &text,
|
H A D | DrawTextQt.cpp | 48 void DrawTextQt::getStringRects(const string &text, in getStringRects() function in RDKit::DrawTextQt
|