Home | History | Annotate | Download | only in font

Lines Matching defs:CPDF_Type3Char

7 #include "core/fpdfapi/font/cpdf_type3char.h"
24 CPDF_Type3Char::CPDF_Type3Char(std::unique_ptr<CPDF_Form> pForm)
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::ResetForm() {
98 RetainPtr<CFX_DIBitmap> CPDF_Type3Char::GetBitmap() {
102 const RetainPtr<CFX_DIBitmap>& CPDF_Type3Char::GetBitmap() const {