Home
last modified time | relevance | path

Searched refs:m_TxtColor (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.h40 void SetTextColor(FX_ARGB color) { m_TxtColor = color; } in SetTextColor()
99 FX_ARGB m_TxtColor; variable
Dcfde_textout.cpp135 m_TxtColor(0xFF000000), in CFDE_TextOut()
317 CFDE_TextOut::DrawString(device, m_TxtColor, m_pFont, m_CharPos.data(), in DrawLogicText()