Lines Matching defs:computed
27 static void GetDest(SPObject* child,Shape **computed);
34 for (std::vector<Shape*>::iterator it = this->computed.begin() ; it != this->computed.end() ; ++it) {
100 for (std::vector<Shape*>::iterator it = computed.begin() ; it != computed.end() ; ++it) {
103 computed.clear();
108 computed.push_back(shape);
185 this->computed = NULL;
189 if (this->computed) {
190 delete this->computed;
191 this->computed = NULL;
257 if (computed) {
258 delete computed;
259 computed = NULL;
263 GetDest(child, &computed);
351 static void GetDest(SPObject* child,Shape **computed)
389 if ( style && style->fill_rule.computed == SP_WIND_RULE_EVENODD ) {
394 UnionShape(computed, uncross);