Lines Matching defs:Key
83 struct Key { struct
86 : fKeySize(keySize) in fKeySize()
105 ~Key() { in ~Key()
120 uint32_t pictureID() const { return fIDMatrix.fPictureID; } in pictureID()
123 const int* key() const { SkASSERT(fFreeKey); return fKey; } in key()
124 int keySize() const { SkASSERT(fFreeKey); return fKeySize; } in keySize()
126 uint32_t hash() const { in hash()
134 struct IDMatrix {
139 } fIDMatrix;
141 const int* fKey;
142 const int fKeySize;
143 bool fFreeKey;