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