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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLink.java33 public interface Link { interface
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageWatched.java33 public static Link endlink = new Link();
35 public Link watcherList;
48 public static class Link { class in class:ImageWatched
50 * Check if iw is the referent of this Link or any
51 * subsequent Link objects on this chain.
58 * Remove this Link from the chain if its referent
65 * synchronized block so Link.next modifications
68 public Link removeWatcher(ImageObserver iw) {
74 * to the referent of this Link an
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c59 // Link several profiles to obtain a single LUT modelling the whole color transform. Intents, Black point
117 cmsIntentFn Link; member in struct:_cms_intents_list
978 // Link routines ------------------------------------------------------------------------------------------------------
1030 return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
1083 fl ->Link = Plugin ->Link;
H A Dlcms2_plugin.h484 cmsIntentFn Link; member in struct:__anon902

Completed in 36 milliseconds