Searched defs:FcGetVersion (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c960 FcGetVersionFuncType FcGetVersion; local
967 FcGetVersion = (FcGetVersionFuncType)dlsym(libfontconfig, "FcGetVersion");
969 if (FcGetVersion == NULL) {
973 version = (*FcGetVersion)();
997 FcGetVersionFuncType FcGetVersion; local
1087 FcGetVersion = (FcGetVersionFuncType)dlsym(libfontconfig, "FcGetVersion");
1099 FcGetVersion == NULL ||
1105 (*env)->SetIntField(env, fcInfoObj, fcVersionID, (*FcGetVersion)());
[all...]

Completed in 34 milliseconds