Searched refs:AllocRec (Results 1 – 2 of 2) sorted by relevance
211 SkString::Rec* SkString::AllocRec(const char text[], size_t len) { in AllocRec() function in SkString259 fRec = AllocRec(nullptr, len); in SkString()265 fRec = AllocRec(text, len); in SkString()269 fRec = AllocRec(text, len); in SkString()356 Rec* rec = AllocRec(fRec->data(), fRec->fLength); in writable_str()
259 static Rec* AllocRec(const char text[], size_t len);