Home
last modified time | relevance | path

Searched refs:fInheritedKey (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrShape.cpp33 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()
[all …]
DGrShape.h602 SkAutoSTArray<8, uint32_t> fInheritedKey; variable
/external/skia/src/gpu/
DGrShape.cpp33 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()
[all …]
DGrShape.h602 SkAutoSTArray<8, uint32_t> fInheritedKey; variable