Searched refs:fRunHead (Results 1 – 3 of 3) sorted by relevance
108 fRunHead = SkRegion_gEmptyRunHeadPtr; in SkRegion()113 … fRunHead = SkRegion_gEmptyRunHeadPtr; // just need a value that won't trigger sk_free(fRunHead) in SkRegion()119 … fRunHead = SkRegion_gEmptyRunHeadPtr; // just need a value that won't trigger sk_free(fRunHead) in SkRegion()130 if (fRunHead->isComplex()) in freeRuns()132 SkASSERT(fRunHead->fRefCnt >= 1); in freeRuns()133 if (sk_atomic_dec(&fRunHead->fRefCnt) == 1) in freeRuns()138 sk_free(fRunHead); in freeRuns()145 fRunHead = RunHead::Alloc(count); in allocateRuns()157 SkTSwap<RunHead*>(fRunHead, other.fRunHead); in swap()164 fRunHead = SkRegion_gEmptyRunHeadPtr; in setEmpty()[all …]
314 tmp.fRunHead = RunHead::Alloc(count); in setPath()315 builder.copyToRgn(tmp.fRunHead->writable_runs()); in setPath()316 ComputeRunBounds(tmp.fRunHead->readonly_runs(), count, &tmp.fBounds); in setPath()
71 bool isEmpty() const { return fRunHead == SkRegion_gEmptyRunHeadPtr; } in isEmpty()73 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; } in isRect()160 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect() in quickContains()329 RunHead* fRunHead; variable