Searched refs:vrotate (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomTextEsc.c51 VRotate vrotate; local in function:is_rotate
58 if((font_set->vrotate_num > 0) && (font_set->vrotate != NULL)) {
59 vrotate = font_set->vrotate;
61 for( ; vrotate_num-- ; vrotate++)
62 if(vrotate->font == font)
H A DomGeneric.c96 VRotate vrotate; local in function:init_vrotate
102 vrotate = Xcalloc(font_data_count, sizeof(VRotateRec));
103 if(vrotate == (VRotate) NULL)
107 vrotate[i].charset_name = font_data[i].name;
108 vrotate[i].side = font_data[i].side;
110 vrotate[i].num_cr = code_range_num;
111 vrotate[i].code_range = code_range;
115 return vrotate;
156 /* A vrotate member is specified primary font data */
158 if((font_set->vrotate
1010 VRotate vrotate = font_set->vrotate; local in function:parse_vw
[all...]
H A DomText.c50 VRotate vrotate; local in function:is_rotate
57 if((font_set->vrotate_num > 0) && (font_set->vrotate)) {
58 vrotate = font_set->vrotate;
60 for( ; vrotate_num-- ; vrotate++)
61 if(vrotate->font == font)
H A DomXChar.c136 fontdata = (FontData)fs->vrotate;
/xsrc/external/mit/libX11/dist/src/
H A DXomGeneric.h92 CodeRange vrotate; member in struct:_OMDataRec
131 VRotate vrotate; member in struct:_FontSetRec

Completed in 5 milliseconds