Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp899 SkIRect idst; in quickReject() local
900 dst.roundOut(&idst); in quickReject()
901 return !SkIRect::Intersects(idst, fMCRec->fRegion->getBounds()); in quickReject()