Searched refs:mYDivs (Results 1 – 2 of 2) sorted by relevance
47 mYDivs = new int32_t[mYCount]; in Patch()58 delete[] mYDivs; in ~Patch()68 memcpy(mYDivs, yDivs, mYCount * sizeof(int32_t)); in copy()72 memcpy(mYDivs, yDivs, mYCount * sizeof(int32_t)); in copy()95 if (mYDivs[i] != yDivs[i]) { in matches()141 stretchSize += mYDivs[i] - mYDivs[i - 1]; in updateVertices()159 float stepY = mYDivs[i]; in updateVertices()
68 int32_t* mYDivs; member