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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1904 BOOL foundFont = false; // Assume we didn't find a matching GDI font. local
1939 foundFont = !EnumFontFamiliesExA((HDC)printDC, &lf,
1945 if (foundFont) {
1995 foundFont = false;
1998 foundFont = false;
2002 foundFont = false;
2005 foundFont = false;
2011 return foundFont ? JNI_TRUE : JNI_FALSE;
2029 BOOL foundFont = false; // Assume we didn't find a matching GDI font.
2049 foundFont
[all...]

Completed in 37 milliseconds