Home
last modified time | relevance | path

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

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