Searched refs:FDE_TTOSTYLE_Strikeout (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fde/tto/ | ||
D | fde_textout.h | 22 #define FDE_TTOSTYLE_Strikeout 0x0002 macro |
D | fde_textout.cpp | 768 bool bStrikeOut = !!(m_dwStyles & FDE_TTOSTYLE_Strikeout); in DrawLine() |