Lines Matching defs:src
30 private SurfaceType src;
35 public Entry(SurfaceType src,
40 this.src = src;
46 public boolean matches(SurfaceType src,
54 return ((this.src == src) &&
70 public synchronized Object get(SurfaceType src,
80 if (e.matches(src, comp, dst)) {
92 public synchronized void put(SurfaceType src,
97 Entry e = new Entry(src, comp, dst, value);