Searched defs:topNotZero (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp291 int topNotZero = (windowHeight - clip.bottom > 0) ? 1 : 0; local
295 windowHeight - clip.bottom - topNotZero,
297 clip.bottom - clip.top + topNotZero + 1,

Completed in 203 milliseconds