Home | History | Annotate | Download | only in compile

Lines Matching full:errormsg

972     const char* errorMsg = nullptr;
981 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels";
988 errorMsg = "Must have one-pixel frame that is either transparent or white";
993 if (!getHorizontalTicks(p, W, transparent, true, &xDivs[0], &xDivs[1], &errorMsg, &numXDivs,
1002 &errorMsg, &numYDivs, true)) {
1015 &errorMsg, nullptr, false)) {
1024 &errorMsg, nullptr, false)) {
1032 &image->layoutBoundsLeft, &image->layoutBoundsRight, &errorMsg);
1035 &image->layoutBoundsTop, &image->layoutBoundsBottom, &errorMsg);
1109 errorMsg = "Too many rows and columns in 9-patch perimeter";
1175 if (errorMsg) {
1177 err << "9-patch malformed: " << errorMsg;
1238 std::string errorMsg;
1239 if (!do9Patch(&pngInfo, &errorMsg)) {
1240 mDiag->error(DiagMessage() << errorMsg);