Home | History | Annotate | Download | only in aapt

Lines Matching defs:numColors

586     int8_t numColors;
739 numColors = numRows * numCols;
740 image->info9Patch.numColors = numColors;
741 image->colors = (uint32_t*)malloc(numColors * sizeof(uint32_t));
791 assert(colorIndex == numColors);
793 for (i=0; i<numColors; i++) {
797 if (i == numColors - 1) printf("\n");
839 for (int i = 0; i < outPatch->numColors; i++) {