Searched refs:npts (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2359 int npts = ArgumentCount(signature).size(); local
2360 objArrayHandle pts = oopFactory::new_objArray(SystemDictionary::Class_klass(), npts, CHECK_(empty));
2402 assert(arg == npts, "");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java947 int npts = 2 + (rcnt*8);
948 int xp[] = new int[npts];
949 int yp[] = new int[npts];
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java896 final int npts = 2 + (rcnt * 8);
897 final int xp[] = new int[npts];
898 final int yp[] = new int[npts];

Completed in 60 milliseconds