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

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

Completed in 230 milliseconds