Searched refs:fFontSize (Results 1 - 25 of 55) sorted by relevance

123

/external/pdfium/core/fpdfdoc/
H A Dcpvt_word.h26 FX_FLOAT fFontSize; member in class:CPVT_Word
37 fFontSize(0.0f) {}
H A Dctypeset.h21 CFX_SizeF GetEditSize(FX_FLOAT fFontSize);
26 void SplitLines(bool bTypeset, FX_FLOAT fFontSize);
H A Dcpvt_wordprops.h17 fFontSize(0.0f),
33 fFontSize(fontSize),
42 fFontSize(other.fFontSize),
50 FX_FLOAT fFontSize; member in struct:CPVT_WordProps
H A Dcpdf_defaultappearance.h32 void GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize);
H A Dcpdf_variabletext.h99 void SetFontSize(FX_FLOAT fFontSize) { m_fFontSize = fFontSize; } argument
190 FX_FLOAT fFontSize,
193 FX_FLOAT GetWordAscent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize);
194 FX_FLOAT GetWordDescent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize);
199 FX_FLOAT GetFontAscent(int32_t nFontIndex, FX_FLOAT fFontSize);
200 FX_FLOAT GetFontDescent(int32_t nFontIndex, FX_FLOAT fFontSize);
219 bool IsBigger(FX_FLOAT fFontSize) const;
H A Dcsection.h36 CFX_SizeF GetSectionSize(FX_FLOAT fFontSize);
H A Dcpvt_generateap.h71 FX_FLOAT fFontSize);
H A Dcpdf_defaultappearance.cpp40 FX_FLOAT& fFontSize) {
42 fFontSize = 0;
50 fFontSize = FX_atof(syntax.GetWord());
39 GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize) argument
H A Dcpdf_variabletext.cpp183 word.fFontSize = m_pVT->GetWordFontSize(*pWord);
789 FX_FLOAT fFontSize,
791 return (GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale +
812 FX_FLOAT fFontSize) {
813 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * kFontScale;
817 FX_FLOAT fFontSize) {
818 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * kFontScale;
822 FX_FLOAT fFontSize) {
823 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize);
827 FX_FLOAT fFontSize) {
784 GetWordWidth(int32_t nFontIndex, uint16_t Word, uint16_t SubWord, FX_FLOAT fCharSpace, int32_t nHorzScale, FX_FLOAT fFontSize, FX_FLOAT fWordTail) argument
811 GetFontAscent(int32_t nFontIndex, FX_FLOAT fFontSize) argument
816 GetFontDescent(int32_t nFontIndex, FX_FLOAT fFontSize) argument
821 GetWordAscent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize) argument
826 GetWordDescent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize) argument
[all...]
/external/pdfium/xfa/fde/
H A Dcfde_txtedttextset.cpp41 return m_pPage->GetEngine()->GetEditParams()->fFontSize;
66 tr.fFontSize = pTextParams->fFontSize;
89 tr.fFontSize = pTextParams->fFontSize;
H A Dfde_gedevice.h46 FX_FLOAT fFontSize,
107 FX_FLOAT fFontSize,
113 FX_FLOAT fFontSize,
H A Dfde_render.cpp122 FX_FLOAT fFontSize = pTextSet->GetFontSize(); local
126 fFontSize, &m_Transform);
H A Difde_txtedtengine.h84 FX_FLOAT fFontSize; member in struct:FDE_TXTEDTPARAMS
H A Dfde_gedevice.cpp127 FX_FLOAT fFontSize,
170 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize,
173 m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize,
190 m_pDevice->DrawNormalText(iCurCount, pCurCP, &FxFont, -fFontSize,
195 return m_pDevice->DrawNormalText(iCurCount, pCurCP, pFxFont, -fFontSize,
123 DrawString(CFDE_Brush* pBrush, const CFX_RetainPtr<CFGAS_GEFont>& pFont, const FXTEXT_CHARPOS* pCharPos, int32_t iCount, FX_FLOAT fFontSize, const CFX_Matrix* pMatrix) argument
/external/pdfium/xfa/fxfa/app/
H A Dxfa_textpiece.h35 FX_FLOAT fFontSize; member in class:XFA_TextPiece
H A Dcxfa_textparser.cpp70 FX_FLOAT fFontSize = 10; local
73 fFontSize = font.GetFontSize();
75 m_pSelector->SetDefFontSize(fFontSize);
110 FX_FLOAT fFontSize = 10; local
147 fFontSize = font.GetFontSize();
162 pStyle->SetFontSize(fFontSize);
491 FX_FLOAT fFontSize = GetFontSize(pTextProvider, pStyle); local
493 fLineHeight = fFontSize;
495 fLineHeight = std::min(fLineHeight, fFontSize);
H A Dxfa_ffwidgetacc.cpp738 FX_FLOAT fFontSize = 10.0f; local
740 fFontSize = font.GetFontSize();
742 fFontSize = widgetfont.GetFontSize();
745 szCap.height = fCapReserve > 0 ? fCapReserve : fFontSize;
748 szCap.height = fFontSize;
833 FX_FLOAT fFontSize = GetFontSize(); local
837 size.height += fFontSize;
853 pTextOut->SetFontSize(fFontSize);
854 pTextOut->SetLineBreakTolerance(fFontSize * 0.2f);
1239 FX_FLOAT fFontSize local
1513 FX_FLOAT fFontSize = 10.0f; local
[all...]
/external/pdfium/xfa/fde/css/
H A Dcfde_cssstyleselector.h33 void SetDefFontSize(FX_FLOAT fFontSize);
71 FX_FLOAT fFontSize);
H A Dcfde_cssstyleselector.cpp30 void CFDE_CSSStyleSelector::SetDefFontSize(FX_FLOAT fFontSize) { argument
31 ASSERT(fFontSize > 0);
32 m_fDefFontSize = fFontSize;
188 FX_FLOAT& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize; local
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);
477 SetLengthWithPercent( FDE_CSSLength& width, FDE_CSSPrimitiveType eType, const CFX_RetainPtr<CFDE_CSSValue>& pValue, FX_FLOAT fFontSize) argument
[all...]
H A Dcfde_csscomputedstyle.cpp73 void CFDE_CSSComputedStyle::SetFontSize(FX_FLOAT fFontSize) { argument
74 m_InheritedData.m_fFontSize = fFontSize;
H A Dcfde_csscomputedstyle.h69 void SetFontSize(FX_FLOAT fFontSize);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp34 SetFontSize(GetCreationParam().fFontSize);
124 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) { argument
125 m_pEdit->SetFontSize(fFontSize);
431 FX_FLOAT fFontSize = GetFontSize(); local
438 fFontSize = word.fFontSize;
441 fFontSize = section.WordProps.fFontSize;
445 return fFontSize;
H A DPWL_ListBox.h73 void SetFontSize(FX_FLOAT fFontSize) override;
/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp117 void CFX_TxtBreak::SetFontSize(FX_FLOAT fFontSize) { argument
118 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
1161 FX_FLOAT fFontSize = pTxtRun->fFontSize; local
1162 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
1166 FX_FLOAT fFontHeight = fFontSize;
1183 fX += (rtText.width - fFontSize) / 2.0f;
1190 fYBase = rtText.top + (rtText.height - fFontSize) / 2.0f;
1384 fCharWidth = fFontSize * iCharWidth / 1000.0f;
1385 fCharHeight = fFontSize * iCharHeigh
1527 FX_FLOAT fFontSize = pTxtRun->fFontSize; local
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp591 FX_FLOAT fFontSize = 0.0f; local
592 pDa.GetFont(csFont, fFontSize);
594 return fFontSize;
932 FX_FLOAT fFontSize = 12.0f; local
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);
1372 FX_FLOAT fFontSize = GetFontSize(); local
1373 if (IsFloatZero(fFontSize))
1431 FX_FLOAT fFontSize = GetFontSize(); local
1533 FX_FLOAT fFontSize = GetFontSize(); local
[all...]

Completed in 195 milliseconds

123