Lines Matching refs:QOpenGLPixelTransferOptions

89 QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions()  in QOpenGLPixelTransferOptions()  function in QOpenGLPixelTransferOptions
97 QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions(const QOpenGLPixelTransferOptions &rhs) in QOpenGLPixelTransferOptions() function in QOpenGLPixelTransferOptions
105 QOpenGLPixelTransferOptions &QOpenGLPixelTransferOptions::operator=(const QOpenGLPixelTransferOptio… in operator =()
115 QOpenGLPixelTransferOptions::~QOpenGLPixelTransferOptions() in ~QOpenGLPixelTransferOptions()
123 void QOpenGLPixelTransferOptions::setAlignment(int alignment) in setAlignment()
131 int QOpenGLPixelTransferOptions::alignment() const in alignment()
141 void QOpenGLPixelTransferOptions::setSkipImages(int skipImages) in setSkipImages()
149 int QOpenGLPixelTransferOptions::skipImages() const in skipImages()
159 void QOpenGLPixelTransferOptions::setSkipRows(int skipRows) in setSkipRows()
167 int QOpenGLPixelTransferOptions::skipRows() const in skipRows()
177 void QOpenGLPixelTransferOptions::setSkipPixels(int skipPixels) in setSkipPixels()
185 int QOpenGLPixelTransferOptions::skipPixels() const in skipPixels()
195 void QOpenGLPixelTransferOptions::setImageHeight(int imageHeight) in setImageHeight()
203 int QOpenGLPixelTransferOptions::imageHeight() const in imageHeight()
213 void QOpenGLPixelTransferOptions::setRowLength(int rowLength) in setRowLength()
221 int QOpenGLPixelTransferOptions::rowLength() const in rowLength()
232 void QOpenGLPixelTransferOptions::setLeastSignificantByteFirst(bool lsbFirst) in setLeastSignificantByteFirst()
240 bool QOpenGLPixelTransferOptions::isLeastSignificantBitFirst() const in isLeastSignificantBitFirst()
250 void QOpenGLPixelTransferOptions::setSwapBytesEnabled(bool swapBytes) in setSwapBytesEnabled()
258 bool QOpenGLPixelTransferOptions::isSwapBytesEnabled() const in isSwapBytesEnabled()