Searched refs:is_xchar2b (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omTextEsc.c | 98 Bool is_xchar2b, 106 if(is_xchar2b) { 139 Bool is_xchar2b; local in function:TextWidthWithFontSet 146 is_xchar2b = font_set->is_xchar2b; 150 is_xchar2b, FONTSCOPE); 182 if (is_xchar2b) { 195 is_xchar2b, VMAP); 204 &ptr_len, is_xchar2b, 214 if(is_xchar2b) 95 escapement_vertical(XOC oc,XFontStruct * font,Bool is_xchar2b,XPointer text,int length) argument 248 Bool is_xchar2b; local in function:_XomGenericTextEscapement [all...] |
| H A D | omText.c | 100 Bool is_xchar2b, 114 if (is_xchar2b) { 174 Bool is_xchar2b; local in function:DrawStringWithFontSet 181 is_xchar2b = fs->is_xchar2b; 185 ptr,length,&ptr_len,is_xchar2b,FONTSCOPE); 210 if (is_xchar2b) { 224 ptr,length,&ptr_len,is_xchar2b,VMAP); 233 ptr,length,&ptr_len,is_xchar2b,VROTATE); 242 if(is_xchar2b) 94 draw_vertical(Display * dpy,Drawable d,XOC oc,GC gc,XFontStruct * font,Bool is_xchar2b,int x,int y,XPointer text,int length) argument 294 Bool is_xchar2b; local in function:_XomGenericDrawString [all...] |
| H A D | omTextExt.c | 44 Bool is_xchar2b; local in function:_XomGenericTextExtents 60 args[1] = (XPointer) &is_xchar2b; 71 if (is_xchar2b)
|
| H A D | omTextPer.c | 48 Bool is_xchar2b; local in function:_XomGenericTextPerCharExtents 65 args[1] = (XPointer) &is_xchar2b; 94 if (is_xchar2b) { 103 if (is_xchar2b) {
|
| H A D | omXChar.c | 298 font_set->is_xchar2b = True; 300 font_set->is_xchar2b = False; 345 if (font_set->is_xchar2b) 351 *((Bool *) args[1]) = font_set->is_xchar2b;
|
| H A D | omGeneric.c | 277 font_set->is_xchar2b = True; 279 font_set->is_xchar2b = False;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XomGeneric.h | 122 Bool is_xchar2b; member in struct:_FontSetRec
|
Completed in 7 milliseconds