Searched refs:rect (Results 126 - 132 of 132) sorted by relevance

123456

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h188 virtual void GetInsets(RECT* rect) { argument
189 VERIFY(::SetRectEmpty(rect));
H A Dawt_DataTransferer.cpp535 RECT rect = { 0, 0, width, height };
537 VERIFY(::PlayEnhMetaFile(hdc, hEnhMetaFile, &rect));
H A Dawt_DnDDS.cpp732 RECT rect; local
735 VERIFY(::GetClientRect(m_droptarget, &rect));
736 if (::PtInRect(&rect, client)) {
H A Dawt_PrintJob.cpp1511 destX, // left of dest rect
1512 destY, // top of dest rect
1513 destWidth, // width of dest rect
1514 destHeight, // height of dest rect
1515 srcX, // left of source rect
1516 srcY, // top of source rect
1789 RECT rect; local
1790 rect.left = ROUND_TO_LONG(x);
1791 rect.top = ROUND_TO_LONG(y);
1792 rect
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java1084 Rectangle2D.Float rect =
1087 Shape shape = fullTransform.createTransformedShape(rect);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2194 Rectangle rect = (shape instanceof Rectangle) ?
2198 y = rect.y;
2199 h = rect.height;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m68 CG_EXTERN CGRect CGRectApplyAffineTransform(CGRect rect, CGAffineTransform t);

Completed in 67 milliseconds

123456