Searched refs:bmapWidth (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 404 int charWidth,charHeight,bmapWidth,bmapHeight,numBytes,res; in wglUseFontBitmaps_FX() local 418 bmapWidth = ((charWidth + 31) / 32) * 32; in wglUseFontBitmaps_FX() 421 bmapWidth, in wglUseFontBitmaps_FX() 429 VERIFY( PatBlt( bitDevice, 0, 0, bmapWidth, bmapHeight,BLACKNESS ) ); in wglUseFontBitmaps_FX() 441 numBytes = (bmapWidth * bmapHeight) / 8; in wglUseFontBitmaps_FX() 443 dibInfo->bmiHeader.biWidth = bmapWidth; in wglUseFontBitmaps_FX() 452 glBitmap(bmapWidth, bmapHeight, 0.0, (GLfloat)metric.tmDescent, in wglUseFontBitmaps_FX()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 404 int charWidth,charHeight,bmapWidth,bmapHeight,numBytes,res; in wglUseFontBitmaps_FX() local 418 bmapWidth = ((charWidth + 31) / 32) * 32; in wglUseFontBitmaps_FX() 421 bmapWidth, in wglUseFontBitmaps_FX() 429 VERIFY( PatBlt( bitDevice, 0, 0, bmapWidth, bmapHeight,BLACKNESS ) ); in wglUseFontBitmaps_FX() 441 numBytes = (bmapWidth * bmapHeight) / 8; in wglUseFontBitmaps_FX() 443 dibInfo->bmiHeader.biWidth = bmapWidth; in wglUseFontBitmaps_FX() 452 glBitmap(bmapWidth, bmapHeight, 0.0, (GLfloat)metric.tmDescent, in wglUseFontBitmaps_FX()
|