Lines Matching refs:dibsection
322 DIBSECTION dibsection;
351 GetObject(pScreenPriv->hbmpShadow, sizeof(dibsection), &dibsection);
357 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight,
358 dibsection.dsBmih.biBitCount, (int) dibsection.dsBmih.biSizeImage);
391 if (dibsection.dsBmih.biHeight < 0) {
392 dibsection.dsBmih.biHeight = -dibsection.dsBmih.biHeight;
396 pScreenInfo->dwStride = ((dibsection.dsBmih.biSizeImage
397 / dibsection.dsBmih.biHeight)