Lines Matching refs:chars
107 int count, char *chars);
109 int count, unsigned short *chars);
111 int count, char *chars);
113 int count, unsigned short *chars);
1176 int x, int y, int count, char *chars) in RootlessImageText8() argument
1209 pGC->ops->ImageText8(dst, pGC, x, y, count, chars); in RootlessImageText8()
1216 pGC->ops->ImageText8(dst, pGC, x, y, count, chars); in RootlessImageText8()
1226 int x, int y, int count, char *chars) in RootlessPolyText8() argument
1235 width = pGC->ops->PolyText8(dst, pGC, x, y, count, chars); in RootlessPolyText8()
1267 int x, int y, int count, unsigned short *chars) in RootlessImageText16() argument
1300 pGC->ops->ImageText16(dst, pGC, x, y, count, chars); in RootlessImageText16()
1307 pGC->ops->ImageText16(dst, pGC, x, y, count, chars); in RootlessImageText16()
1317 int x, int y, int count, unsigned short *chars) in RootlessPolyText16() argument
1326 width = pGC->ops->PolyText16(dst, pGC, x, y, count, chars); in RootlessPolyText16()