Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp138 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
139 int32_t iTextHeight = iFontSize + 1; in ShowChars()
181 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
182 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowChars()
188 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
195 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
201 (FX_FLOAT)iFontSize, (CFX_Matrix*)&affine_matrix1, in ShowChars()
207 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
212 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
221 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp177 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
178 int32_t iTextHeight = iFontSize + 1; in ShowChars()
215 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
217 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowChars()
224 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
231 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize); in ShowChars()
237 (FX_FLOAT)iFontSize, (CFX_Matrix*)&affine_matrix1, in ShowChars()
243 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
249 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
258 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OnedEAN8Writer.cpp186 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
187 int32_t iTextHeight = iFontSize + 1; in ShowChars()
211 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
213 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowChars()
220 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
227 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
231 (FX_FLOAT)iFontSize, (CFX_Matrix*)&affine_matrix1, in ShowChars()
237 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
244 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowChars()
253 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OneDimWriter.cpp189 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars() local
190 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars()
200 (FX_FLOAT)(locY + iFontSize)); in ShowDeviceChars()
206 (FX_FLOAT)iFontSize, (CFX_Matrix*)&affine_matrix, in ShowDeviceChars()
216 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowBitmapChars() local
217 int32_t iTextHeight = iFontSize + 1; in ShowBitmapChars()
222 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize); in ShowBitmapChars()
224 CFX_GEModule::Get()->GetFontCache(), (FX_FLOAT)iFontSize, in ShowBitmapChars()
258 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
259 int32_t iTextHeight = iFontSize + 1; in ShowChars()
[all …]
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp112 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in SetFontSize() local
113 if (m_iFontSize == iFontSize) { in SetFontSize()
117 m_iFontSize = iFontSize; in SetFontSize()
1195 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetDisplayPos() local
1258 iCharWidth /= iFontSize; in GetDisplayPos()
1435 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetCharRects() local
1472 iCharSize = iFontSize * 500; in GetCharRects()
Dfx_textbreak.cpp117 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in SetFontSize() local
118 if (m_iFontSize == iFontSize) { in SetFontSize()
122 m_iFontSize = iFontSize; in SetFontSize()
1191 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetDisplayPos() local
1370 iCharWidth /= iFontSize; in GetDisplayPos()
1566 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f); in GetCharRects() local
1608 iCharSize = iFontSize * 500; in GetCharRects()