Searched refs:Rects (Results 1 – 8 of 8) sorted by relevance
/reactos/win32ss/gdi/eng/ |
H A D | clip.c | 160 Clip->Rects = &Clip->rclBounds; in IntEngInitClipObj() 166 if (Clip->Rects != &Clip->rclBounds) in IntEngFreeClipResources() 167 EngFreeMem(Clip->Rects); in IntEngFreeClipResources() 194 if (Clip->Rects != &Clip->rclBounds) in IntEngUpdateClipRegion() 195 EngFreeMem(Clip->Rects); in IntEngUpdateClipRegion() 196 Clip->Rects = NewRects; in IntEngUpdateClipRegion() 211 if (Clip->Rects != &Clip->rclBounds) in IntEngUpdateClipRegion() 212 EngFreeMem(Clip->Rects); in IntEngUpdateClipRegion() 213 Clip->Rects = &Clip->rclBounds; in IntEngUpdateClipRegion() 299 EngSort((PBYTE) Clip->Rects, sizeof(RECTL), Clip->RectCount, CompareFunc); in CLIPOBJ_cEnumStart() [all …]
|
H A D | engobjects.h | 65 RECTL* Rects; member
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 284 USE_GL_FUNC Rects, 92, 16
|
H A D | icd.h | 106 void (GLAPIENTRY * Rects)(GLshort, GLshort, GLshort, GLshort);
|
H A D | glfuncs.h | 103 USE_GL_FUNC(Rects, (GLshort x1, GLshort y1, GLshort x2, GLshort y2), (x1,y1,x2,y2), 92, 16)
|
/reactos/dll/win32/shdoclc/lang/ |
H A D | Nl.rc | 203 MENUITEM "Log Layout Rects", IDM_DUMPLAYOUTRECTS
|
/reactos/sdk/include/ddk/ |
H A D | d3dhal.h | 592 RECT Rects[1]; member
|
H A D | d3dkmthk.h | 450 RECT Rects[D3DKMT_MAX_PRESENT_HISTORY_RECTS]; member
|