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

/frameworks/base/libs/hwui/
H A DNinePatchUtils.h47 int yRects; local
49 yRects = (0 == lattice.fYDivs[0]) ? lattice.fYCount : lattice.fYCount + 1;
51 yRects = 1;
53 return xRects * yRects;

Completed in 918 milliseconds