OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECT_CAPACITY
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java
30
public static final int
RECT_CAPACITY
= 16;
42
capacity =
RECT_CAPACITY
;
54
int length = buf[0] + (capacity >
RECT_CAPACITY
? capacity :
RECT_CAPACITY
);
75
active = new int[
RECT_CAPACITY
];
76
bottom = new int[
RECT_CAPACITY
];
MultiRectArea.java
161
cash = new int[MultiRectAreaOp.
RECT_CAPACITY
];
Completed in 326 milliseconds