Searched refs:iFontSize (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 123 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 124 int32_t iTextHeight = iFontSize + 1; in ShowChars() 157 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 161 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 165 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars() 170 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 175 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 179 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars() 187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars() 191 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() [all …]
|
D | BC_OnedEAN13Writer.cpp | 150 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 151 int32_t iTextHeight = iFontSize + 1; in ShowChars() 180 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 185 (float)(m_Height - iTextHeight) + iFontSize); in ShowChars() 189 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars() 194 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 200 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 204 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars() 213 iFontSize, blank); in ShowChars() 216 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() [all …]
|
D | BC_OnedEAN8Writer.cpp | 155 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 156 int32_t iTextHeight = iFontSize + 1; in ShowChars() 174 iFontSize, blank); in ShowChars() 178 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 181 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars() 186 CalcTextInfo(tempStr, &charpos[4], 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()
|
D | BC_OneDimWriter.cpp | 186 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars() local 187 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars() 196 (float)(locY + iFontSize)); in ShowDeviceChars() 201 static_cast<float>(iFontSize), &affine_matrix, in ShowDeviceChars() 225 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local 226 int32_t iTextHeight = iFontSize + 1; in ShowChars() 227 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_break.cpp | 87 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in SetFontSize() local 88 if (m_iFontSize == iFontSize) in SetFontSize() 92 m_iFontSize = iFontSize; in SetFontSize()
|
D | cfx_txtbreak.cpp | 659 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetDisplayPos() local 806 iCharWidth /= iFontSize; in GetDisplayPos() 910 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetCharRects() local 946 iCharSize = iFontSize * 500; in GetCharRects()
|
D | cfx_rtfbreak.cpp | 677 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetDisplayPos() local 712 iCharWidth /= iFontSize; in GetDisplayPos()
|