Home | History | Annotate | Download | only in aapt

Lines Matching refs:numColors

344     int8_t numColors;
474 numColors = numRows * numCols;
475 image->info9Patch.numColors = numColors;
476 image->info9Patch.colors = (uint32_t*)malloc(numColors * sizeof(uint32_t));
526 assert(colorIndex == numColors);
528 for (i=0; i<numColors; i++) {
532 if (i == numColors - 1) printf("\n");
582 for (int i = 0; i < outPatch->numColors; i++) {
591 patch1.numColors == patch2.numColors &&
598 for (int i = 0; i < patch1.numColors; i++) {