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

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

Completed in 48 milliseconds