Home | History | Annotate | Download | only in aapt

Lines Matching defs:xDivs

40         xDivs(NULL), yDivs(NULL), colors(NULL), allocRows(NULL) { }
52 free(xDivs);
58 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors);
70 int32_t* xDivs;
551 int32_t* xDivs = image->xDivs
563 memset(xDivs, -1, maxSizeXDivs);
595 if (get_horizontal_ticks(p, W, transparent, true, &xDivs[0],
596 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
597 errorPixel = xDivs[0];
656 image->info9Patch.paddingLeft = xDivs[0];
657 image->info9Patch.paddingRight = W - 2 - xDivs[1];
672 xDivs[0], xDivs[1],
692 if (xDivs[0] == 0) { // Column 1 is strechable
695 if (xDivs[numXDivs - 1] == W) {
749 for (i = xDivs[0] == 0 ? 1 : 0;
755 right = xDivs[i];