Home
last modified time | relevance | path

Searched refs:GrFontCharAuxBmp (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/grx/grx249/src/text/
H A Dfntinlne.c61 char far *(GrFontCharAuxBmp)(GrFont *font,int chr,int dir,int ul)
63 return(GrFontCharAuxBmp(font,chr,dir,ul));
H A Ddrawstrg.c111 bmp = GrFontCharAuxBmp(f,chr,opt->txo_direct,undl); in _GrDrawString()
H A Ddumptext.c114 bmp = GrFontCharAuxBmp(f,chr,GR_TEXT_RIGHT,undl); in GrDumpText()
/dports/graphics/grx/grx249/include/
H A Dgrx20.h1056 char far *GrFontCharAuxBmp(GrFont *font,int chr,int dir,int ul);
1135 #define GrFontCharAuxBmp(f,ch,dir,ul) ( \ macro
/dports/graphics/grx/grx249/pascal/
H A Dgrx.pas714 function GrFontCharAuxBmp(var Font: GrFont; Chr, Dir, ul: CInteger): MemPtr; asmname 'GrFontCharAu… in GrFontCharAuxBmp() function