Searched defs:errorPixel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp576 int errorPixel = -1; local
597 errorPixel = xDivs[0];
605 errorPixel = yDivs[0];
617 errorPixel = image->info9Patch.paddingLeft;
625 errorPixel = image->info9Patch.paddingTop;
783 if (errorPixel >= 0) {
785 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp973 int errorPixel = -1; local
995 errorPixel = xDivs[0];
1003 errorPixel = yDivs[0];
1016 errorPixel = image->info9Patch.paddingLeft;
1025 errorPixel = image->info9Patch.paddingTop;
1180 if (errorPixel >= 0) {
1181 err << "Found at pixel #" << errorPixel << " along " << errorEdge << " edge";

Completed in 83 milliseconds