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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c855 FcPatternGetIntegerFuncType FcPatternGetInteger; local
893 FcPatternGetInteger = (FcPatternGetIntegerFuncType)
894 dlsym(libfontconfig, "FcPatternGetInteger");
904 FcPatternGetInteger == NULL ||
929 (*FcPatternGetInteger)(matchPattern, FC_RGBA, 0, &rgba);

Completed in 50 milliseconds