Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRect.h107 float tempBottom = std::min(bottom, b); in intersects() local
109 return ((tempLeft < tempRight) && (tempTop < tempBottom)); // !isEmpty in intersects()