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

1 2 3

  /external/pdfium/core/fpdfdoc/
ctypeset.h 21 CFX_SizeF GetEditSize(FX_FLOAT fFontSize);
26 void SplitLines(bool bTypeset, FX_FLOAT fFontSize);
cpvt_word.h 26 FX_FLOAT fFontSize;
37 fFontSize(0.0f) {}
cpvt_wordprops.h 17 fFontSize(0.0f),
33 fFontSize(fontSize),
42 fFontSize(other.fFontSize),
50 FX_FLOAT fFontSize;
cpdf_defaultappearance.h 32 void GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize);
cpdf_variabletext.h 99 void SetFontSize(FX_FLOAT fFontSize) { m_fFontSize = fFontSize; }
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;
cpvt_generateap.h 71 FX_FLOAT fFontSize);
csection.h 36 CFX_SizeF GetSectionSize(FX_FLOAT fFontSize);
cpdf_defaultappearance.cpp 40 FX_FLOAT& fFontSize) {
42 fFontSize = 0;
50 fFontSize = FX_atof(syntax.GetWord());
cpdf_variabletext.cpp 183 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) {
    [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_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/
cfde_txtedttextset.cpp 41 return m_pPage->GetEngine()->GetEditParams()->fFontSize;
66 tr.fFontSize = pTextParams->fFontSize;
89 tr.fFontSize = pTextParams->fFontSize;
fde_gedevice.h 46 FX_FLOAT fFontSize,
107 FX_FLOAT fFontSize,
113 FX_FLOAT fFontSize,
fde_render.cpp 122 FX_FLOAT fFontSize = pTextSet->GetFontSize();
126 fFontSize, &m_Transform);
ifde_txtedtengine.h 84 FX_FLOAT fFontSize;
fde_gedevice.cpp 127 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,
  /external/pdfium/xfa/fde/css/
cfde_cssstyleselector.h 33 void SetDefFontSize(FX_FLOAT fFontSize);
71 FX_FLOAT fFontSize);
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...]
cfde_csscomputedstyle.cpp 73 void CFDE_CSSComputedStyle::SetFontSize(FX_FLOAT fFontSize) {
74 m_InheritedData.m_fFontSize = fFontSize;
cfde_csscomputedstyle.h 69 void SetFontSize(FX_FLOAT fFontSize);
  /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_ListBox.h 73 void SetFontSize(FX_FLOAT fFontSize) override;
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 117 void CFX_TxtBreak::SetFontSize(FX_FLOAT fFontSize) {
118 int32_t iFontSize = FXSYS_round(fFontSize * 20.0f);
    [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...]

Completed in 205 milliseconds

1 2 3