Lines Matching refs:fKey
59 fKey.reset(that.fKey.count()); in operator =()
60 memcpy(fKey.get(), that.fKey.get(), fKey.count() * sizeof(uint32_t)); in operator =()
71 fKey.reset(1 + shapeKeySize); in set()
72 fKey[0] = dim; in set()
73 shape.writeUnstyledKey(&fKey[1]); in set()
95 fKey.reset(5 + shapeKeySize); in set()
96 fKey[0] = SkFloat2Bits(sx); in set()
97 fKey[1] = SkFloat2Bits(sy); in set()
98 fKey[2] = SkFloat2Bits(kx); in set()
99 fKey[3] = SkFloat2Bits(ky); in set()
100 fKey[4] = fracX | (fracY >> 8); in set()
101 shape.writeUnstyledKey(&fKey[5]); in set()
105 return fKey.count() == that.fKey.count() && in operator ==()
106 0 == memcmp(fKey.get(), that.fKey.get(), sizeof(uint32_t) * fKey.count()); in operator ==()
109 int count32() const { return fKey.count(); } in count32()
110 const uint32_t* data() const { return fKey.get(); } in data()
116 SkAutoSTArray<24, uint32_t> fKey; member in ShapeDataKey
121 ShapeDataKey fKey; member in ShapeData
128 return data.fKey; in GetKey()
148 dfpr->fShapeCache.remove(shapeData->fKey); in HandleEviction()
445 fShapeCache->remove(shapeData->fKey); in onPrepareDraws()
470 fShapeCache->remove(shapeData->fKey); in onPrepareDraws()
619 shapeData->fKey.set(shape, dimension); in addDFPathToAtlas()
721 shapeData->fKey.set(shape, ctm); in addBMPathToAtlas()
929 dfpr->fShapeCache.remove(shapeData->fKey); in HandleEviction()