Home
last modified time | relevance | path

Searched refs:Rects (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dclip.c160 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 Dengobjects.h65 RECTL* Rects; member
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s284 USE_GL_FUNC Rects, 92, 16
H A Dicd.h106 void (GLAPIENTRY * Rects)(GLshort, GLshort, GLshort, GLshort);
H A Dglfuncs.h103 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 DNl.rc203 MENUITEM "Log Layout Rects", IDM_DUMPLAYOUTRECTS
/reactos/sdk/include/ddk/
H A Dd3dhal.h592 RECT Rects[1]; member
H A Dd3dkmthk.h450 RECT Rects[D3DKMT_MAX_PRESENT_HISTORY_RECTS]; member