Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp124 mLastAll.setEmpty(); in BoundsCheck()
135 if (mLastAll.isEmpty() || Area(mLastAll) < Area(mAllDrawnIn)) { in checkLast()
136 mLastAll = mAllDrawnIn; in checkLast()
143 return (mLastAll.isEmpty() && mLastOver.isEmpty()) || in hidden()
184 mLastAll.isEmpty() == false) in onIRect()
214 SkIRect mLastAll; member in android::BoundsCheck
1153 const SkIRect& l = boundsCheck.mLastAll; in maskIfHidden()