Searched defs:errorEdge (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/aapt/
H A DImages.cpp607 const char* errorEdge = NULL; local
628 errorEdge = "top";
636 errorEdge = "left";
648 errorEdge = "bottom";
656 errorEdge = "right";
805 if (errorEdge != NULL) {
808 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);
811 " Found along %s edge.\n", errorEdge);

Completed in 35 milliseconds