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

  /external/skia/src/core/
SkResourceCache.cpp 166 SkString bytesStr, totalStr;
167 make_size_str(rec->bytesUsed(), &bytesStr);
170 bytesStr.c_str(), rec, rec->getHash(), totalStr.c_str(), fCount);
191 SkString bytesStr, totalStr;
192 make_size_str(used, &bytesStr);
195 bytesStr.c_str(), rec, rec->getHash(), totalStr.c_str(), fCount);
  /external/skqp/src/core/
SkResourceCache.cpp 166 SkString bytesStr, totalStr;
167 make_size_str(rec->bytesUsed(), &bytesStr);
170 bytesStr.c_str(), rec, rec->getHash(), totalStr.c_str(), fCount);
191 SkString bytesStr, totalStr;
192 make_size_str(used, &bytesStr);
195 bytesStr.c_str(), rec, rec->getHash(), totalStr.c_str(), fCount);

Completed in 754 milliseconds