/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 155 if (winList.wins[i].region) 156 XDestroyRegion(winList.wins[i].region); 176 * Find windows that intersect the requested region. 188 Region ancestorRegion /* parent rel. effective Bounding region of ancestors */ 246 pWinInfo->region = NULL; 258 pWinInfo->region = XCreateRegion(); 263 XUnionRectWithRegion(rect++, pWinInfo->region, pWinInfo->region); 273 XIntersectRegion(pWinInfo->region, tmpreg, pWinInfo->region); [all...] |
H A D | multivis.h | 68 Region region; /* Computed effective bounding region */ member in struct:_winVisInfo
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | radeon_mem.c | 225 get_heap(drm_radeon_private_t *dev_priv, int region) argument 227 switch (region) { 257 alloc.region = alloc32.region; 268 heap = get_heap(dev_priv, alloc.region); 309 heap = get_heap(dev_priv, memfree.region); 340 heap = get_heap(dev_priv, initheap.region);
|
H A D | radeon_io32.h | 124 int region; member in struct:drm_radeon_mem_alloc_32
|
H A D | radeon_drm.h | 316 * There are 2 heaps (local/GART). Each region within a heap is a 735 int region; member in struct:drm_radeon_mem_alloc 742 int region; member in struct:drm_radeon_mem_free 747 int region; member in struct:drm_radeon_mem_init_heap
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_io32.c | 103 dest64->region = dest32.region;
|
H A D | i915_drm.h | 41 /* Each region is a minimum of 16k, and there are at most 255 of them. 377 int region; member in struct:drm_i915_mem_alloc 384 int region; member in struct:drm_i915_mem_alloc32 391 int region; member in struct:drm_i915_mem_free 396 int region; member in struct:drm_i915_mem_init_heap 405 int region; member in struct:drm_i915_mem_destroy_heap
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Command.c | 414 Redisplay(w, event, region) 417 Region region; 419 PaintCommandWidget(w, region, FALSE); 425 * region - region to paint (passed to the superclass). 431 PaintCommandWidget(w, region, change) 433 Region region; 447 region = NULL; /* Force label to repaint text. */ 454 (*SuperClass->core_class.expose) (w, (XEvent *) NULL, region); 487 (*SuperClass->core_class.expose) (w, (XEvent *) NULL, region); [all...] |
H A D | Xaw3_1Logo.c | 124 static void Redisplay (gw, event, region) 127 Region region; /* unused */
|
H A D | Xaw3_1Label.c | 272 static void Redisplay(w, event, region) 275 Region region; 280 if (region != NULL && 281 XRectInRegion(region, lw->label.label_x, lw->label.label_y, 288 if (region != NULL) XSetRegion(XtDisplay(w), gc, region); local 321 if (region != NULL) XSetClipMask(XtDisplay(w), gc, (Pixmap)None);
|
H A D | Xaw3_1SmeLine.c | 219 * event, region - NOT USED. 224 Redisplay(w, event, region) 227 Region region;
|
H A D | Xaw3_1SimpleMenu.c | 287 * region - the region the needs to be repainted. 293 Redisplay(w, event, region) 296 Region region; 302 if (region == NULL) 312 if (region != NULL) 313 switch(XRectInRegion(region, (int) (*entry)->rectangle.x,
|
H A D | Xaw3_1StripChart.c | 211 static void Redisplay(w, event, region) 214 Region region;
|
H A D | Xaw3_1Scrollbar.c | 449 static void Redisplay( gw, event, region ) 452 Region region; 470 if ( (region == NULL) || 471 (XRectInRegion(region, x, y, width, height) != RectangleOut) ) {
|
H A D | Xaw3_1SmeBSB.c | 210 * region - the region the needs to be repainted. 216 Redisplay(w, event, region) 219 Region region;
|
H A D | Xaw3_1Clock.c | 276 static void Redisplay (gw, event, region) 279 Region region; /* unused */
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Command.c | 396 Redisplay(w, event, region) 399 Region region; 401 PaintCommandWidget(w, event, region, FALSE); 407 * region - region to paint (passed to the superclass). 413 PaintCommandWidget(w, event, region, change) 416 Region region; 431 region = NULL; /* Force label to repaint text. */ 438 (*SuperClass->core_class.expose) (w, event, region); 471 (*SuperClass->core_class.expose) (w, event, region); [all...] |
H A D | SmeLine.c | 204 * event, region - NOT USED. 210 Redisplay(w, event, region) 213 Region region;
|
H A D | Label.c | 481 static void Redisplay(gw, event, region) 484 Region region; 494 if (region != NULL) { 501 if (XRectInRegion(region, x, w->label.label_y, 509 if (region != NULL) 510 XSetRegion(XtDisplay(gw), gc, region); local 588 if (region != NULL)
|
H A D | SimpleMenu.c | 298 * region - the region the needs to be repainted. 304 Redisplay(w, event, region) 307 Region region; 313 if (region == NULL) 323 if (region != NULL) 324 switch(XRectInRegion(region, (int) (*entry)->rectangle.x,
|
H A D | Scrollbar.c | 477 static void Redisplay( gw, event, region ) 480 Region region; 498 if ( (region == NULL) || 499 (XRectInRegion(region, x, y, width, height) != RectangleOut) ) {
|
H A D | StripChart.c | 225 static void Redisplay(w, event, region) 228 Region region;
|
H A D | SmeBSB.c | 228 * region - the region the needs to be repainted. 234 Redisplay(w, event, region) 237 Region region;
|
H A D | Tree.c | 570 static void Redisplay (gw, event, region) 573 Region region;
|
H A D | Panner.c | 577 static void Redisplay (gw, event, region) 580 Region region;
|