Home
last modified time | relevance | path

Searched refs:GET_REGION (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_region.c4 #define pREGION GET_REGION(self)->region
5 #define pAPERTURE GET_REGION(self)->aperture
328 r2 = GET_REGION(other_region); in apc_region_combine()
392 return XEqualRegion( pREGION, GET_REGION(other_region)->region); in apc_region_equals()
519 r = GET_REGION(rgn); in apc_gp_set_region()
620 if ( GET_REGION(rgn)-> region ) in apc_gp_get_region()
621 XDestroyRegion( GET_REGION(rgn)-> region ); in apc_gp_get_region()
624 GET_REGION(rgn)-> aperture = XX-> size.y - XX-> clip_rect.y; in apc_gp_get_region()
625 GET_REGION(rgn)-> region = rgn2; in apc_gp_get_region()
627 GET_REGION(rgn)-> aperture = 0; in apc_gp_get_region()
[all …]
H A Dapc_widget.c760 rgn = GET_REGION(mask)-> region; in apc_widget_get_shape()
766 GET_REGION(mask)-> aperture = aperture; in apc_widget_get_shape()
1250 …( DISP, X_WINDOW, ShapeBounding, 0, XX->size.y - GET_REGION(mask)->aperture + XX->menuHeight, GET_… in apc_widget_set_shape()
1262 XClipBox( GET_REGION(mask)->region, &xr); in apc_widget_set_shape()
1264 XX-> shape_extent. y = GET_REGION(mask)->aperture; in apc_widget_set_shape()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dregion.c19 #define GET_REGION(obj) (&(dsys(obj)s.region)) macro
20 #define REGION GET_REGION(self)->region
21 #define APERTURE GET_REGION(self)->aperture
344 r2 = GET_REGION(other_region); in apc_region_combine()
402 return EqualRgn( REGION, GET_REGION(other_region)->region); in apc_region_equals()
508 rgn = GET_REGION(mask)-> region; in apc_gp_get_region()
514 GET_REGION(mask)-> aperture = sys lastSize. y - rect.top; in apc_gp_get_region()
531 CombineRgn(rgn, GET_REGION(region)->region, NULL, RGN_COPY); in apc_gp_set_region()
533 OffsetRgn( rgn, 0, sys lastSize.y - GET_REGION(region)->aperture); in apc_gp_set_region()
H A Dwidgets.c24 #define GET_REGION(obj) (&(dsys(obj)s.region)) macro
1616 rgn = GET_REGION(mask)-> region; in apc_widget_get_shape()
1623 GET_REGION(mask)-> aperture = sys lastSize. y - rect.top; in apc_widget_get_shape()
2094 CombineRgn( rgn, GET_REGION(mask)->region, NULL, RGN_COPY); in apc_widget_set_shape()
2097 sys extraBounds. y = GET_REGION(mask)->aperture; in apc_widget_set_shape()
H A Dapc.c22 #define GET_REGION(obj) (&(dsys(obj)s.region)) macro
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/aboutwelcome/
H A DAboutWelcomeChild.jsm277 return this.wrapPromise(this.sendQuery("AWPage:GET_REGION"));
H A DAboutWelcomeParent.jsm249 case "AWPage:GET_REGION":
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/aboutwelcome/
H A DAboutWelcomeChild.jsm277 return this.wrapPromise(this.sendQuery("AWPage:GET_REGION"));
H A DAboutWelcomeParent.jsm249 case "AWPage:GET_REGION":
/dports/www/firefox/firefox-99.0/browser/components/newtab/aboutwelcome/
H A DAboutWelcomeChild.jsm308 return this.wrapPromise(this.sendQuery("AWPage:GET_REGION"));
H A DAboutWelcomeParent.jsm278 case "AWPage:GET_REGION":
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h1082 #define GET_REGION(obj) (&((PUnixSysData)(PComponent((obj))-> sysData))->region) macro