Lines Matching full:c_str
122 const char* idStart = strchr(current.f_mask.c_str(), '#');
125 bool itsFound = parser.fIDs.find(id.c_str(), &found);
149 if (current.f_fill.equals("none") == false && strncmp(current.f_fill.c_str(), "url(#", 5) != 0) {
150 SkASSERT(current.f_fill.c_str()[0] == '#');
152 replacement.append(current.f_fill.c_str() + 1);
156 if (current.f_stroke.equals("none") == false && strncmp(current.f_stroke.c_str(), "url(#", 5) != 0) {
157 SkASSERT(current.f_stroke.c_str()[0] == '#');
159 replacement.append(current.f_stroke.c_str() + 1);
204 const char* str = lastAttr->c_str();
212 SkParse::FindScalars(mat.c_str() + 1, values, 6);
255 parser._addAttributeLen("matrix", outputStr.c_str(), outputStr.size());
262 const char* start = strchr(current->f_clipPath.c_str(), '#') + 1;
280 const char* attrValue = topAttr->c_str();
320 if (strncmp(id.c_str(), "mask", 4) != 0) {
321 bool itsFound = parser.fIDs.find(id.c_str(), &found);
326 parser._addAttribute("shader", id.c_str());
361 const char* attrValue = topAttr->c_str();
389 parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size());
390 parser._addAttributeLen("alpha", opacity.c_str(), opacity.size());
400 if (strncmp(lastAttr->c_str(), "url(", 4) == 0 && strncmp(attrValue, "url(", 4) != 0) {
419 parser._addAttributeLen("alpha", opacity.c_str(), opacity.size());
428 parser._addAttribute("intervals", topAttr->c_str());