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

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java829 final Point2D.Double mpt; // last moveto source point field in class:LayoutPathImpl.SegmentPath.Mapper
842 mpt = new Point2D.Double();
856 mpt.x = x;
857 mpt.y = y;
866 cpt.x = mpt.x;
867 cpt.y = mpt.y;
894 lineTo(mpt.x, mpt.y);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java1503 Type mpt = newMethTemplate(argtypes, typeargtypes);
1505 mpt, tree.varargsElement != null);
1519 Type mpt = newMethTemplate(argtypes, typeargtypes);
1521 Type mtype = attribExpr(tree.meth, localEnv, mpt);

Completed in 75 milliseconds