Lines Matching refs:fKey
60 fKey.reset(that.fKey.count()); in operator =()
61 memcpy(fKey.get(), that.fKey.get(), fKey.count() * sizeof(uint32_t)); in operator =()
72 fKey.reset(1 + shapeKeySize); in set()
73 fKey[0] = dim; in set()
74 shape.writeUnstyledKey(&fKey[1]); in set()
96 fKey.reset(5 + shapeKeySize); in set()
97 fKey[0] = SkFloat2Bits(sx); in set()
98 fKey[1] = SkFloat2Bits(sy); in set()
99 fKey[2] = SkFloat2Bits(kx); in set()
100 fKey[3] = SkFloat2Bits(ky); in set()
101 fKey[4] = fracX | (fracY >> 8); in set()
102 shape.writeUnstyledKey(&fKey[5]); in set()
106 return fKey.count() == that.fKey.count() && in operator ==()
107 0 == memcmp(fKey.get(), that.fKey.get(), sizeof(uint32_t) * fKey.count()); in operator ==()
110 int count32() const { return fKey.count(); } in count32()
111 const uint32_t* data() const { return fKey.get(); } in data()
117 SkAutoSTArray<24, uint32_t> fKey; member in ShapeDataKey
122 ShapeDataKey fKey; member in ShapeData
129 return data.fKey; in GetKey()
149 dfpr->fShapeCache.remove(shapeData->fKey); in HandleEviction()
444 fShapeCache->remove(shapeData->fKey); in onPrepareDraws()
469 fShapeCache->remove(shapeData->fKey); in onPrepareDraws()
618 shapeData->fKey.set(shape, dimension); in addDFPathToAtlas()
720 shapeData->fKey.set(shape, ctm); in addBMPathToAtlas()
931 dfpr->fShapeCache.remove(shapeData->fKey); in HandleEviction()