Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureRecorder.cpp70 SkRect bbhBound = fBBH->getRootBound(); in endRecordingAsPicture() local
71 SkASSERT((bbhBound.isEmpty() || fCullRect.contains(bbhBound)) in endRecordingAsPicture()
72 || (bbhBound.isEmpty() && fCullRect.isEmpty())); in endRecordingAsPicture()
73 fCullRect = bbhBound; in endRecordingAsPicture()