Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp975 int errorPixel = -1; in do9Patch() local
997 errorPixel = xDivs[0]; in do9Patch()
1005 errorPixel = yDivs[0]; in do9Patch()
1018 errorPixel = image->info9Patch.paddingLeft; in do9Patch()
1027 errorPixel = image->info9Patch.paddingTop; in do9Patch()
1182 if (errorPixel >= 0) { in do9Patch()
1183 err << "Found at pixel #" << errorPixel << " along " << errorEdge << " edge"; in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp576 int errorPixel = -1; in do_9patch() local
597 errorPixel = xDivs[0]; in do_9patch()
605 errorPixel = yDivs[0]; in do_9patch()
617 errorPixel = image->info9Patch.paddingLeft; in do_9patch()
625 errorPixel = image->info9Patch.paddingTop; in do_9patch()
783 if (errorPixel >= 0) { in do_9patch()
785 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge); in do_9patch()