Lines Matching defs:rec
46 Rec* rec = fRec; in reset() local
65 const Rec* rec = src.fRec; in operator =() local
120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); in set() local
147 const Rec* rec = this->find(name, kS32_Type); in findS32() local
160 const Rec* rec = this->find(name, kScalar_Type); in findScalar() local
173 const Rec* rec = this->find(name, kScalar_Type); in findScalars() local
186 const Rec* rec = this->find(name, kPtr_Type); in findPtr() local
203 const Rec* rec = this->find(name, kString_Type); in findString() local
210 const Rec* rec = this->find(name, kBool_Type); in findBool() local
222 const Rec* rec = this->find(name, kData_Type); in findData() local
235 const Rec* rec = fRec; in find() local
246 Rec* rec = fRec; in remove() local
334 void SkMetaData::Rec::Free(Rec* rec) { in Free()