Home
last modified time | relevance | path

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

/dports/graphics/grx/grx249/src/text/
H A Dpropwdt.c26 wdt += GrFontCharWidth(font,GR_TEXTSTR_CODE(txp,type)); in GrProportionalTextWidth()
H A Ddrawstrg.c90 int chr = GR_TEXTSTR_CODE(text,type); in _GrDrawString()
/dports/graphics/grx/grx249/include/
H A Dgrx20.h950 #define GR_TEXTSTR_CODE(pt,ty) (((ty) == GR_WORD_TEXT) ? ((unsigned short *)(pt))[0] : ((unsigned … macro