Lines Matching refs:fInheritedKey
20 fInheritedKey.reset(that.fInheritedKey.count()); in operator =()
21 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(), in operator =()
22 sizeof(uint32_t) * fInheritedKey.count()); in operator =()
134 if (fInheritedKey.count()) { in unstyledKeySize()
135 return fInheritedKey.count(); in unstyledKeySize()
181 if (fInheritedKey.count()) { in writeUnstyledKey()
182 memcpy(key, fInheritedKey.get(), sizeof(uint32_t) * fInheritedKey.count()); in writeUnstyledKey()
183 SkDEBUGCODE(key += fInheritedKey.count();) in writeUnstyledKey()
243 SkASSERT(!fInheritedKey.count()); in setInheritedKey()
252 int parentCnt = parent.fInheritedKey.count(); in setInheritedKey()
276 fInheritedKey.reset(parentCnt + styleCnt); in setInheritedKey()
279 parent.writeUnstyledKey(fInheritedKey.get()); in setInheritedKey()
282 memcpy(fInheritedKey.get(), parent.fInheritedKey.get(), in setInheritedKey()
286 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
323 fInheritedKey.reset(that.fInheritedKey.count()); in GrStyledShape()
324 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(), in GrStyledShape()
325 sizeof(uint32_t) * fInheritedKey.count()); in GrStyledShape()
605 if (fInheritedKey.count() || fShape.path().isVolatile()) { in simplify()
620 fInheritedKey.reset(0); in simplify()