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

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp89 BOOL isempty = fixend; local
93 isempty = isempty && (x == mx && y == my);
100 if (!close || isempty) {
732 BOOL isempty = TRUE; local
739 if (!isfill && !isempty) {
752 isempty = TRUE;
764 isempty = FALSE;
783 isempty = FALSE;
800 isempty
[all...]

Completed in 394 milliseconds