Home | History | Annotate | Download | only in aapt

Lines Matching full:errormsg

360     const char* errorMsg = NULL;
368 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels";
375 errorMsg = "Must have one-pixel frame that is either transparent or white";
381 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
389 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
397 &image->info9Patch.paddingRight, &errorMsg, NULL, false) != NO_ERROR) {
405 &image->info9Patch.paddingBottom, &errorMsg, NULL, false) != NO_ERROR) {
470 errorMsg = "Too many rows and columns in 9-patch perimeter";
540 if (errorMsg) {
543 " %s.\n", imageName, errorMsg);