HomeSort by relevance Sort by last modified time
    Searched refs:poundPos (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.cpp 203 const char* poundPos;
204 while ((poundPos = strchr(valueStr.c_str(), '#')) != NULL) {
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 '#'
  /external/skia/src/animator/
SkMemberInfo.cpp 203 const char* poundPos;
204 while ((poundPos = strchr(valueStr.c_str(), '#')) != NULL) {
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 89 milliseconds