Searched refs:dstSRGB (Results 1 – 2 of 2) sorted by relevance
1113 bool dstSRGB = Surface::isSRGBformat(state.destFormat); in ApplyScaleAndClamp() local1115 …if(state.convertSRGB && ((srcSRGB && !preScaled) || dstSRGB)) // One of the formats is sRGB enco… in ApplyScaleAndClamp()
1369 bool dstSRGB = state.destFormat.isSRGBformat(); in ApplyScaleAndClamp() local1371 …if(state.allowSRGBConversion && ((srcSRGB && !preScaled) || dstSRGB)) // One of the formats is sR… in ApplyScaleAndClamp()