Home
last modified time | relevance | path

Searched refs:strWidth (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp119 float strWidth = (float)35 * multiple; in ShowChars() local
128 (float)(leftPosition + strWidth - 0.5), (float)m_Height); in ShowChars()
135 (float)((leftPosition + 40 * multiple) + strWidth - 0.5), in ShowChars()
155 strWidth = strWidth * m_outputHScale; in ShowChars()
157 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
170 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
184 strWidth = (float)multiple * 7; in ShowChars()
185 strWidth = strWidth * m_outputHScale; in ShowChars()
187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars()
200 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()
DBC_OnedEAN13Writer.cpp153 int32_t strWidth = multiple * 42; in ShowChars() local
157 (float)(leftPosition + strWidth - 0.5), (float)m_Height); in ShowChars()
163 (float)(leftPosition + 47 * multiple + strWidth - 0.5), (float)m_Height); in ShowChars()
178 strWidth = (int32_t)(strWidth * m_outputHScale); in ShowChars()
180 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
194 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
209 strWidth = multiple * 7; in ShowChars()
210 strWidth = (int32_t)(strWidth * m_outputHScale); in ShowChars()
212 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
DBC_OnedEAN8Writer.cpp152 int32_t strWidth = 7 * multiple * 4; in ShowChars() local
160 (float)(leftPosition + strWidth - 0.5), (float)m_Height); in ShowChars()
167 (float)(leftPosition + 33 * multiple + strWidth - 0.5), (float)m_Height); in ShowChars()
171 strWidth = (int32_t)(strWidth * m_outputHScale); in ShowChars()
173 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
186 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()