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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1734 int pComp;
1744 pComp = p.x;
1749 pComp = p.y;
1757 if (pComp < p0 + boundary) {
1759 } else if (pComp >= p0 + length - boundary) {
1767 return pComp >= middle ? Section.TRAILING : Section.LEADING;
1769 return pComp < middle ? Section.TRAILING : Section.LEADING;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c384 CompositeType *pComp = pPrim->pCompType; local
403 dstflags |= pComp->dstflags;
416 pComp->hdr.Object,

Completed in 62 milliseconds