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

  /external/skia/src/core/
SkString.cpp 223 SkString::Rec* SkString::AllocRec(const char text[], size_t len) {
271 fRec = AllocRec(nullptr, len);
277 fRec = AllocRec(text, len);
281 fRec = AllocRec(text, len);
368 Rec* rec = AllocRec(fRec->data(), fRec->fLength);
  /external/skia/include/core/
SkString.h 258 static Rec* AllocRec(const char text[], size_t len);

Completed in 197 milliseconds