Home | History | Annotate | Download | only in ports

Lines Matching refs:gmBlackBoxY

934     if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) {
951 glyph->fHeight = gm.gmBlackBoxY + 4;
1070 if (len != GDI_ERROR && gm.gmBlackBoxY > 0) {
1071 my->fXHeight = SkIntToScalar(gm.gmBlackBoxY);