Home | History | Annotate | Download | only in ge

Lines Matching refs:FX_INT32

84 static FX_INT32 GetJapanesePreference(FX_LPCSTR facearr, int weight, int picth_family)

122 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family);
126 for (FX_INT32 i = 0; i < LINUX_GPNAMESIZE; i++)
133 static FX_INT32 s_gbCount = sizeof(g_LinuxGbFontList) / sizeof(FX_LPCSTR);
134 for (FX_INT32 i = 0; i < s_gbCount; i++)
141 static FX_INT32 s_b5Count = sizeof(g_LinuxB5FontList) / sizeof(FX_LPCSTR);
142 for (FX_INT32 i = 0; i < s_b5Count; i++)
149 static FX_INT32 s_hgCount = sizeof(g_LinuxHGFontList) / sizeof(FX_LPCSTR);
150 for (FX_INT32 i = 0; i < s_hgCount; i++)
185 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style)
187 FX_INT32 iSimilarValue = 0;
209 FX_INT32 iBestSimilar = 0;
218 FX_INT32 iSimilarValue = 0;
219 FX_INT32 index = bsName.Find(family);