Home | History | Annotate | Download | only in aapt

Lines Matching refs:xDivs

47         free(info9Patch.xDivs);
318 hpatch, image->info9Patch.xDivs[0], image->info9Patch.xDivs[1],
340 int32_t* xDivs = (int32_t*) malloc(maxSizeXDivs);
351 memset(xDivs, -1, maxSizeXDivs);
380 if (get_horizontal_ticks(p, W, transparent, true, &xDivs[0],
381 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
382 errorPixel = xDivs[0];
414 image->info9Patch.xDivs = xDivs;
419 image->info9Patch.paddingLeft = xDivs[0];
420 image->info9Patch.paddingRight = W - 2 - xDivs[1];
434 image->info9Patch.xDivs[0], image->info9Patch.xDivs[1],
453 if (xDivs[0] == 0) { // Column 1 is strechable
456 if (xDivs[numXDivs - 1] == W) {
510 for (i = xDivs[0] == 0 ? 1 : 0;
516 right = xDivs[i];
577 assert(outPatch->xDivs[i] == inPatch->xDivs[i]);
604 if (patch1.xDivs[i] != patch2.xDivs[i]) {