Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssAntennaInfoCallback.cpp117 jsize numCols = array[0].row.size(); in translate2dDoubleArray() local
118 if (numCols <= 1) { in translate2dDoubleArray()
128 jdoubleArray doubleArray = env->NewDoubleArray(numCols); in translate2dDoubleArray()
129 env->SetDoubleArrayRegion(doubleArray, (jsize)0, numCols, array[i].row.data()); in translate2dDoubleArray()
/frameworks/base/libs/androidfw/
DPng.cpp941 int numCols; in do9Patch() local
1073 numCols = numXDivs + 1; in do9Patch()
1075 numCols--; in do9Patch()
1078 numCols--; in do9Patch()
1090 if (numRows * numCols > 0x7F) { in do9Patch()
1095 numColors = numRows * numCols; in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp559 int numCols; in do_9patch() local
692 numCols = numXDivs + 1; in do_9patch()
694 numCols--; in do_9patch()
697 numCols--; in do_9patch()
709 if (numRows * numCols > 0x7F) { in do_9patch()
714 numColors = numRows * numCols; in do_9patch()