Home
last modified time | relevance | path

Searched refs:iFontSize (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp146 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
147 int32_t iTextHeight = iFontSize + 1; in ShowChars()
189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
190 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowChars()
196 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowChars()
202 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
207 static_cast<FX_FLOAT>(iFontSize), &affine_matrix1, in ShowChars()
212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
217 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowChars()
225 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp191 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
192 int32_t iTextHeight = iFontSize + 1; in ShowChars()
228 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
230 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowChars()
237 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowChars()
243 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize); in ShowChars()
248 static_cast<FX_FLOAT>(iFontSize), &affine_matrix1, in ShowChars()
253 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
259 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowChars()
267 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OnedEAN8Writer.cpp193 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
194 int32_t iTextHeight = iFontSize + 1; in ShowChars()
218 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
220 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowChars()
226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize), in ShowChars()
232 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
235 static_cast<FX_FLOAT>(iFontSize), &affine_matrix1, in ShowChars()
240 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
247 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowChars()
255 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OneDimWriter.cpp208 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars() local
209 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars()
219 (FX_FLOAT)(locY + iFontSize)); in ShowDeviceChars()
224 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowDeviceChars()
235 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowBitmapChars() local
236 int32_t iTextHeight = iFontSize + 1; in ShowBitmapChars()
242 static_cast<FX_FLOAT>(iFontSize)); in ShowBitmapChars()
244 static_cast<FX_FLOAT>(iFontSize), &affine_matrix, in ShowBitmapChars()
279 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
280 int32_t iTextHeight = iFontSize + 1; in ShowChars()
[all …]
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp95 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in SetFontSize() local
96 if (m_iFontSize == iFontSize) in SetFontSize()
100 m_iFontSize = iFontSize; in SetFontSize()
874 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetDisplayPos() local
921 iCharWidth /= iFontSize; in GetDisplayPos()
Dfgas_textbreak.cpp118 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in SetFontSize() local
119 if (m_iFontSize == iFontSize) in SetFontSize()
123 m_iFontSize = iFontSize; in SetFontSize()
1162 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetDisplayPos() local
1342 iCharWidth /= iFontSize; in GetDisplayPos()
1528 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetCharRects() local
1570 iCharSize = iFontSize * 500; in GetCharRects()