Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRect.h256 void expandToCoverRect(float otherLeft, float otherTop, float otherRight, float otherBottom) { in expandToCoverRect() argument
257 left = std::min(left, otherLeft); in expandToCoverRect()