src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
changeset 29 b72c6db6890b
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
25:e24348a560a6 29:b72c6db6890b
    71 
    71 
    72     virtual void createTextureData(int width, int height);
    72     virtual void createTextureData(int width, int height);
    73     virtual void resizeTextureData(int width, int height);
    73     virtual void resizeTextureData(int width, int height);
    74     virtual void fillTexture(const Coord &c, glyph_t glyph);
    74     virtual void fillTexture(const Coord &c, glyph_t glyph);
    75     virtual int glyphMargin() const;
    75     virtual int glyphMargin() const;
       
    76     virtual int glyphPadding() const;
    76 
    77 
    77     inline GLuint texture() const { return m_texture; }
    78     inline GLuint texture() const { return m_texture; }
    78 
    79 
    79     inline int width() const { return m_width; }
    80     inline int width() const { return m_width; }
    80     inline int height() const { return m_height; }
    81     inline int height() const { return m_height; }