Home
last modified time | relevance | path

Searched refs:TextGetColorUChar (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DText.h108 void TextGetColorUChar(PyMOLGlobals * G, unsigned char *red,
H A DFontGLUT.cpp275 TextGetColorUChar(G, rgba, rgba + 1, rgba + 2, rgba + 3); in RenderOpenGL()
361 TextGetColorUChar(G, rgba, rgba + 1, rgba + 2, rgba + 3); in RenderRay()
H A DFontType.cpp60 TextGetColorUChar(G, rgba, rgba + 1, rgba + 2, rgba + 3); in GenerateCharFngrprnt()
65 TextGetColorUChar(G, rgba, rgba + 1, rgba + 2, rgba + 3); in GenerateCharFngrprnt()
H A DText.cpp371 void TextGetColorUChar(PyMOLGlobals * G, unsigned char *red, in TextGetColorUChar() function