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

/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectAreaOp.java287 dst.addRectCashed(x21, top, x12, bottom);
290 dst.addRectCashed(x21, top, x22, bottom);
299 dst.addRectCashed(x11, top, x22, bottom);
302 dst.addRectCashed(x11, top, x12, bottom);
394 dst.addRectCashed(x1, top, x2, bottom);
398 dst.addRectCashed(rx1, top, rx2, bottom);
409 dst.addRectCashed(x1, d.active[index + 1], x2, top - 1);
423 dst.addRectCashed(x1, d.active[index + 1], x2, top - 1);
426 dst.addRectCashed(x1, top, x2, bottom);
482 dst.addRectCashed(rx
[all...]
H A DMultiRectArea.java165 public void addRectCashed(int x1, int y1, int x2, int y2) { method in class:MultiRectArea.RectCash
231 public void addRectCashed(int[] rect, int rectOff, int rectLength) { method in class:MultiRectArea.RectCash
234 // addRectCashed(rect[i++], rect[i++], rect[i++], rect[i++]);

Completed in 44 milliseconds