Searched refs:numCols (Results 1 – 3 of 3) sorted by relevance
117 jsize numCols = array[0].row.size(); in translate2dDoubleArray() local118 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()
993 int numCols; in do9Patch() local1133 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()
558 int numCols; in do_9patch() local691 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()