OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addRectCashed
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectArea.java
165
public void
addRectCashed
(int x1, int y1, int x2, int y2) {
231
public void
addRectCashed
(int[] rect, int rectOff, int rectLength) {
234
//
addRectCashed
(rect[i++], rect[i++], rect[i++], rect[i++]);
MultiRectAreaOp.java
287
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
(rx1, top, rx2, bottom)
[
all
...]
Completed in 65 milliseconds