Home
last modified time | relevance | path

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

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