Searched refs:CalcTextInfo (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 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() 187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars() 200 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 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() 212 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 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()
|
D | BC_OneDimWriter.cpp | 131 void CBC_OneDimWriter::CalcTextInfo(const ByteString& text, in CalcTextInfo() function in CBC_OneDimWriter 227 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars()
|
D | BC_OneDimWriter.h | 57 virtual void CalcTextInfo(const ByteString& text,
|