Searched defs:bmapHeight (Results 1 - 2 of 2) sorted by last modified time

/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,
/external/chromium_org/third_party/mesa/src/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 483 milliseconds