HomeSort by relevance Sort by last modified time
    Searched defs:fFontSize (Results 1 - 12 of 12) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
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_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...]
  /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/core/src/fpdfdoc/
doc_formcontrol.cpp 294 FX_FLOAT fFontSize;
295 cDA.GetFont(csFontNameTag, fFontSize);
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_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...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
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_Edit.cpp 848 FX_FLOAT fFontSize = GetCharArrayAutoFontSize(pFontMap->GetPDFFont(0), GetClientRect(), nCharArray);
849 if (fFontSize > 0.0f)
852 m_pEdit->SetFontSize(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/pdfwindow/
PWL_Wnd.h 218 fFontSize(PWL_DEFAULT_FONTSIZE),
243 FX_FLOAT fFontSize; //optional
336 virtual void SetFontSize(FX_FLOAT fFontSize);
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
  /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...]

Completed in 371 milliseconds