HomeSort by relevance Sort by last modified time
    Searched refs:iFontSize (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 146 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
147 int32_t iTextHeight = iFontSize + 1;
189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank);
190 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize);
196 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
202 (FX_FLOAT)(m_Height - iTextHeight + iFontSize));
207 static_cast<FX_FLOAT>(iFontSize), &affine_matrix1,
212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank);
217 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
225 (FX_FLOAT)(m_Height - iTextHeight + iFontSize));
    [all...]
BC_OnedEAN13Writer.cpp 191 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
192 int32_t iTextHeight = iFontSize + 1;
228 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize,
230 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize);
237 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
243 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize);
248 static_cast<FX_FLOAT>(iFontSize), &affine_matrix1,
253 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize,
259 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
267 (FX_FLOAT)(m_Height - iTextHeight + iFontSize));
    [all...]
BC_OnedEAN8Writer.cpp 193 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
194 int32_t iTextHeight = iFontSize + 1;
218 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
220 CFX_Matrix affine_matrix(1.0, 0.0, 0.0, -1.0, 0.0, (FX_FLOAT)iFontSize);
226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
232 (FX_FLOAT)(m_Height - iTextHeight + iFontSize));
235 static_cast<FX_FLOAT>(iFontSize), &affine_matrix1,
240 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize,
247 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
255 (FX_FLOAT)(m_Height - iTextHeight + iFontSize));
    [all...]
BC_OneDimWriter.cpp 208 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
209 int32_t iTextHeight = iFontSize + 1;
219 (FX_FLOAT)(locY + iFontSize));
224 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
235 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
236 int32_t iTextHeight = iFontSize + 1;
242 static_cast<FX_FLOAT>(iFontSize));
244 static_cast<FX_FLOAT>(iFontSize), &affine_matrix,
279 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
280 int32_t iTextHeight = iFontSize + 1
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 118 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
119 if (m_iFontSize == iFontSize)
123 m_iFontSize = iFontSize;
    [all...]
fgas_rtfbreak.cpp 95 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
96 if (m_iFontSize == iFontSize)
100 m_iFontSize = iFontSize;
874 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
921 iCharWidth /= iFontSize;

Completed in 119 milliseconds