Searched refs:postBlendSRGB (Results 1 – 14 of 14) sorted by relevance
426 …ion:</td><td><input name = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? chec… in page()545 config.postBlendSRGB = false; in parsePost()671 config.postBlendSRGB = true; in parsePost()748 config.postBlendSRGB = ini.getBoolean("Testing", "PostBlendSRGB", false); in readConfiguration()806 ini.addValue("Testing", "PostBlendSRGB", itoa(config.postBlendSRGB)); in writeConfiguration()
56 bool postBlendSRGB; member
41 bool postBlendSRGB = false; variable
54 extern bool postBlendSRGB;2426 postBlendSRGB = configuration.postBlendSRGB; in updateConfiguration()
22 extern bool postBlendSRGB;231 if(sw::postBlendSRGB) in GetDeviceCaps()
42 bool postBlendSRGB = false; variable
55 extern bool postBlendSRGB;2860 postBlendSRGB = configuration.postBlendSRGB; in updateConfiguration()
28 extern bool postBlendSRGB;1030 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in readPixel()1252 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in writeColor()1868 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
23 extern bool postBlendSRGB;623 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
28 extern bool postBlendSRGB;1165 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in readPixel()1387 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in writeColor()2104 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
23 extern bool postBlendSRGB;624 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
21 extern bool postBlendSRGB;321 if(!postBlendSRGB && state.writeSRGB) in rasterOperation()