HomeSort by relevance Sort by last modified time
    Searched defs:fFontSize (Results 1 - 23 of 23) sorted by null

  /external/pdfium/core/fpdfdoc/
cpvt_wordprops.h 17 fFontSize(0.0f),
33 fFontSize(fontSize),
42 fFontSize(other.fFontSize),
50 FX_FLOAT fFontSize;
cpvt_word.h 26 FX_FLOAT fFontSize;
37 fFontSize(0.0f) {}
cpdf_formcontrol.cpp 285 FX_FLOAT fFontSize;
286 cDA.GetFont(csFontNameTag, fFontSize);
cpvt_generateap.cpp 57 FX_FLOAT fFontSize = FX_atof(syntax.GetWord());
224 if (IsFloatZero(fFontSize))
227 vt.SetFontSize(fFontSize);
290 if (IsFloatZero(fFontSize))
293 vt.SetFontSize(fFontSize);
382 vt.SetFontSize(IsFloatZero(fFontSize) ? 12.0f : fFontSize);
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_textpiece.h 35 FX_FLOAT fFontSize;
cxfa_textparser.cpp 70 FX_FLOAT fFontSize = 10;
73 fFontSize = font.GetFontSize();
75 m_pSelector->SetDefFontSize(fFontSize);
110 FX_FLOAT fFontSize = 10;
147 fFontSize = font.GetFontSize();
162 pStyle->SetFontSize(fFontSize);
491 FX_FLOAT fFontSize = GetFontSize(pTextProvider, pStyle);
493 fLineHeight = fFontSize;
495 fLineHeight = std::min(fLineHeight, fFontSize);
xfa_fffield.cpp 326 FX_FLOAT fFontSize = m_pDataAcc->GetFontSize();
327 if (rtUi.height < fFontSize) {
328 rtUi.height = fFontSize;
cxfa_textlayout.cpp 151 FX_FLOAT fFontSize = m_textParser.GetFontSize(m_pTextProvider, nullptr);
152 m_pBreak->SetFontSize(fFontSize);
154 m_pBreak->SetLineBreakTolerance(fFontSize * 0.2f);
233 FX_FLOAT fFontSize = m_textParser.GetFontSize(m_pTextProvider, pStyle);
234 m_pBreak->SetFontSize(fFontSize);
235 m_pBreak->SetLineBreakTolerance(fFontSize * 0.2f);
    [all...]
xfa_ffwidgetacc.cpp 738 FX_FLOAT fFontSize = 10.0f;
740 fFontSize = font.GetFontSize();
742 fFontSize = widgetfont.GetFontSize();
745 szCap.height = fCapReserve > 0 ? fCapReserve : fFontSize;
748 szCap.height = fFontSize;
833 FX_FLOAT fFontSize = GetFontSize();
837 size.height += fFontSize;
853 pTextOut->SetFontSize(fFontSize);
854 pTextOut->SetLineBreakTolerance(fFontSize * 0.2f);
    [all...]
  /external/pdfium/xfa/fde/
fde_render.cpp 122 FX_FLOAT fFontSize = pTextSet->GetFontSize();
126 fFontSize, &m_Transform);
ifde_txtedtengine.h 84 FX_FLOAT fFontSize;
  /external/pdfium/xfa/fde/css/
cfde_cssstyleselector.cpp 30 void CFDE_CSSStyleSelector::SetDefFontSize(FX_FLOAT fFontSize) {
31 ASSERT(fFontSize > 0);
32 m_fDefFontSize = fFontSize;
188 FX_FLOAT& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize;
190 fFontSize = pValue.As<CFDE_CSSNumberValue>()->Apply(fFontSize);
192 fFontSize =
193 ToFontSize(pValue.As<CFDE_CSSEnumValue>()->Value(), fFontSize);
481 FX_FLOAT fFontSize) {
490 FX_FLOAT fValue = v->Apply(fFontSize);
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 34 SetFontSize(GetCreationParam().fFontSize);
124 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) {
125 m_pEdit->SetFontSize(fFontSize);
431 FX_FLOAT fFontSize = GetFontSize();
438 fFontSize = word.fFontSize;
441 fFontSize = section.WordProps.fFontSize;
445 return fFontSize;
PWL_Edit.cpp 554 FX_FLOAT fFontSize = GetCharArrayAutoFontSize(
556 if (fFontSize > 0.0f) {
558 m_pEdit->SetFontSize(fFontSize);
PWL_Wnd.h 185 fFontSize = 0.0f;
207 FX_FLOAT fFontSize; // optional
272 virtual void SetFontSize(FX_FLOAT fFontSize);
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 41 FX_FLOAT fFontSize;
149 void SetFontSize(FX_FLOAT fFontSize);
fgas_rtfbreak.cpp 94 void CFX_RTFBreak::SetFontSize(FX_FLOAT fFontSize) {
95 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
873 FX_FLOAT fFontSize = pText->fFontSize;
874 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
878 FX_FLOAT fFontHeight = fFontSize;
952 fCharWidth = fFontSize * iCharWidth / 1000.0f;
953 fCharHeight = fFontSize * iCharHeight / 1000.0f;
1025 fFontSize(12.0f),
fgas_textbreak.h 105 FX_FLOAT fFontSize;
216 void SetFontSize(FX_FLOAT fFontSize);
fgas_textbreak.cpp 117 void CFX_TxtBreak::SetFontSize(FX_FLOAT fFontSize) {
118 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp     [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 591 FX_FLOAT fFontSize = 0.0f;
592 pDa.GetFont(csFont, fFontSize);
594 return fFontSize;
932 FX_FLOAT fFontSize = 12.0f;
942 da.GetFont(csNameTag, fFontSize);
1002 pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout);
1023 pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize,
1059 pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout);
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 46 FX_FLOAT fFontSize) {
51 if (sFontAlias.GetLength() <= 0 || fFontSize <= 0)
55 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
62 FX_FLOAT fFontSize,
78 CPDF_TextRenderer::DrawTextString(pDevice, pos.x, pos.y, pFont, fFontSize,
85 CPDF_TextRenderer::DrawTextString(pDevice, pos.x, pos.y, pFont, fFontSize,
631 word.fFontSize);
654 word.fFontSize);
729 FX_FLOAT fFontSize = pEdit->GetFontSize();
801 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.cpp     [all...]

Completed in 506 milliseconds