Lines Matching defs:rec
47 Rec* rec = fRec; in reset() local
66 const Rec* rec = src.fRec; in operator =() local
121 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); in set() local
148 const Rec* rec = this->find(name, kS32_Type); in findS32() local
161 const Rec* rec = this->find(name, kScalar_Type); in findScalar() local
174 const Rec* rec = this->find(name, kScalar_Type); in findScalars() local
187 const Rec* rec = this->find(name, kPtr_Type); in findPtr() local
204 const Rec* rec = this->find(name, kString_Type); in findString() local
211 const Rec* rec = this->find(name, kBool_Type); in findBool() local
223 const Rec* rec = this->find(name, kData_Type); in findData() local
236 const Rec* rec = fRec; in find() local
247 Rec* rec = fRec; in remove() local
335 void SkMetaData::Rec::Free(Rec* rec) { in Free()