Searched defs:nFontIndex (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpvt_fontmap.cpp | 52 RetainPtr<CPDF_Font> CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() 67 ByteString CPVT_FontMap::GetPDFFontAlias(int32_t nFontIndex) { in GetPDFFontAlias() 84 int32_t nFontIndex) { in GetWordFontIndex() 89 int32_t CPVT_FontMap::CharCodeFromUnicode(int32_t nFontIndex, uint16_t word) { in CharCodeFromUnicode()
|
D | cpdf_variabletext.cpp | 41 uint32_t CPDF_VariableText::Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() 54 int32_t CPDF_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() 59 int32_t CPDF_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() 66 int32_t nFontIndex) { in GetWordFontIndex() 215 int32_t nFontIndex = in InsertWord() local 599 float CPDF_VariableText::GetWordWidth(int32_t nFontIndex, in GetWordWidth() 622 float CPDF_VariableText::GetFontAscent(int32_t nFontIndex, float fFontSize) { in GetFontAscent() 626 float CPDF_VariableText::GetFontDescent(int32_t nFontIndex, float fFontSize) { in GetFontDescent() 866 uint32_t CPDF_VariableText::GetCharWidth(int32_t nFontIndex, in GetCharWidth() 875 int32_t CPDF_VariableText::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() [all …]
|
D | cba_fontmap.cpp | 84 RetainPtr<CPDF_Font> CBA_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() 90 ByteString CBA_FontMap::GetPDFFontAlias(int32_t nFontIndex) { in GetPDFFontAlias() 98 int32_t nFontIndex) { in GetWordFontIndex() 128 int32_t CBA_FontMap::CharCodeFromUnicode(int32_t nFontIndex, uint16_t word) { in CharCodeFromUnicode() 354 bool CBA_FontMap::KnowWord(int32_t nFontIndex, uint16_t word) { in KnowWord() 367 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset); in GetFontIndex() local
|
D | cpvt_word.h | 24 int32_t nFontIndex; variable
|
D | cpvt_wordinfo.h | 25 int32_t nFontIndex; member
|
D | cpvt_generateap.cpp | 53 int32_t nFontIndex, in GetPDFWordString() 86 int32_t nFontIndex, in GetFontSetString()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.cpp | 113 uint32_t CPWL_EditImpl_Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() 129 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() 134 int32_t CPWL_EditImpl_Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() 141 int32_t nFontIndex) { in GetWordFontIndex() 475 int32_t nFontIndex = -1; in DrawEdit() local 1873 ByteString CPWL_EditImpl::GetPDFWordString(int32_t nFontIndex, in GetPDFWordString()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_appstream.cpp | 563 int32_t nFontIndex, in GetFontSetString()
|