Home | History | Annotate | Download | only in animator

Lines Matching refs:valueStr

187     SkString valueStr(rawValue, rawValueLen);
204 while ((poundPos = strchr(valueStr.c_str(), '#')) != nullptr) {
205 size_t offset = poundPos - valueStr.c_str();
206 if (valueStr.size() - offset < 4)
215 valueStr.insertUnichar(offset + 1, r);
216 valueStr.insertUnichar(offset + 3, g);
217 valueStr.insertUnichar(offset + 5, b);
220 valueStr.insert(offset + 1, "xFF");
234 char* stringHeader = valueStr.writable_str();
236 rawValue = valueStr.c_str();
242 valueStr.remove(0, 8);
251 const char* script = valueStr.c_str();