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

/frameworks/base/tools/aapt/
H A DImages.cpp477 int errorPixel = -1; local
498 errorPixel = xDivs[0];
506 errorPixel = yDivs[0];
514 errorPixel = image->info9Patch.paddingLeft;
522 errorPixel = image->info9Patch.paddingTop;
680 if (errorPixel >= 0) {
682 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);

Completed in 996 milliseconds