Home
last modified time | relevance | path

Searched refs:m_fontColor (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp147 affine_matrix1, m_fontColor, GetTextRenderOptions()); in ShowChars()
159 affine_matrix1, m_fontColor, GetTextRenderOptions()); in ShowChars()
172 m_fontColor, GetTextRenderOptions()); in ShowChars()
184 affine_matrix1, m_fontColor, GetTextRenderOptions()); in ShowChars()
DBC_OnedEAN13Writer.cpp164 affine_matrix1, m_fontColor, GetTextRenderOptions()); in ShowChars()
177 affine_matrix1, m_fontColor, GetTextRenderOptions()); in ShowChars()
191 m_fontColor, GetTextRenderOptions()); in ShowChars()
DBC_OnedEAN8Writer.cpp155 m_fontColor, GetTextRenderOptions()); in ShowChars()
168 m_fontColor, GetTextRenderOptions()); in ShowChars()
DBC_OneDimWriter.cpp85 m_fontColor = color; in SetFontColor()
172 m_fontColor, GetTextRenderOptions()); in ShowDeviceChars()
DBC_OneDimWriter.h88 uint32_t m_fontColor = 0xff000000; variable