src/gui/image/qpixmap_mac_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   105 
   105 
   106         2. If pixels != pixelsToFree and pixelsToFree != 0, then we can reuse
   106         2. If pixels != pixelsToFree and pixelsToFree != 0, then we can reuse
   107            pixelsToFree later on instead of malloc'ing memory.
   107            pixelsToFree later on instead of malloc'ing memory.
   108     */
   108     */
   109     quint32 *pixels;
   109     quint32 *pixels;
       
   110     uint pixelsSize;
   110     quint32 *pixelsToFree;
   111     quint32 *pixelsToFree;
   111     uint bytesPerRow;
   112     uint bytesPerRow;
   112     QRectF cg_mask_rect;
   113     QRectF cg_mask_rect;
   113     CGImageRef cg_data, cg_dataBeingReleased, cg_mask;
   114     CGImageRef cg_data, cg_dataBeingReleased, cg_mask;
   114     static QSet<QMacPixmapData*> validDataPointers;
   115     static QSet<QMacPixmapData*> validDataPointers;