HomeSort by relevance Sort by last modified time
    Searched refs:parentCnt (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrShape.cpp 202 int parentCnt = parent.fInheritedKey.count();
203 bool useParentGeoKey = !parentCnt;
205 parentCnt = parent.unstyledKeySize();
206 if (parentCnt < 0) {
226 fInheritedKey.reset(parentCnt + styleCnt);
233 parentCnt * sizeof(uint32_t));
236 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale,
  /external/skia/tests/
ProcessorTest.cpp 139 for (int parentCnt = 0; parentCnt < 2; parentCnt++) {
177 for (int i = 0; i < parentCnt; ++i) {

Completed in 87 milliseconds