Home | History | Annotate | Download | only in aapt

Lines Matching refs:errorEdge

577     const char* errorEdge = NULL;
598 errorEdge = "top";
606 errorEdge = "left";
618 errorEdge = "bottom";
626 errorEdge = "right";
782 if (errorEdge != NULL) {
785 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);
788 " Found along %s edge.\n", errorEdge);