Searched refs:iFontSize (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 124 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 125 int32_t iTextHeight = iFontSize + 1; in ShowChars() 158 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 162 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 166 static_cast<float>(iFontSize), affine_matrix1, in ShowChars() 171 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 176 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 180 static_cast<float>(iFontSize), affine_matrix1, in ShowChars() 188 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars() 192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() [all …]
|
D | BC_OnedEAN13Writer.cpp | 142 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 143 int32_t iTextHeight = iFontSize + 1; in ShowChars() 172 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 177 (float)(m_Height - iTextHeight) + iFontSize); in ShowChars() 181 static_cast<float>(iFontSize), affine_matrix1, in ShowChars() 186 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 196 static_cast<float>(iFontSize), affine_matrix1, in ShowChars() 205 iFontSize, blank); in ShowChars() 208 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() [all …]
|
D | BC_OnedEAN8Writer.cpp | 146 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 147 int32_t iTextHeight = iFontSize + 1; in ShowChars() 165 iFontSize, blank); in ShowChars() 169 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 172 static_cast<float>(iFontSize), affine_matrix1, in ShowChars() 177 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 183 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 187 static_cast<float>(iFontSize), affine_matrix1, in ShowChars()
|
D | BC_OneDimWriter.cpp | 161 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars() local 162 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars() 171 (float)(locY + iFontSize)); in ShowDeviceChars() 176 static_cast<float>(iFontSize), affine_matrix, in ShowDeviceChars() 199 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 200 int32_t iTextHeight = iFontSize + 1; in ShowChars() 201 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_break.cpp | 64 int32_t iFontSize = FXSYS_roundf(fFontSize * 20.0f); in SetFontSize() local 65 if (m_iFontSize == iFontSize) in SetFontSize() 69 m_iFontSize = iFontSize; in SetFontSize()
|
D | cfx_rtfbreak.cpp | 728 int32_t iFontSize = FXSYS_roundf(fFontSize * 20.0f); in GetDisplayPos() local 729 if (iFontSize == 0) in GetDisplayPos() 765 iCharWidth /= iFontSize; in GetDisplayPos()
|
D | cfx_txtbreak.cpp | 675 int32_t iFontSize = FXSYS_roundf(fFontSize * 20.0f); in GetDisplayPos() local 822 iCharWidth /= iFontSize; in GetDisplayPos()
|