Searched defs:pFontMap (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_ap.cpp | 11 CFX_ByteString GetPDFWordString(IFX_Edit_FontMap * pFontMap, FX_INT32 nFontIndex, FX_WORD Word, FX_… in GetPDFWordString() 53 static CFX_ByteString GetFontSetString(IFX_Edit_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT f… in GetFontSetString()
|
D | fxet_pageobjs.cpp | 171 if (IFX_Edit_FontMap* pFontMap = pEdit->GetFontMap()) in DrawEdit() local 305 if (IFX_Edit_FontMap* pFontMap = pEdit->GetFontMap()) in DrawRichEdit() local 510 if (IFX_Edit_FontMap* pFontMap = pEdit->GetFontMap()) in GeneratePageObjects() local 572 if (IFX_Edit_FontMap* pFontMap = pEdit->GetFontMap()) in GenerateRichPageObjects() local
|
D | fxet_list.cpp | 30 void CFX_ListItem::SetFontMap(IFX_Edit_FontMap * pFontMap) in SetFontMap() 139 void CFX_List::SetFontMap(IFX_Edit_FontMap * pFontMap) in SetFontMap()
|
D | fxet_edit.cpp | 136 CFX_Edit_Provider::CFX_Edit_Provider(IFX_Edit_FontMap * pFontMap) : m_pFontMap(pFontMap) in CFX_Edit_Provider() 1015 void CFX_Edit::SetFontMap(IFX_Edit_FontMap * pFontMap) in SetFontMap() 1802 if (IFX_Edit_FontMap* pFontMap = this->GetFontMap()) in SetWordProps() local 3568 if (IFX_Edit_FontMap* pFontMap = this->GetFontMap()) in GetCharSetFromUnicode() local
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 113 CPVT_Provider::CPVT_Provider(IPVT_FontMap * pFontMap) : m_pFontMap(pFontMap) in CPVT_Provider() 168 static CFX_ByteString GetPDFWordString(IPVT_FontMap * pFontMap, FX_INT32 nFontIndex, FX_WORD Word, … in GetPDFWordString() 196 static CFX_ByteString GetFontSetString(IPVT_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT fFont… in GetFontSetString() 637 CFX_ByteString CPVT_GenerateAP::GenerateEditAP(IPVT_FontMap * pFontMap, IPDF_VariableText_Iterator*… in GenerateEditAP()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 846 if (IFX_Edit_FontMap* pFontMap = this->GetFontMap()) in SetCharArray() local 1045 if (IFX_Edit_FontMap * pFontMap = GetFontMap()) in OnChar() local
|
D | PWL_EditCtrl.cpp | 533 if (IFX_Edit_FontMap * pFontMap = GetFontMap()) in GetCaretFont() local
|
D | PWL_Utils.cpp | 637 CFX_ByteString CPWL_Utils::GetTextAppStream(const CPDF_Rect & rcBBox,IFX_Edit_FontMap * pFontMap, in GetTextAppStream() 673 IFX_Edit_FontMap * pFontMap, in GetPushButtonAppStream()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 230 IFX_Edit_FontMap* pFontMap; //required for text window member
|