Searched defs:AllocRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkString.cpp211 SkString::Rec* SkString::AllocRec(const char text[], size_t len) { function in class:SkString
259 fRec = AllocRec(nullptr, len);
265 fRec = AllocRec(text, len);
269 fRec = AllocRec(text, len);
356 Rec* rec = AllocRec(fRec->data(), fRec->fLength);

Completed in 182 milliseconds