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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1009 * @param useFast whether a fast algorithm must be used to transform the image
1015 Message description, boolean useFast)
1026 int algo = useFast ? Image.SCALE_FAST : Image.SCALE_SMOOTH;
1014 createImageIcon(byte[] bytes, int maxHeight, Message description, boolean useFast) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1008 * @param useFast whether a fast algorithm must be used to transform the image
1014 Message description, boolean useFast)
1025 int algo = useFast ? Image.SCALE_FAST : Image.SCALE_SMOOTH;
1013 createImageIcon(byte[] bytes, int maxHeight, Message description, boolean useFast) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1009 * @param useFast whether a fast algorithm must be used to transform the image
1015 Message description, boolean useFast)
1026 int algo = useFast ? Image.SCALE_FAST : Image.SCALE_SMOOTH;
1014 createImageIcon(byte[] bytes, int maxHeight, Message description, boolean useFast) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1008 * @param useFast whether a fast algorithm must be used to transform the image
1014 Message description, boolean useFast)
1025 int algo = useFast ? Image.SCALE_FAST : Image.SCALE_SMOOTH;
1013 createImageIcon(byte[] bytes, int maxHeight, Message description, boolean useFast) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1022 * @param useFast whether a fast algorithm must be used to transform the image
1028 Message description, boolean useFast)
1039 int algo = useFast ? Image.SCALE_FAST : Image.SCALE_SMOOTH;
1027 createImageIcon(byte[] bytes, int maxHeight, Message description, boolean useFast) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java979 * @param useFast whether a fast algorithm must be used to transform the image
985 LocalizableMessage description, boolean useFast)
994 int algo = useFast ? Image.SCALE_FAST : Image.SCALE_SMOOTH;
984 createImageIcon(byte[] bytes, int maxHeight, LocalizableMessage description, boolean useFast) argument

Completed in 68 milliseconds