Home | History | Annotate | Download | only in svg

Lines Matching full:equals

120             if (current.f_mask.size() > 0 && current.f_mask.equals(lastState.f_mask) == false) {
145 paintChanged |= changed[index] = lastAttr->equals(*currentAttr) == false;
149 if (current.f_fill.equals("none") == false && strncmp(current.f_fill.c_str(), "url(#", 5) != 0) {
156 if (current.f_stroke.equals("none") == false && strncmp(current.f_stroke.c_str(), "url(#", 5) != 0) {
164 if (current.f_fill.equals("none") && current.f_stroke.equals("none"))
288 if (topAttr->equals("none") == false && lastAttr->equals("none") == true)
310 if (topAttr->equals("none") == false && lastAttr->equals("none") == true)
404 if (topAttr->equals(*lastAttr))
409 bool lastEqual = parser.fLastColor.equals(attrValue, attrLength);