Searched refs:pBmpHead (Results 1 – 1 of 1) sorted by relevance
45 void showBmpInforHead(BITMAPFILEHEADER &pBmpHead,BITMAPINFODEADER &pBmpInforHead) in showBmpInforHead() argument47 qDebug()<<"file type:"<<pBmpHead.bfType; in showBmpInforHead()48 qDebug()<<"file size:"<<pBmpHead.bfSize; in showBmpInforHead()49 qDebug()<<"reverse_1:"<<pBmpHead.bfReserved1; in showBmpInforHead()50 qDebug()<<"reverse_2:"<<pBmpHead.bfReserved2; in showBmpInforHead()51 qDebug()<<"bitmap data offsets:"<<pBmpHead.bfOffBits; in showBmpInforHead()