Lines Matching refs:def
173 std::string targetName(bounceTarget->def.descr);
215 sp_gradient_unset_swatch(desktop, bounceTarget->def.descr);
1021 if ( (newColor->def.getType() != oldColor->def.getType()) ||
1022 (newColor->def.getR() != oldColor->def.getR()) ||
1023 (newColor->def.getG() != oldColor->def.getG()) ||
1024 (newColor->def.getB() != oldColor->def.getB()) ) {
1025 oldColor->def.setRGB(newColor->def.getR(), newColor->def.getG(), newColor->def.getB());
1131 bool isFill = (fillId == item->def.descr);
1132 bool isStroke = (strokeId == item->def.descr);