Searched refs:poundPos (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/animator/
H A DSkMemberInfo.cpp203 const char* poundPos; local
204 while ((poundPos = strchr(valueStr.c_str(), '#')) != nullptr) {
205 size_t offset = poundPos - valueStr.c_str();
208 char r = poundPos[1];
209 char g = poundPos[2];
210 char b = poundPos[3];
213 char hex = poundPos[4];
219 *(char*) poundPos = '0'; // overwrite '#'

Completed in 70 milliseconds