Lines Matching refs:dibsection
611 DIBSECTION dibsection; in winMWExtWMStartDrawing() local
674 GetObject(hbmpNew, sizeof(dibsection), &dibsection); in winMWExtWMStartDrawing()
680 (unsigned int) dibsection.dsBmih.biWidth, in winMWExtWMStartDrawing()
681 (unsigned int) dibsection.dsBmih.biHeight, in winMWExtWMStartDrawing()
682 (unsigned int) dibsection.dsBmih.biBitCount, in winMWExtWMStartDrawing()
683 (unsigned int) dibsection.dsBmih.biSizeImage); in winMWExtWMStartDrawing()
709 if (dibsection.dsBmih.biHeight < 0) { in winMWExtWMStartDrawing()
713 (int) dibsection.dsBmih.biHeight); in winMWExtWMStartDrawing()
716 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight; in winMWExtWMStartDrawing()
719 pRLWinPriv->dwWidthBytes = dibsection.dsBm.bmWidthBytes; in winMWExtWMStartDrawing()
723 (unsigned int) dibsection.dsBm.bmWidthBytes); in winMWExtWMStartDrawing()
737 (unsigned int) dibsection.dsBm.bmWidthBytes); in winMWExtWMStartDrawing()