Home | History | Annotate | Download | only in aapt

Lines Matching full:errormsg

575     const char* errorMsg = NULL;
583 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels";
590 errorMsg = "Must have one-pixel frame that is either transparent or white";
596 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
604 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
616 &image->info9Patch.paddingRight, &errorMsg, NULL, false) != NO_ERROR) {
624 &image->info9Patch.paddingBottom, &errorMsg, NULL, false) != NO_ERROR) {
633 &image->layoutBoundsRight, &errorMsg);
637 &image->layoutBoundsBottom, &errorMsg);
709 errorMsg = "Too many rows and columns in 9-patch perimeter";
778 if (errorMsg) {
781 " %s.\n", imageName, errorMsg);