Searched defs:CPDF_Type3Char (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.cpp24 CPDF_Type3Char::CPDF_Type3Char(std::unique_ptr<CPDF_Form> pForm) function in class:CPDF_Type3Char
27 CPDF_Type3Char::~CPDF_Type3Char() {}
30 float CPDF_Type3Char::TextUnitToGlyphUnit(float fTextUnit) {
35 void CPDF_Type3Char::TextUnitRectToGlyphUnitRect(CFX_FloatRect* pRect) {
39 bool CPDF_Type3Char::LoadBitmap(CPDF_RenderContext* pContext) {
70 void CPDF_Type3Char::InitializeFromStreamData(bool bColored,
80 void CPDF_Type3Char::Transform(const CFX_Matrix& matrix) {
94 void CPDF_Type3Char
[all...]
H A Dcpdf_type3char.h20 class CPDF_Type3Char { class
22 explicit CPDF_Type3Char(std::unique_ptr<CPDF_Form> pForm);
23 ~CPDF_Type3Char();

Completed in 225 milliseconds