Searched refs:postBlendSRGB (Results 1 – 8 of 8) sorted by relevance
57 bool postBlendSRGB; member
427 …ion:</td><td><input name = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? chec… in page()546 config.postBlendSRGB = false; in parsePost()672 config.postBlendSRGB = true; in parsePost()750 config.postBlendSRGB = ini.getBoolean("Testing", "PostBlendSRGB", false); in readConfiguration()808 ini.addValue("Testing", "PostBlendSRGB", itoa(config.postBlendSRGB)); in writeConfiguration()
22 extern bool postBlendSRGB;231 if(sw::postBlendSRGB) in GetDeviceCaps()
42 bool postBlendSRGB = false; variable
55 extern bool postBlendSRGB;2961 postBlendSRGB = configuration.postBlendSRGB; in updateConfiguration()
28 extern bool postBlendSRGB;1165 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in readPixel()1387 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in writeColor()2111 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
23 extern bool postBlendSRGB;653 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
21 extern bool postBlendSRGB;321 if(!postBlendSRGB && state.writeSRGB) in rasterOperation()