Home
last modified time | relevance | path

Searched refs:mGrayThreshod (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp717 mGrayThreshod = 0; in ComputeGrayThreshod()
734 mGrayThreshod += gray; in ComputeGrayThreshod()
742 mGrayThreshod /= count; in ComputeGrayThreshod()
745 if (mGrayThreshod == 0) in ComputeGrayThreshod()
748 mGrayThreshod = 255; in ComputeGrayThreshod()
750 else if (mGrayThreshod == 255) in ComputeGrayThreshod()
752 mGrayThreshod = 0; in ComputeGrayThreshod()
2042 if (gray > reader->mGrayThreshod) in WritePixelMono_transparent()
2073 if (gray > reader->mGrayThreshod) in WritePixelMono_transparent()
2110 if (gray > reader->mGrayThreshod) in WritePixelMono()
[all …]
Dimage_reader.h251 INT mGrayThreshod; variable