Lines Matching refs:fInheritedKey
33 fInheritedKey.reset(that.fInheritedKey.count()); in operator =()
34 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(), in operator =()
35 sizeof(uint32_t) * fInheritedKey.count()); in operator =()
224 if (fInheritedKey.count()) { in unstyledKeySize()
225 return fInheritedKey.count(); in unstyledKeySize()
233 SkASSERT(!fInheritedKey.count()); in unstyledKeySize()
238 SkASSERT(!fInheritedKey.count()); in unstyledKeySize()
264 if (fInheritedKey.count()) { in writeUnstyledKey()
265 memcpy(key, fInheritedKey.get(), sizeof(uint32_t) * fInheritedKey.count()); in writeUnstyledKey()
266 SkDEBUGCODE(key += fInheritedKey.count();) in writeUnstyledKey()
311 SkASSERT(!fInheritedKey.count()); in setInheritedKey()
320 int parentCnt = parent.fInheritedKey.count(); in setInheritedKey()
344 fInheritedKey.reset(parentCnt + styleCnt); in setInheritedKey()
347 parent.writeUnstyledKey(fInheritedKey.get()); in setInheritedKey()
350 memcpy(fInheritedKey.get(), parent.fInheritedKey.get(), in setInheritedKey()
354 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
409 fInheritedKey.reset(that.fInheritedKey.count()); in GrShape()
410 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(), in GrShape()
411 sizeof(uint32_t) * fInheritedKey.count()); in GrShape()
564 fInheritedKey.reset(0); in attemptToSimplifyPath()
575 if (fInheritedKey.count() || this->path().isVolatile()) { in attemptToSimplifyPath()
606 SkASSERT(!fInheritedKey.count()); in attemptToSimplifyRRect()
646 SkASSERT(!fInheritedKey.count()); in attemptToSimplifyLine()