Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/utils/
DBoundaryPatch.java33 private int mCols; field in BoundaryPatch
41 mRows = mCols = 2; // default minimum in BoundaryPatch()
76 if (mRows != rows || mCols != cols) { in setCubicBoundary()
78 mCols = cols; in setCubicBoundary()
153 int vertCount = mRows * mCols * 4; in buildCache()
158 int indexCount = (mRows - 1) * (mCols - 1) * 6; in buildCache()
165 mRows, mCols, mVerts, mIndices); in buildCache()