Home | History | Annotate | Download | only in filters

Lines Matching refs:mBands

52         int n = mBands.size();
54 mBands.add(new Band());
57 mBands.remove(i);
61 Vector<Band> mBands = new Vector<Band>();
102 for (Band point : mBands) {
107 return "c=" + mBands.indexOf(mBands) + "[" + mBands.size() + "]" + count;
120 mBands.add(0, p);
129 int n = (rep.mCurrentBand == null) ? 0 : rep.mBands.indexOf(rep.mCurrentBand);
130 for (Band band : rep.mBands) {
134 mBands = tmpBands;
135 mCurrentBand = mBands.elementAt(n);
159 for (int i = 0; i < mBands.size(); i++) {
160 Band b1 = mBands.get(i);
161 Band b2 = rep.mBands.get(i);
180 for (Band point : mBands) {
189 mBands.add(0, mCurrentBand = new Band(rect.centerX(), rect.centerY()));
196 int toMove = mBands.indexOf(mCurrentBand);
205 for (Band point : mBands) {
211 for (Band point : mBands) {
215 int index = mBands.indexOf(point);
243 int index = mBands.indexOf(mCurrentBand);
244 mBands.remove(mCurrentBand);
249 mCurrentBand = mBands.get(0);
253 int index = mBands.indexOf(mCurrentBand);
258 index = (index+1)% mBands.size();
259 point = mBands.get(index);
260 if (k++ >= mBands.size()) {
265 mCurrentBand = mBands.get(index);
269 mCurrentBand = mBands.get(pos);
273 return mBands.indexOf(mCurrentBand);
277 boolean[] ret = new boolean[mBands.size()];
279 for (Band point : mBands) {
286 int[] ret = new int[mBands.size()];
288 for (Band point : mBands) {
295 int[] ret = new int[mBands.size()];
297 for (Band point : mBands) {
304 int[] ret = new int[mBands.size()];
306 for (Band point : mBands) {
313 int[] ret = new int[mBands.size()];
315 for (Band point : mBands) {
322 int[] ret = new int[mBands.size()];
324 for (Band point : mBands) {
331 int[] ret = new int[mBands.size()];
333 for (Band point : mBands) {
340 int[] ret = new int[mBands.size()];
342 for (Band point : mBands) {
435 int len = mBands.size();
439 Band point = mBands.get(i);
492 mBands = points;
494 mCurrentBand = mBands.get(0);