Lines Matching refs:errorMsg
1009 const char* errorMsg = nullptr; in do9Patch() local
1018 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels"; in do9Patch()
1025 errorMsg = "Must have one-pixel frame that is either transparent or white"; in do9Patch()
1031 &errorMsg, &numXDivs, true)) { in do9Patch()
1039 &yDivs[1], &errorMsg, &numYDivs, true)) { in do9Patch()
1052 &image->info9Patch.paddingRight, &errorMsg, nullptr, in do9Patch()
1062 &image->info9Patch.paddingBottom, &errorMsg, nullptr, in do9Patch()
1072 &image->layoutBoundsRight, &errorMsg); in do9Patch()
1076 &image->layoutBoundsBottom, &errorMsg); in do9Patch()
1151 errorMsg = "Too many rows and columns in 9-patch perimeter"; in do9Patch()
1217 if (errorMsg) { in do9Patch()
1219 err << "9-patch malformed: " << errorMsg; in do9Patch()
1282 std::string errorMsg; in process() local
1283 if (!do9Patch(&pngInfo, &errorMsg)) { in process()
1284 mDiag->Error(DiagMessage() << errorMsg); in process()