Searched refs:filterName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c588 char * filterName = "fast"; local
592 filterName = "fast";
596 filterName = "good";
600 filterName = "best";
604 XRenderSetPictureFilter(awt_display, (Picture) picture, filterName, NULL, 0);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java669 String filterName = in.readUTF();
670 CustomFilter filter = findFilter(filterName);

Completed in 35 milliseconds