Lines Matching defs:old
117 // However, if the line tspan or textPath contains some style (old file?), we reluctantly set our style to it too.
1488 SPIBaselineShift old;
1489 old.value = 0.0;
1490 old.computed = 0.0;
1522 if( current.set != old.set ||
1523 current.inherit != old.inherit ||
1524 current.type != old.type ||
1525 current.literal != old.literal ||
1526 current.value != old.value ||
1527 current.computed != old.computed ) {
1535 old.set = current.set;
1536 old.inherit = current.inherit;
1537 old.type = current.type;
1538 old.literal = current.literal;
1539 old.value = current.value;
1540 old.computed = current.computed;
1548 style_res->baseline_shift.set = old.set;
1549 style_res->baseline_shift.inherit = old.inherit;
1550 style_res->baseline_shift.type = old.type;
1551 style_res->baseline_shift.literal = old.literal;
1552 style_res->baseline_shift.value = old.value;
1553 style_res->baseline_shift.computed = old.computed;