Lines Matching defs:reset
518 * @param reset State fields that should be reset before processing them. This is
525 DrawingItem::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
530 // Set reset flags according to propagation status
531 reset |= _propagate_state;
534 _state &= ~reset; // reset state of this item
563 _state = _updateItem(area, child_ctx, flags, reset);
581 _clip->update(area, child_ctx, flags, reset);
590 _mask->update(area, child_ctx, flags, reset);
645 _fill_pattern->update(area, child_ctx, flags, reset);
648 _stroke_pattern->update(area, child_ctx, flags, reset);
795 ict.setOperator(CAIRO_OPERATOR_OVER); // reset back to default
1091 // If we actually reset anything in state, recurse on the parent.