Searched refs:NUM_OF_POLY_POINTS (Results 1 – 1 of 1) sorted by relevance
66 private final int NUM_OF_POLY_POINTS = 8; field in FoldingLayout233 mSrc = new float[NUM_OF_POLY_POINTS]; in prepareFold()234 mDst = new float[NUM_OF_POLY_POINTS]; in prepareFold()460 mMatrix[x].setPolyToPoly(mSrc, 0, mDst, 0, NUM_OF_POLY_POINTS / 2); in calculateMatrices()