Lines Matching refs:SetGetBool

426 	if (fSettings->SetGetBool(JPEG_SET_ALWAYS_RGB32, NULL))  in TranslatorReadView()
432 if (fSettings->SetGetBool(JPEG_SET_PHOTOSHOP_CMYK, NULL)) in TranslatorReadView()
438 if (fSettings->SetGetBool(JPEG_SET_SHOWREADWARNING, NULL)) in TranslatorReadView()
476 fSettings->SetGetBool(JPEG_SET_ALWAYS_RGB32, &boolValue); in MessageReceived()
486 fSettings->SetGetBool(JPEG_SET_PHOTOSHOP_CMYK, &boolValue); in MessageReceived()
496 fSettings->SetGetBool(JPEG_SET_SHOWREADWARNING, &boolValue); in MessageReceived()
537 if (fSettings->SetGetBool(JPEG_SET_PROGRESSIVE, NULL)) in TranslatorWriteView()
543 if (fSettings->SetGetBool(JPEG_SET_SMALL_FILES)) in TranslatorWriteView()
549 if (fSettings->SetGetBool(JPEG_SET_OPT_COLORS, NULL)) in TranslatorWriteView()
557 if (fSettings->SetGetBool(JPEG_SET_GRAY1_AS_RGB24)) in TranslatorWriteView()
619 fSettings->SetGetBool(JPEG_SET_PROGRESSIVE, &boolValue); in MessageReceived()
629 fSettings->SetGetBool(JPEG_SET_OPT_COLORS, &boolValue); in MessageReceived()
640 fSettings->SetGetBool(JPEG_SET_SMALL_FILES, &boolValue); in MessageReceived()
650 fSettings->SetGetBool(JPEG_SET_GRAY1_AS_RGB24, &boolValue); in MessageReceived()
878 if (fSettings->SetGetBool(JPEG_SET_GRAY1_AS_RGB24, NULL)) { in Compress()
968 if (fSettings->SetGetBool(JPEG_SET_OPT_COLORS, NULL)) { in Compress()
976 if (fSettings->SetGetBool(JPEG_SET_SMALL_FILES)) in Compress()
992 if (fSettings->SetGetBool(JPEG_SET_PROGRESSIVE, NULL)) in Compress()
1102 if (!fSettings->SetGetBool(JPEG_SET_ALWAYS_RGB32, NULL)) { in Decompress()
1124 if (fSettings->SetGetBool(JPEG_SET_PHOTOSHOP_CMYK)) in Decompress()