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/tools/aapt2/compile/
DPng.cpp993 int numCols; in do9Patch() local
1133 numCols = numXDivs + 1; in do9Patch()
1135 numCols--; in do9Patch()
1138 numCols--; in do9Patch()
1150 if (numRows * numCols > 0x7F) { in do9Patch()
1155 numColors = numRows * numCols; in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp558 int numCols; in do_9patch() local
691 numCols = numXDivs + 1; in do_9patch()
693 numCols--; in do_9patch()
696 numCols--; in do_9patch()
708 if (numRows * numCols > 0x7F) { in do_9patch()
713 numColors = numRows * numCols; in do_9patch()