OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorPixel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
Images.cpp
576
int
errorPixel
= -1;
597
errorPixel
= xDivs[0];
605
errorPixel
= yDivs[0];
617
errorPixel
= image->info9Patch.paddingLeft;
625
errorPixel
= image->info9Patch.paddingTop;
783
if (
errorPixel
>= 0) {
785
" Found at pixel #%d along %s edge.\n",
errorPixel
, errorEdge);
[
all
...]
/frameworks/base/tools/aapt2/compile/
Png.cpp
1009
int
errorPixel
= -1;
1031
errorPixel
= xDivs[0];
1039
errorPixel
= yDivs[0];
[
all
...]
Completed in 515 milliseconds