Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp158 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
171 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
188 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars()
201 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()
DBC_OnedEAN13Writer.cpp172 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
186 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
204 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
DBC_OnedEAN8Writer.cpp164 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
177 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
DBC_OneDimWriter.cpp107 void CBC_OneDimWriter::CalcTextInfo(const ByteString& text, in CalcTextInfo() function in CBC_OneDimWriter
201 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars()
DBC_OneDimWriter.h70 void CalcTextInfo(const ByteString& text,