Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java858 float[] tmpDest = dst; in mapPoints() local
861 tmpDest = new float[dstIndex + count]; in mapPoints()
873 tmpDest[i + dstIndex] = x; in mapPoints()
874 tmpDest[i + dstIndex + 1] = y; in mapPoints()
878 System.arraycopy(tmpDest, dstIndex, dst, dstIndex, count); in mapPoints()