Home
last modified time | relevance | path

Searched refs:bbhBound (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPictureRecorder.cpp85 SkRect bbhBound = fBBH->getRootBound(); in endRecordingAsPicture() local
86 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound)) in endRecordingAsPicture()
87 || (bbhBound.isEmpty() && fCullRect.isEmpty())); in endRecordingAsPicture()
88 fCullRect = bbhBound; in endRecordingAsPicture()