Searched refs:mGrayThreshod (Results 1 – 2 of 2) sorted by relevance
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()[all …]
251 INT mGrayThreshod; variable