Searched refs:pFM (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfontutil.cpp310 PFONTMETRICS pFM = NULL; local
344 pFM = new FONTMETRICS[lNumFonts + 1];
355 ,pFM
357 pFont->SetFM( pFM
382 ,pFM
457 , PFONTMETRICS pFM
564 anDiff[0] = wxGpiStrcmp((wxChar*)pFM[i].szFacename, zFontFaceName);
565 anDiff[1] = abs(pFM[i].lEmHeight - nPointSize);
566 anDiff[2] = abs(pFM[i].usWeightClass - usWeightClass);
567 anDiff[3] = abs((pFM[
[all...]
H A Dfont.cpp229 inline void SetFM(PFONTMETRICS pFM) argument
231 m_pFM = pFM;
1141 void wxFont::SetFM( PFONTMETRICS pFM, int nNumFonts ) argument
1143 M_FONTDATA->SetFM(pFM);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dfont.h99 void SetFM( PFONTMETRICS pFM
H A Dprivate.h356 ,PFONTMETRICS pFM
361 ,PFONTMETRICS pFM

Completed in 89 milliseconds