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

/frameworks/base/tools/aapt/
H A DImages.cpp606 int errorPixel = -1; local
627 errorPixel = xDivs[0];
635 errorPixel = yDivs[0];
647 errorPixel = image->info9Patch.paddingLeft;
655 errorPixel = image->info9Patch.paddingTop;
806 if (errorPixel >= 0) {
808 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);

Completed in 27 milliseconds