Searched defs:fFontSize (Results 1 - 25 of 34) sorted by relevance

12

/external/pdfium/core/fpdfdoc/
H A Dcpvt_word.h26 FX_FLOAT fFontSize; member in class:CPVT_Word
37 fFontSize(0.0f) {}
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.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_formcontrol.cpp285 FX_FLOAT fFontSize; local
286 cDA.GetFont(csFontNameTag, 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.cpp68 CFX_SizeF CSection::GetSectionSize(FX_FLOAT fFontSize) { argument
69 return CTypeset(this).GetEditSize(fFontSize);
H A Dctypeset.cpp258 CFX_SizeF CTypeset::GetEditSize(FX_FLOAT fFontSize) { argument
261 SplitLines(false, fFontSize);
274 void CTypeset::SplitLines(bool bTypeset, FX_FLOAT fFontSize) { argument
309 std::max(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize));
311 std::min(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize));
314 m_pVT->m_fCharSpace, m_pVT->m_nHorzScale, fFontSize,
401 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize);
403 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize);
H A Dcpvt_generateap.cpp57 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);
1150 word.fFontSize);
1168 word.fFontSize);
1358 FX_FLOAT fFontSize) {
1356 GetFontSetString(IPVT_FontMap* pFontMap, int32_t nFontIndex, FX_FLOAT fFontSize) argument
1363 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\\n"; local
[all...]
/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_fffield.cpp326 FX_FLOAT fFontSize = m_pDataAcc->GetFontSize(); local
327 if (rtUi.height < fFontSize) {
328 rtUi.height = fFontSize;
/external/pdfium/xfa/fde/
H A Dfde_render.cpp122 FX_FLOAT fFontSize = pTextSet->GetFontSize(); local
126 fFontSize, &m_Transform);
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
H A Difde_txtedtengine.h84 FX_FLOAT fFontSize; member in struct:FDE_TXTEDTPARAMS
/external/pdfium/xfa/fde/css/
H A Dcfde_csscomputedstyle.cpp73 void CFDE_CSSComputedStyle::SetFontSize(FX_FLOAT fFontSize) { argument
74 m_InheritedData.m_fFontSize = 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...]
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.h41 FX_FLOAT fFontSize; member in struct:FX_RTFTEXTOBJ
149 void SetFontSize(FX_FLOAT fFontSize);
H A Dfgas_rtfbreak.cpp94 void CFX_RTFBreak::SetFontSize(FX_FLOAT fFontSize) { argument
95 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
873 FX_FLOAT fFontSize = pText->fFontSize; local
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),
H A Dfgas_textbreak.h105 FX_FLOAT fFontSize; member in struct:FX_TXTRUN
216 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.cpp85 m_pList->SetFontSize(GetCreationParam().fFontSize);
374 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize) { argument
375 m_pList->SetFontSize(fFontSize);
H A DPWL_Edit.cpp554 FX_FLOAT fFontSize = GetCharArrayAutoFontSize( local
556 if (fFontSize > 0.0f) {
558 m_pEdit->SetFontSize(fFontSize);
H A DPWL_Wnd.h185 fFontSize = 0.0f;
207 FX_FLOAT fFontSize; // optional member in struct:PWL_CREATEPARAM
272 virtual void SetFontSize(FX_FLOAT fFontSize);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.cpp56 void CFX_ListItem::SetFontSize(FX_FLOAT fFontSize) { argument
57 m_pEdit->SetFontSize(fFontSize);
671 void CFX_ListCtrl::SetFontSize(FX_FLOAT fFontSize) { argument
672 m_fFontSize = fFontSize;
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp57 void CFDE_TextOut::SetFontSize(FX_FLOAT fFontSize) { argument
58 ASSERT(fFontSize > 0);
59 m_fFontSize = fFontSize;
60 m_pTxtBreak->SetFontSize(fFontSize);
758 tr.fFontSize = m_fFontSize;

Completed in 301 milliseconds

12