Home
last modified time | relevance | path

Searched refs:cached_region (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqwsmanager_qws.cpp81 cached_region.regionType = 0; in QWSManagerPrivate()
86 return d_func()->cached_region.region; in cachedRegion()
172 if(d->cached_region.regionType) in mousePressEvent()
263 if(d->cached_region.regionType) { in mouseMoveEvent()
509 if (managed->windowFlags() == cached_region.windowFlags in newCachedRegion()
510 && managed->geometry() == cached_region.windowGeometry in newCachedRegion()
511 && cached_region.region.contains(pos)) in newCachedRegion()
519 previousRegionType = cached_region.regionType; in newCachedRegion()
520 cached_region.regionType = reg; in newCachedRegion()
527 cached_region.windowFlags = managed->windowFlags(); in newCachedRegion()
[all …]
H A Dqwsmanager_p.h102 } cached_region; variable
106 { return cached_region.regionType; } in cachedRegionAt()
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/decor/
H A Ddeco-subsurface.cpp67 wf::region_t cached_region; member in simple_decoration_surface
139 wf::region_t frame = this->cached_region + wf::point_t{x, y}; in simple_render()
150 return pixman_region32_contains_point(cached_region.to_pixman(), in accepts_input()
286 this->cached_region = layout.calculate_region(); in notify_view_resized()
301 this->cached_region.clear(); in update_decoration_size()
307 this->cached_region = layout.calculate_region(); in update_decoration_size()
/dports/graphics/gegl/gegl-0.4.34/operations/workshop/
H A Dboxblur-1d.c259 GeglRectangle cached_region = *output_roi;
266 cached_region.x = in_rect.x;
267 cached_region.width = in_rect.width;
271 cached_region.y = in_rect.y;
272 cached_region.height = in_rect.height;
276 return cached_region;
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dgblur-1d.c1181 GeglRectangle cached_region;
1185 cached_region = *output_roi;
1197 cached_region = *output_roi;
1201 cached_region.x = in_rect.x;
1202 cached_region.width = in_rect.width;
1206 cached_region.y = in_rect.y;
1207 cached_region.height = in_rect.height;
1212 return cached_region;
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c399 if ( XX-> cached_region) { in apc_image_update_change()
400 XDestroyRegion( XX-> cached_region); in apc_image_update_change()
401 XX-> cached_region = NULL; in apc_image_update_change()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h833 Region invalid_region, paint_region, current_region, cached_region; member