Lines Matching refs:mGrayThreshod
717 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()
2126 if (gray > reader->mGrayThreshod) in WritePixelMono()