Searched refs:CPVT_Provider (Results 1 – 2 of 2) sorted by relevance
51 class CPVT_Provider : public IPDF_VariableText_Provider {53 CPVT_Provider(IPVT_FontMap* pFontMap);54 ~CPVT_Provider() override;
125 CPVT_Provider::CPVT_Provider(IPVT_FontMap* pFontMap) : m_pFontMap(pFontMap) { in CPVT_Provider() function in CPVT_Provider128 CPVT_Provider::~CPVT_Provider() {} in ~CPVT_Provider()129 int32_t CPVT_Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth()140 int32_t CPVT_Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent()146 int32_t CPVT_Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent()152 int32_t CPVT_Provider::GetWordFontIndex(FX_WORD word, in GetWordFontIndex()167 FX_BOOL CPVT_Provider::IsLatinWord(FX_WORD word) { in IsLatinWord()174 int32_t CPVT_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex()466 CPVT_Provider prd(&map); in GenerateWidgetAP()525 CPVT_Provider prd(&map); in GenerateWidgetAP()[all …]