Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/text/qfontengine_ft_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    181181        unsigned long id; // server sided id, GlyphSet for X11
    182182        bool outline_drawing;
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
     194
    183195        mutable QHash<int, Glyph *> glyph_data; // maps from glyph index to glyph data
     196
     197
    184198    };
    185199
     
    253267    GlyphFormat defaultGlyphFormat() const { return defaultFormat; }
    254268
    255     inline Glyph *cachedGlyph(glyph_t g) const { return defaultGlyphSet.glyph_data.value(g); }
     269    inline Glyph *cachedGlyph(glyph_t g) const { return defaultGlyphSet.g(g); }
    256270
    257271    QGlyphSet *loadTransformedGlyphSet(const QTransform &matrix);
     
    291305    bool antialias;
    292306    bool transform;
     307
    293308    SubpixelAntialiasingType subpixelType;
    294309    int lcdFilterType;
Note: See TracChangeset for help on using the changeset viewer.