Home
last modified time | relevance | path

Searched refs:GetColorCount (Results 1 – 3 of 3) sorted by relevance

/external/sandboxed-api/contrib/libraw/example/
Dmain.cc93 if ((lr.GetColorCount() == 1 && channel > 0) || (channel > 3)) { in main()
137 if (lr.GetColorCount() > 1) { in main()
/external/sandboxed-api/contrib/libraw/utils/
Dutils_libraw.h67 int GetColorCount();
Dutils_libraw.cc142 int LibRaw::GetColorCount() { return GetImgData().idata.colors; } in GetColorCount() function in LibRaw