Searched refs:RECT (Results 1 - 25 of 49) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/awt/utility/
H A Drect.h32 typedef RECT RECT_T;
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h48 typedef RECT RECT_T;
H A Dsplashscreen_sys.c109 sizeof(RECT), (splash->width / 2 + 1) * splash->height);
127 (RECT *) (((BYTE *) pRgnData) + sizeof(RGNDATAHEADER)));
130 sizeof(RGNDATAHEADER) + sizeof(RECT) * pRgnHdr->nCount, pRgnData);
224 RECT rect;
/openjdk7/jdk/src/windows/native/sun/windows/
H A DDevices.h75 BOOL WINAPI MonitorBounds (HMONITOR, RECT*);
H A Dawt_Debug.cpp79 RECT* r = (RECT*)(buffer + rgndata->rdh.dwSize);
96 RECT r;
111 RECT r;
H A Dawt_Label.h78 void DoPaint(HDC hDC, RECT& r);
H A Dawt_Win32GraphicsConfig.cpp96 RECT rRW = {0, 0, 0, 0};
H A Dawt_Label.cpp118 void AwtLabel::DoPaint(HDC hDC, RECT& r)
195 RECT r;
214 RECT& r = ps.rcPaint;
226 RECT r;
H A Dawt_Window.h103 virtual void GetInsets(RECT* rect) {
129 virtual void Invalidate(RECT* r);
262 RECT m_insets; /* a cache of the insets being used */
263 RECT m_old_insets; /* help determine if insets change */
265 RECT m_warningRect; /* The window's warning banner area, if any. */
H A DThemeReader.cpp84 int iPartId, int iStateId, const RECT *pRect, const RECT *pClipRect);
90 DWORD dwTextFlags, DWORD dwTextFlags2, const RECT *pRect);
93 HDC hdc, int iPartId, int iStateId, const RECT *pBoundingRect,
94 RECT *pContentRect);
98 OPTIONAL RECT *prc, OUT MARGINS *pMargins);
115 int iPartId, int iStateId, RECT *prc, THEME_SIZE eSize, SIZE *size);
415 RECT rect;
785 RECT boundingRect;
790 RECT contentRec
[all...]
H A Dawt_Button.cpp175 RECT rect;
207 RECT rect = drawInfo.rcItem;
242 RECT focusRect;
H A Dawt_Checkbox.cpp156 RECT rect;
220 RECT rect = drawInfo.rcItem;
249 RECT boxRect;
277 RECT focusRect;
476 RECT rect;
H A Dawt_MenuItem.h147 void DrawCheck(HDC hDC, RECT rect);
H A Dawt_TextComponent.h97 void SetCompositionWindow(RECT& rect);
H A Dawt_Choice.cpp110 RECT rc;
241 RECT rcWindow;
290 RECT rc;
307 RECT parentRc;
407 RECT rect;
H A Dawt_TextArea.cpp289 RECT r;
419 RECT r;
523 RECT rect;
H A Dawt_Component.cpp142 RECT *insets;
944 RECT rc;
957 RECT r;
1464 RECT r;
1471 RECT r;
1847 RECT* r = (RECT*)lParam;
2146 RECT r;
2162 void AwtComponent::PaintUpdateRgn(const RECT *insets)
2210 RECT*
[all...]
H A DDevices.cpp144 BOOL WINAPI MonitorBounds(HMONITOR hmMonitor, RECT* rpBounds)
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h164 RECT insets;
207 RECT bounds;
H A DGDIWindowSurfaceData.cpp265 RECT rSect ={0,0,0,0};
266 RECT rView ={bounds->x1, bounds->y1, bounds->x2, bounds->y2};
540 RECT rClip;
695 RECT crect;
1060 sizeof(RGNDATAHEADER), numrects, sizeof(RECT));
1061 const DWORD nCount = sizeof(RGNDATAHEADER) + numrects * sizeof(RECT);
1070 RECT *pRect = (RECT *) &(((RGNDATA *)lpRgnData)->Buffer);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp137 RECT r = { srcx, srcy, srcx+srcWidth, srcy+srcHeight };
212 RECT r = { dstx, dsty, dstx+srcWidth, dsty+srcHeight };
213 RECT *pR = &r;
364 RECT clipRect;
391 RECT srcRect = { sx1, sy1, sx2, sy2 };
392 RECT dstRect = { dstBounds.x1, dstBounds.y1, dstBounds.x2, dstBounds.y2 };
634 RECT srcRect = { (LONG)sx, (LONG)sy,
636 RECT dstRect = { 0l, 0l, (LONG)dw, (LONG)dh };
994 RECT srcRect = { srcx, srcy, srcx+width, srcy+height};
995 RECT dstRec
[all...]
H A DD3DSurfaceData.cpp316 RECT r = { 0, 0, 0, 0 };
432 RECT srcRect = { x, y, x+1, y+1};
433 RECT dstRect = { 0l, 0l, 1, 1 };
494 RECT srcRect = { 0l, 0l, 1, 1 };
495 RECT dstRect = { x, y, x+1, y+1};
H A DD3DTextRenderer.cpp411 RECT srcRect = { cx1, cy1, cx2, cy2 };
412 RECT dstRect = { cdx1, cdy1, cdx2, cdy2 };
490 RECT srcRect = { cx1, cy1, cx2, cy2 };
491 RECT dstRect = { cx1-dx1, cy1-dy1, cx2-dx1, cy2-dy1 };
731 RECT srcRect = { cx1, cy1, cx2, cy2 };
732 RECT dstRect = { cx1-x, cy1-y, cx2-x, cy2-y };
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c54 extern void AwtComponent_GetInsets(JNIEnv *env, jobject peer, RECT *insets);
90 RECT insets;
340 RECT wbounds;
/openjdk7/jdk/test/java/awt/MultipleGradientPaint/
H A DMultiGradientTest.java87 private static enum ShapeType {RECT, ELLIPSE, MULTIPLE}; enum constant in enum:MultiGradientTest.ShapeType
91 private ShapeType shapeType = ShapeType.RECT;
156 case RECT:

Completed in 210 milliseconds

12