Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp252 int parentCnt = parent.fInheritedKey.count(); in setInheritedKey() local
253 bool useParentGeoKey = !parentCnt; in setInheritedKey()
255 parentCnt = parent.unstyledKeySize(); in setInheritedKey()
256 if (parentCnt < 0) { in setInheritedKey()
276 fInheritedKey.reset(parentCnt + styleCnt); in setInheritedKey()
283 parentCnt * sizeof(uint32_t)); in setInheritedKey()
286 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
/third_party/skia/tests/
H A DProcessorTest.cpp155 for (int parentCnt = 0; parentCnt < 2; parentCnt++) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
168 for (int i = 0; i < parentCnt; ++i) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()

Completed in 4 milliseconds