OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorEdge
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
Images.cpp
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
);
[
all
...]
/frameworks/base/tools/aapt2/compile/
Png.cpp
1010
const char*
errorEdge
= nullptr;
1032
errorEdge
= "top";
1040
errorEdge
= "left";
[
all
...]
Completed in 224 milliseconds