Searched refs:mOutputFormat (Results 1 – 2 of 2) sorted by relevance
229 switch(mOutputFormat) in ResizeImage()570 if (!SetOutputColorFormat(mOutputFormat, mDisplayFormat)) in FinalizeImage()594 switch(mOutputFormat) in FinalizeImage()676 map->gx_pixelmap_format = mOutputFormat; in FinalizeImage()774 if (mOutputFormat == GX_COLOR_FORMAT_MONOCHROME) in ColorSpaceConvert()781 else if (mOutputFormat == GX_COLOR_FORMAT_4BIT_GRAY) in ColorSpaceConvert()801 if ((mOutputFormat == GX_COLOR_FORMAT_MONOCHROME) && (mMonoMask != 0x80)) in ColorSpaceConvert()812 else if (mOutputFormat == GX_COLOR_FORMAT_4BIT_GRAY) in ColorSpaceConvert()830 map->gx_pixelmap_format = mOutputFormat; in ColorSpaceConvert()888 if (mOutputFormat == GX_COLOR_FORMAT_4BIT_GRAY) in RleEncode()[all …]
231 int mOutputFormat; variable