HomeSort by relevance Sort by last modified time
    Searched refs:CPVT_Provider (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 51 class CPVT_Provider : public IPDF_VariableText_Provider {
53 CPVT_Provider(IPVT_FontMap* pFontMap);
54 ~CPVT_Provider() override;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 125 CPVT_Provider::CPVT_Provider(IPVT_FontMap* pFontMap) : m_pFontMap(pFontMap) {
128 CPVT_Provider::~CPVT_Provider() {}
129 int32_t CPVT_Provider::GetCharWidth(int32_t nFontIndex,
140 int32_t CPVT_Provider::GetTypeAscent(int32_t nFontIndex) {
146 int32_t CPVT_Provider::GetTypeDescent(int32_t nFontIndex) {
152 int32_t CPVT_Provider::GetWordFontIndex(FX_WORD word,
167 FX_BOOL CPVT_Provider::IsLatinWord(FX_WORD word) {
174 int32_t CPVT_Provider::GetDefaultFontIndex()
    [all...]

Completed in 51 milliseconds