Lines Matching defs:fKey
22 fKey.reset(that.fKey.count());
23 memcpy(fKey.get(), that.fKey.get(), fKey.count() * sizeof(uint32_t));
35 return fKey.count() == that.fKey.count() &&
36 0 == memcmp(fKey.get(), that.fKey.get(), sizeof(uint32_t) * fKey.count());
39 int count32() const { return fKey.count(); }
40 const uint32_t* data() const { return fKey.get(); }
46 SkAutoSTArray<24, uint32_t> fKey;
51 SmallPathShapeData(const SmallPathShapeDataKey& key) : fKey(key) {}
53 const SmallPathShapeDataKey fKey;
60 return data.fKey;