Searched refs:lfHeight (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfont.cpp443 return (int) (((72.0*(double)abs((int) lf.lfHeight)) / (double) ppInch) + 0.5);
449 ret.SetHeight(lf.lfHeight);
526 lf.lfHeight = -(int)((pointsize*((double)ppInch)/72.0) + 0.5);
531 lf.lfHeight = pixelSize.GetHeight();
713 lf.lfHeight = l;
789 lf.lfHeight,
H A Dtextctrl.cpp2571 // fill in data from LOGFONT but recalculate lfHeight because we need
2786 lf.lfHeight = cf.yHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dmfutils.cpp554 int lfHeight = getshort(handle); // 2 bytes local
604 int pointSize = (int)(lfHeight*72.0/logPixelsY);
975 int lfHeight = getshort(handle);
1022 int pointSize = (int)(lfHeight*72.0/logPixelsY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dfontutil.cpp1205 logFont.lfHeight = pixelHeight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c1854 lf.lfHeight = -MulDiv(8, GetDeviceCaps(hdc, LOGPIXELSY), 72);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp312 lf.lfHeight = 16;

Completed in 186 milliseconds