Home
last modified time | relevance | path

Searched refs:TextDrawCharRepeat (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DText.h123 void TextDrawCharRepeat(PyMOLGlobals * G, char c, int x, int y, int start, int n ORTHOCGOARG);
H A DText.cpp243 void TextDrawCharRepeat(PyMOLGlobals * G, char c, int x, int y, int start, int n ORTHOCGOARG) in TextDrawCharRepeat() function
H A DSeq.cpp536 TextDrawCharRepeat(G, fill_char, xx, y1, col->start, ch_wid ORTHOCGOARGVAR); in draw()