Searched refs:region (Results 1 - 25 of 29) sorted by relevance

12

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c155 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 Dmultivis.h68 Region region; /* Computed effective bounding region */ member in struct:_winVisInfo
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_mem.c225 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 Dradeon_io32.h124 int region; member in struct:drm_radeon_mem_alloc_32
H A Dradeon_drm.h316 * 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 Di915_io32.c103 dest64->region = dest32.region;
H A Di915_drm.h41 /* 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 DXaw3_1Command.c414 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 DXaw3_1Logo.c124 static void Redisplay (gw, event, region)
127 Region region; /* unused */
H A DXaw3_1Label.c272 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 DXaw3_1SmeLine.c219 * event, region - NOT USED.
224 Redisplay(w, event, region)
227 Region region;
H A DXaw3_1SimpleMenu.c287 * 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 DXaw3_1StripChart.c211 static void Redisplay(w, event, region)
214 Region region;
H A DXaw3_1Scrollbar.c449 static void Redisplay( gw, event, region )
452 Region region;
470 if ( (region == NULL) ||
471 (XRectInRegion(region, x, y, width, height) != RectangleOut) ) {
H A DXaw3_1SmeBSB.c210 * region - the region the needs to be repainted.
216 Redisplay(w, event, region)
219 Region region;
H A DXaw3_1Clock.c276 static void Redisplay (gw, event, region)
279 Region region; /* unused */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DCommand.c396 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 DSmeLine.c204 * event, region - NOT USED.
210 Redisplay(w, event, region)
213 Region region;
H A DLabel.c481 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 DSimpleMenu.c298 * 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 DScrollbar.c477 static void Redisplay( gw, event, region )
480 Region region;
498 if ( (region == NULL) ||
499 (XRectInRegion(region, x, y, width, height) != RectangleOut) ) {
H A DStripChart.c225 static void Redisplay(w, event, region)
228 Region region;
H A DSmeBSB.c228 * region - the region the needs to be repainted.
234 Redisplay(w, event, region)
237 Region region;
H A DTree.c570 static void Redisplay (gw, event, region)
573 Region region;
H A DPanner.c577 static void Redisplay (gw, event, region)
580 Region region;

Completed in 49 milliseconds

12