Home | History | Annotate | Download | only in views

Lines Matching refs:str

12 	const char* str;
20 if ((str = dom.findAttr(node, "c0")) != NULL &&
21 SkParse::FindColor(str, &colors[0]) &&
22 (str = dom.findAttr(node, "c1")) != NULL &&
23 SkParse::FindColor(str, &colors[1]) &&
37 if ((str = dom.findAttr(node, "src")) == NULL)
42 if (SkImageDecoder::DecodeFile(str, &bm))
80 const char* str = dom.findAttr(node, "color");
81 if (str)
84 if (SkParse::FindColor(str, &c))