Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp1010 int errorPixel = -1; in do9Patch() local
1032 errorPixel = xDivs[0]; in do9Patch()
1040 errorPixel = yDivs[0]; in do9Patch()
1054 errorPixel = image->info9Patch.paddingLeft; in do9Patch()
1064 errorPixel = image->info9Patch.paddingTop; in do9Patch()
1222 if (errorPixel >= 0) { in do9Patch()
1223 err << "Found at pixel #" << errorPixel << " along " << errorEdge 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()