Searched defs:nFontIndex (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpvt_variabletext.cpp | 40 int CPVT_VariableText::Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() 53 int32_t CPVT_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() 58 int32_t CPVT_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() 65 int32_t nFontIndex) { in GetWordFontIndex() 203 int32_t nFontIndex = in InsertWord() local 577 float CPVT_VariableText::GetWordWidth(int32_t nFontIndex, in GetWordWidth() 599 float CPVT_VariableText::GetFontAscent(int32_t nFontIndex, in GetFontAscent() 605 float CPVT_VariableText::GetFontDescent(int32_t nFontIndex, in GetFontDescent() 841 int CPVT_VariableText::GetCharWidth(int32_t nFontIndex, in GetCharWidth() 852 int32_t nFontIndex) { in GetWordFontIndex()
|
H A D | cpvt_fontmap.cpp | 51 RetainPtr<CPDF_Font> CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() 64 ByteString CPVT_FontMap::GetPDFFontAlias(int32_t nFontIndex) { in GetPDFFontAlias() 79 int32_t nFontIndex) { in GetWordFontIndex() 83 int32_t CPVT_FontMap::CharCodeFromUnicode(int32_t nFontIndex, uint16_t word) { in CharCodeFromUnicode()
|
H A D | cpdf_bafontmap.cpp | 98 RetainPtr<CPDF_Font> CPDF_BAFontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() 104 ByteString CPDF_BAFontMap::GetPDFFontAlias(int32_t nFontIndex) { in GetPDFFontAlias() 112 int32_t nFontIndex) { in GetWordFontIndex() 143 int32_t CPDF_BAFontMap::CharCodeFromUnicode(int32_t nFontIndex, uint16_t word) { in CharCodeFromUnicode() 331 bool CPDF_BAFontMap::KnowWord(int32_t nFontIndex, uint16_t word) { in KnowWord() 339 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset); in GetFontIndex() local
|
H A D | cpvt_word.h | 26 int32_t nFontIndex; variable
|
H A D | cpvt_wordinfo.h | 27 int32_t nFontIndex; member
|
H A D | cpdf_generateap.cpp | 54 int32_t nFontIndex, in GetPDFWordString() 87 int32_t nFontIndex, in GetFontSetString()
|
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/ |
H A D | cpwl_edit_impl.cpp | 113 int CPWL_EditImpl::Provider::GetCharWidth(int32_t nFontIndex, uint16_t word) { in GetCharWidth() 129 int32_t nFontIndex) { in GetWordFontIndex() 597 int32_t nFontIndex = -1; in DrawEdit() local 1928 ByteString CPWL_EditImpl::GetPDFWordString(int32_t nFontIndex, in GetPDFWordString()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | cpdfsdk_appstream.cpp | 591 int32_t nFontIndex, in GetFontSetString()
|