Home
last modified time | relevance | path

Searched refs:fInheritedKey (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp20 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 in writeUnstyledKey()
[all...]
H A DGrStyledShape.h311 SkAutoSTArray<8, uint32_t> fInheritedKey; member in GrStyledShape

Completed in 3 milliseconds