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

1 2

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

Completed in 229 milliseconds

1 2