Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/utils/
DBoundaryPatch.java34 private float[] mCubicPoints; field in BoundaryPatch
42 mCubicPoints = new float[24]; in BoundaryPatch()
75 System.arraycopy(pts, offset, mCubicPoints, 0, 24); in setCubicBoundary()
163 nativeComputeCubicPatch(mCubicPoints, in buildCache()