Home | History | Annotate | Download | only in generic

Lines Matching refs:oc

46     XOC         oc,
49 XOCGenericPart *gen = XOC_GENERIC(oc);
71 XOC oc,
74 XOCGenericPart *gen = XOC_GENERIC(oc);
96 XOC oc,
108 if(is_rotate(oc, font) == True) {
117 if(is_rotate(oc, font) == True) {
132 XOC oc,
179 switch(oc->core.orientation) {
202 if(is_codemap(oc, fd->font) == False) {
218 escapement += escapement_vertical(oc, font, is_xchar2b,
241 XOC oc,
257 conv = _XomInitConverter(oc, type);
269 if (_XomConvert(oc, conv, (XPointer *) &text, &length,
275 escapement += TextWidthWithFontSet(font_set, oc,
284 _XmbGenericTextEscapement(XOC oc, _Xconst char *text, int length)
286 return _XomGenericTextEscapement(oc, XOMMultiByte, (XPointer) text, length);
290 _XwcGenericTextEscapement(XOC oc, _Xconst wchar_t *text, int length)
292 return _XomGenericTextEscapement(oc, XOMWideChar, (XPointer) text, length);
296 _Xutf8GenericTextEscapement(XOC oc, _Xconst char *text, int length)
298 return _XomGenericTextEscapement(oc, XOMUtf8String, (XPointer) text,