Searched refs:bmapHeight (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c404 int charWidth,charHeight,bmapWidth,bmapHeight,numBytes,res; local
419 bmapHeight = charHeight;
422 bmapHeight);
429 VERIFY( PatBlt( bitDevice, 0, 0, bmapWidth, bmapHeight,BLACKNESS ) );
441 numBytes = (bmapWidth * bmapHeight) / 8;
444 dibInfo->bmiHeader.biHeight = bmapHeight;
445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap,
452 glBitmap(bmapWidth, bmapHeight, 0.0, (GLfloat)metric.tmDescent,

Completed in 32 milliseconds