/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 28 …RenderDevice* pDevice, const CPDF_Point& pt, CPDF_Font* pFont, FX_FLOAT fFontSize, CPDF_Matrix* pU… in DrawTextString() argument 53 …CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, crTextStro… in DrawTextString() 56 …CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, 0, NULL, &… in DrawTextString() 72 …CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, c… in DrawTextString() 75 …CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, 0… in DrawTextString() 140 FX_FLOAT fFontSize = pEdit->GetFontSize(); in DrawEdit() local 239 fFontSize, pUser2Device, sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale); in DrawEdit() 253 …fFontSize, pUser2Device, GetPDFWordString(pFontMap, word.nFontIndex, word.Word, SubWord), crCurFil… in DrawEdit() 265 fFontSize, pUser2Device, sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale); in DrawEdit() 322 word.WordProps.fFontSize = word.fFontSize; in DrawRichEdit() [all …]
|
D | fxet_ap.cpp | 53 …X_ByteString GetFontSetString(IFX_Edit_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT fFontSize) in GetFontSetString() argument 61 if (sFontAlias.GetLength() > 0 && fFontSize > 0 ) in GetFontSetString() 62 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n"; in GetFontSetString() 131 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize); in GetEditAppearanceStream() 155 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize); in GetEditAppearanceStream()
|
D | fxet_list.cpp | 85 void CFX_ListItem::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 88 m_pEdit->SetFontSize(fFontSize); in SetFontSize() 144 void CFX_List::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 146 m_fFontSize = fFontSize; in SetFontSize()
|
D | fxet_edit.cpp | 1132 void CFX_Edit::SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint/* = TRUE*/) in SetFontSize() argument 1134 m_pVT->SetFontSize(fFontSize); in SetFontSize() 1406 FX_BOOL CFX_Edit::SetRichFontSize(FX_FLOAT fFontSize) in SetRichFontSize() argument 1409 WordProps.fFontSize = fFontSize; in SetRichFontSize() 1644 if (!FX_EDIT_IsFloatEqual(secinfo.WordProps.fFontSize,pWordProps->fFontSize)) in SetSecProps() 1646 secinfo.WordProps.fFontSize = pWordProps->fFontSize; in SetSecProps() 1810 if (!FX_EDIT_IsFloatEqual(wordinfo.WordProps.fFontSize,pWordProps->fFontSize)) in SetWordProps() 1812 wordinfo.WordProps.fFontSize = pWordProps->fFontSize; in SetWordProps()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 187 … CPVT_WordProps() : nFontIndex(-1), fFontSize(0.0f), dwWordColor(0), nScriptType(0), nWordStyle(0), in CPVT_WordProps() 194 nFontIndex(fontIndex), fFontSize(fontSize), dwWordColor(wordColor), nScriptType(scriptType), in nFontIndex() 200 nFontIndex(other.nFontIndex), fFontSize(other.fFontSize), dwWordColor(other.dwWordColor), in CPVT_WordProps() 208 FX_FLOAT fFontSize; member 223 fFontSize(0), WordProps() in CPVT_Word() 243 FX_FLOAT fFontSize; member 356 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 46 SetFontSize(this->GetCreationParam().fFontSize); in OnCreated() 160 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 162 m_pEdit->SetFontSize(fFontSize); in SetFontSize() 541 FX_FLOAT fFontSize = GetFontSize(); in GetCaretFontSize() local 550 fFontSize = word.fFontSize; in GetCaretFontSize() 556 fFontSize = section.WordProps.fFontSize; in GetCaretFontSize() 561 return fFontSize; in GetCaretFontSize()
|
D | PWL_Label.cpp | 34 SetFontSize(this->GetCreationParam().fFontSize); in OnCreated() 56 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 58 m_pEdit->SetFontSize(fFontSize); in SetFontSize()
|
D | PWL_ListBox.cpp | 118 m_pList->SetFontSize(this->GetCreationParam().fFontSize); in OnCreated() 486 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 489 m_pList->SetFontSize(fFontSize); in SetFontSize()
|
D | PWL_ComboBox.cpp | 367 lcp.fFontSize = PWLCB_DEFAULTFONTSIZE; in CreateListBox() 369 lcp.fFontSize = cp.fFontSize; in CreateListBox()
|
D | PWL_Wnd.cpp | 1033 return this->m_sPrivateParam.fFontSize; in GetFontSize() 1036 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 1038 this->m_sPrivateParam.fFontSize = fFontSize; in SetFontSize()
|
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 298 CPVT_Size GetSectionSize(FX_FLOAT fFontSize); 324 CPVT_Size GetEditSize(FX_FLOAT fFontSize); 328 void SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize); 443 void SetFontSize(FX_FLOAT fFontSize) in SetFontSize() argument 445 m_fFontSize = fFontSize; in SetFontSize() 562 FX_FLOAT fFontSize, FX_FLOAT fWordTail, FX_INT32 nWordStyle); 564 FX_FLOAT GetWordAscent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize); 565 FX_FLOAT GetWordDescent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize); 570 FX_FLOAT GetFontAscent(FX_INT32 nFontIndex, FX_FLOAT fFontSize); 571 FX_FLOAT GetFontDescent(FX_INT32 nFontIndex, FX_FLOAT fFontSize); [all …]
|
D | doc_vt.cpp | 103 CPVT_Size CSection::GetSectionSize(FX_FLOAT fFontSize) in GetSectionSize() argument 105 return CTypeset(this).GetEditSize(fFontSize); in GetSectionSize() 396 CPVT_Size CTypeset::GetEditSize(FX_FLOAT fFontSize) in GetEditSize() argument 400 SplitLines(FALSE, fFontSize); in GetEditSize() 590 void CTypeset::SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize) in SplitLines() argument 623 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize)); in SplitLines() 624 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize)); in SplitLines() 630 fFontSize, in SplitLines() 717 fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines() 718 fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines() [all …]
|
D | doc_ap.cpp | 196 …c CFX_ByteString GetFontSetString(IPVT_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT fFontSize) in GetFontSetString() argument 201 if (sFontAlias.GetLength() > 0 && fFontSize > 0 ) { in GetFontSetString() 202 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n"; in GetFontSetString() 270 FX_FLOAT fFontSize = FX_atof(syntax.GetWord()); in GenerateWidgetAP() local 443 if (IsFloatZero(fFontSize)) { in GenerateWidgetAP() 446 vt.SetFontSize(fFontSize); in GenerateWidgetAP() 497 if (IsFloatZero(fFontSize)) { in GenerateWidgetAP() 500 vt.SetFontSize(fFontSize); in GenerateWidgetAP() 568 if (IsFloatZero(fFontSize)) { in GenerateWidgetAP() 571 vt.SetFontSize(fFontSize); in GenerateWidgetAP() [all …]
|
D | doc_utils.cpp | 72 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize) in GetFont() argument 75 fFontSize = 0; in GetFont() 83 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord()); in GetFont() 671 FX_FLOAT fFontSize; in GetDefaultInterFormFont() local 672 cDA.GetFont(csFontNameTag, fFontSize); in GetDefaultInterFormFont()
|
D | doc_formcontrol.cpp | 294 FX_FLOAT fFontSize; in GetDefaultControlFont() local 295 cDA.GetFont(csFontNameTag, fFontSize); in GetDefaultControlFont()
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.h | 263 fFontSize = 0.0f; in CRF_TextDataAtt() 269 fFontSize = fontSize; in CRF_TextDataAtt() 273 FX_FLOAT fFontSize; member 284 if (fabs(data1.fFontSize - data2.fFontSize) > 0.0f) { in isTextDataAttSame()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Label.h | 20 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_Wnd.h | 218 fFontSize(PWL_DEFAULT_FONTSIZE), in PWL_CREATEPARAM() 243 FX_FLOAT fFontSize; //optional member 336 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_ListBox.h | 62 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_Utils.h | 134 FX_FLOAT fFontSize, 152 … FX_FLOAT fFontSize, FX_BOOL bMultiLine, FX_BOOL bAutoReturn, const CPWL_Color & crText);
|
D | PWL_EditCtrl.h | 74 virtual void SetFontSize(FX_FLOAT fFontSize);
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 211 FX_FLOAT fFontSize = 0.0f; in GetFontSize() local 212 pDa.GetFont(csFont, fFontSize); in GetFontSize() 214 return fFontSize; in GetFontSize() 568 FX_FLOAT fFontSize = 12.0f; in ResetAppearance_PushButton() local 579 da.GetFont(csNameTag, fFontSize); in ResetAppearance_PushButton() 656 … rcWindow : rcClient, &FontMap, pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout); in ResetAppearance_PushButton() 675 …indow : rcClient, &FontMap, pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize, nLayout); in ResetAppearance_PushButton() 706 …() ? rcWindow : rcClient, &FontMap, pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout); in ResetAppearance_PushButton() 1062 FX_FLOAT fFontSize = this->GetFontSize(); in ResetAppearance_ComboBox() local 1063 if (IsFloatZero(fFontSize)) in ResetAppearance_ComboBox() [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 206 virtual void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE) = 0; 215 virtual FX_BOOL SetRichFontSize(FX_FLOAT fFontSize) = 0; 424 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
|
D | fxet_list.h | 166 void SetFontSize(FX_FLOAT fFontSize); 223 virtual void SetFontSize(FX_FLOAT fFontSize);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ListBox.cpp | 56 cp.fFontSize = FFL_DEFAULTLISTBOXFONTSIZE; in GetCreateParam()
|