Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPng.cpp958 int errorPixel = -1; in do9Patch() local
979 errorPixel = xDivs[0]; in do9Patch()
987 errorPixel = yDivs[0]; in do9Patch()
999 errorPixel = image->info9Patch.paddingLeft; in do9Patch()
1008 errorPixel = image->info9Patch.paddingTop; in do9Patch()
1162 if (errorPixel >= 0) { in do9Patch()
1163 err << "Found at pixel #" << errorPixel << " along " << errorEdge << " edge"; in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp577 int errorPixel = -1; in do_9patch() local
598 errorPixel = xDivs[0]; in do_9patch()
606 errorPixel = yDivs[0]; in do_9patch()
618 errorPixel = image->info9Patch.paddingLeft; in do_9patch()
626 errorPixel = image->info9Patch.paddingTop; in do_9patch()
784 if (errorPixel >= 0) { in do_9patch()
786 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge); in do_9patch()