Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java208 int pointCount) {
549 int pointCount) { in checkPointArrays() argument
551 int srcStop = srcIndex + (pointCount << 1); in checkPointArrays()
552 int dstStop = dstIndex + (pointCount << 1); in checkPointArrays()
553 if ((pointCount | srcIndex | dstIndex | srcStop | dstStop) < 0 || in checkPointArrays()
573 int pointCount) { in setPolyToPoly() argument
574 if (pointCount > 4) { in setPolyToPoly()
577 checkPointArrays(src, srcIndex, dst, dstIndex, pointCount); in setPolyToPoly()
579 dst, dstIndex, pointCount); in setPolyToPoly()
603 int pointCount) { in mapPoints() argument
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java648 float[] dst, int dstIndex, int pointCount) { in native_setPolyToPoly() argument
911 int pointCount) { in mapPoints() argument
912 final int count = pointCount * 2; in mapPoints()