Searched refs:m_outputHScale (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 112 CFX_Matrix matr(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 118 CFX_Matrix matr1(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 125 CFX_Matrix matr2(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 131 CFX_Matrix matr3(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 137 float strWidth = kWidth * m_outputHScale; in ShowChars() 142 kLeftPosition * m_outputHScale, in ShowChars() 154 (kLeftPosition + 40) * m_outputHScale, in ShowChars() 163 strWidth = 7 * m_outputHScale; in ShowChars() 179 (kLeftPosition + 85) * m_outputHScale, in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 132 CFX_Matrix matr(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 140 CFX_Matrix matr1(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 144 CFX_Matrix matr2(m_outputHScale, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f); in ShowChars() 153 int32_t strWidth = static_cast<int32_t>(kWidth * m_outputHScale); in ShowChars() 159 kLeftPosition * m_outputHScale, in ShowChars() 172 (kLeftPosition + 47) * m_outputHScale, in ShowChars() 181 strWidth = 7 * static_cast<int32_t>(strWidth * m_outputHScale); in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 132 CFX_Matrix matr(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 138 CFX_Matrix matr1(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() 144 int32_t strWidth = static_cast<int32_t>(kWidth * m_outputHScale); in ShowChars() 150 kLeftPosition * m_outputHScale, in ShowChars() 163 (kLeftPosition + 33) * m_outputHScale, in ShowChars()
|
D | BC_OneDimWriter.cpp | 241 CFX_Matrix scaledMatrix(m_outputHScale, 0.0, 0.0, in RenderDeviceResult() 264 m_outputHScale = in RenderResult()
|
D | BC_OneDimWriter.h | 96 float m_outputHScale; variable
|