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()
941 int numCols; in do9Patch() local1073 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()
559 int numCols; in do_9patch() local692 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()