Lines Matching refs:gm
480 GLYPHMETRICS gm;
496 memset(&gm,0,sizeof(gm));
502 if( GetGlyphOutline(hdc, first, GGO_BITMAP, &gm, 0, NULL, &mat)
517 &gm, 0, NULL, &mat);
532 &gm, /* ptr to structure for metrics*/
549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY,
550 (GLfloat)-gm.gmptGlyphOrigin.x,
551 (GLfloat)gm.gmptGlyphOrigin.y,
552 (GLfloat)gm.gmCellIncX,
553 (GLfloat)gm.gmCellIncY,