Lines Matching refs:fRunCount
112 fRunHead = RunHead::Alloc(head.fRunCount, in allocateRuns()
284 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns()
528 return ah->fRunCount == bh->fRunCount && in operator ==()
530 ah->fRunCount * sizeof(SkRegion::RunType)); in operator ==()
579 SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->fRunCount); in translate()
580 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount); in translate()
1104 size += fRunHead->fRunCount * sizeof(RunType); in writeToMemory()
1117 buffer.write32(isRect ? 0 : fRunHead->fRunCount); in writeToMemory()
1124 fRunHead->fRunCount * sizeof(RunType)); in writeToMemory()
1240 SkASSERT(fRunHead->fRunCount > kRectRegionRuns); in validate()
1267 for (int i = 0; i < fRunHead->fRunCount; i++) in dump()