Home | History | Annotate | Download | only in core

Lines Matching refs:fRunCount

112     fRunHead = RunHead::Alloc(head.fRunCount,
290 if (!this->isComplex() || fRunHead->fRunCount != count) {
534 return ah->fRunCount == bh->fRunCount &&
536 ah->fRunCount * sizeof(SkRegion::RunType));
585 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount);
586 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
1110 size += fRunHead->fRunCount * sizeof(RunType);
1123 buffer.write32(isRect ? 0 : fRunHead->fRunCount);
1130 fRunHead->fRunCount * sizeof(RunType));
1246 SkASSERT(fRunHead->fRunCount > kRectRegionRuns);
1273 for (int i = 0; i < fRunHead->fRunCount; i++)