Home
last modified time | relevance | path

Searched refs:bIsSuperscript (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/aux/antiword/
H A Dfontlist.c67 if (bIsSuperscript(pFontBlock->usFontStyle) || in vCorrectFontValues()
H A Dwordconst.h130 #define bIsSuperscript(x) (((x) & FONT_SUPERSCRIPT) == FONT_SUPERSCRIPT) macro
H A Dpostscript.c999 if (bIsSuperscript(usFontstyle) && usFontSizeCurr != 0) { in vPrintPS()
1050 if (bIsSuperscript(usFontstyle) && usFontSizeCurr != 0) { in vPrintPS()
H A Dpdf.c995 if (bIsSuperscript(usFontstyle) && usFontSizeCurr != 0) { in vPrintPDF()
H A Dxml.c828 bSuperscriptNew = bIsSuperscript(usFontstyle); in vPrintXML()
H A Ddraw.c358 if (bIsSuperscript(usFontstyle)) { in vSubstring2Diagram()