HomeSort by relevance Sort by last modified time
    Searched refs:fFontSize (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/pdfium/xfa/src/fgas/include/
fx_ucd.h 24 FX_FLOAT fFontSize,
30 FX_FLOAT fFontSize,
fx_rbk.h 67 fFontSize = 12.0f;
80 FX_FLOAT fFontSize;
195 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
fx_tbk.h 84 fFontSize = 12;
100 FX_FLOAT fFontSize;
183 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_unicode.cpp 83 FX_FLOAT fFontSize,
101 ptOffset.y = fFontSize * (1000 - rtBBox.height) / 1200.0f;
104 ptOffset.y = fFontSize * (1000 - rtBBox.height) / 6000.0f;
109 ptOffset.x = fFontSize * (600 - rtBBox.right()) / 1000.0f;
112 ptOffset.x = fFontSize * (950 - rtBBox.right()) / 1000.0f;
fx_textbreak.cpp 116 void CFX_TxtBreak::SetFontSize(FX_FLOAT fFontSize) {
117 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
    [all...]
fx_rtfbreak.cpp 111 void CFX_RTFBreak::SetFontSize(FX_FLOAT fFontSize) {
112 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Label.h 31 void SetFontSize(FX_FLOAT fFontSize) override;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 167 fFontSize(0.0f),
182 fFontSize(fontSize),
191 fFontSize(other.fFontSize),
200 FX_FLOAT fFontSize;
220 fFontSize(0),
239 FX_FLOAT fFontSize;
351 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 33 FX_FLOAT fFontSize,
59 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize, &mt,
63 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize, &mt,
79 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize,
83 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize,
159 FX_FLOAT fFontSize = pEdit->GetFontSize();
244 pFontMap->GetPDFFont(nFontIndex), fFontSize,
261 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, pUser2Device,
272 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device,
328 word.WordProps.fFontSize = word.fFontSize
    [all...]
fxet_ap.cpp 48 FX_FLOAT fFontSize) {
54 if (sFontAlias.GetLength() > 0 && fFontSize > 0)
55 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
120 word.nFontIndex, word.fFontSize);
143 word.nFontIndex, word.fFontSize);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 26 SetFontSize(GetCreationParam().fFontSize);
45 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) {
46 m_pEdit->SetFontSize(fFontSize);
PWL_EditCtrl.cpp 41 SetFontSize(GetCreationParam().fFontSize);
136 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) {
137 m_pEdit->SetFontSize(fFontSize);
471 FX_FLOAT fFontSize = GetFontSize();
478 fFontSize = word.fFontSize;
481 fFontSize = section.WordProps.fFontSize;
486 return fFontSize;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.h 37 FX_FLOAT fFontSize,
109 FX_FLOAT fFontSize,
115 FX_FLOAT fFontSize,
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 254 CPVT_Size GetSectionSize(FX_FLOAT fFontSize);
283 CPVT_Size GetEditSize(FX_FLOAT fFontSize);
288 void SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize);
373 void SetFontSize(FX_FLOAT fFontSize) override { m_fFontSize = fFontSize; }
475 FX_FLOAT fFontSize,
479 FX_FLOAT GetWordAscent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize);
480 FX_FLOAT GetWordDescent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize);
487 FX_FLOAT GetFontAscent(int32_t nFontIndex, FX_FLOAT fFontSize);
488 FX_FLOAT GetFontDescent(int32_t nFontIndex, FX_FLOAT fFontSize);
    [all...]
doc_ap.cpp 213 FX_FLOAT fFontSize) {
217 if (sFontAlias.GetLength() > 0 && fFontSize > 0) {
218 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
290 FX_FLOAT fFontSize = FX_atof(syntax.GetWord());
471 if (IsFloatZero(fFontSize)) {
474 vt.SetFontSize(fFontSize);
535 if (IsFloatZero(fFontSize)) {
538 vt.SetFontSize(fFontSize);
625 if (IsFloatZero(fFontSize)) {
628 vt.SetFontSize(fFontSize);
    [all...]
doc_vt.cpp 94 CPVT_Size CSection::GetSectionSize(FX_FLOAT fFontSize) {
95 return CTypeset(this).GetEditSize(fFontSize);
384 CPVT_Size CTypeset::GetEditSize(FX_FLOAT fFontSize) {
387 SplitLines(FALSE, fFontSize);
572 void CTypeset::SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize) {
609 std::max(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize));
611 std::min(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize));
614 m_pVT->m_fCharSpace, m_pVT->m_nHorzScale, fFontSize,
701 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize);
703 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize);
    [all...]
doc_utils.cpp 53 FX_FLOAT& fFontSize) {
55 fFontSize = 0;
63 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord());
633 FX_FLOAT fFontSize;
634 cDA.GetFont(csFontNameTag, fFontSize);
  /external/pdfium/xfa/include/fwl/lightwidget/
theme.h 43 FX_FLOAT fFontSize,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 787 FX_FLOAT fFontSize = 10.0f;
789 fFontSize = font.GetFontSize();
791 fFontSize = widgetfont.GetFontSize();
794 szCap.y = fCapReserve > 0 ? fCapReserve : fFontSize;
797 szCap.y = fFontSize;
884 FX_FLOAT fFontSize = GetFontSize();
888 size.y += fFontSize;
900 pTextOut->SetFontSize(fFontSize);
901 pTextOut->SetLineBreakTolerance(fFontSize * 0.2f);
    [all...]
xfa_textlayout.cpp 105 FX_FLOAT fFontSize = 10;
108 fFontSize = font.GetFontSize();
110 m_pSelector->SetDefFontSize(fFontSize);
138 FX_FLOAT fLineHeight = 0, fFontSize = 10;
174 fFontSize = font.GetFontSize();
190 pFontStyle->SetFontSize(fFontSize);
512 FX_FLOAT fFontSize = GetFontSize(pTextProvider, pStyle);
514 fLineHeight = fFontSize;
516 fLineHeight = std::min(fLineHeight, fFontSize);
805 FX_FLOAT fFontSize = m_textParser.GetFontSize(m_pTextProvider, NULL);
    [all...]
  /external/pdfium/xfa/src/fdp/include/
fde_rdv.h 46 FX_FLOAT fFontSize,
fde_tto.h 41 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 43 FX_FLOAT fFontSize,
47 FX_FLOAT fFontSize,
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 89 fFontSize(10.0f),
108 FX_FLOAT fFontSize;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 122 FX_FLOAT fFontSize,
127 pTheme->SetFont(pWidget, strFont, fFontSize, rgbFont);

Completed in 731 milliseconds

1 2 3