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

/frameworks/base/libs/hwui/
H A DRect.h132 float tempBottom = std::min(bottom, b); local
134 return ((tempLeft < tempRight) && (tempTop < tempBottom)); // !isEmpty

Completed in 197 milliseconds