Lines Matching defs:region
116 SPObject *region = NULL;
138 region = o;
143 if (region) {
144 if (flags || (region->mflags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_CHILD_MODIFIED_FLAG))) {
145 region->emitModified(flags); // pass down to the region only
388 SPFlowregion *region = dynamic_cast<SPFlowregion *>(child);
389 if (region) {
390 std::vector<Shape*> const &computed = region->computed;
573 SPObject *region = 0;
576 region = o;
581 if (region) {
584 for (SPObject *o = region->firstChild() ; o ; o = o->getNext() ) {
687 SPObject *region = NULL;
690 region = o;
694 if (region) {
695 SPRect *rect = dynamic_cast<SPRect *>(region->firstChild());