Home
last modified time | relevance | path

Searched refs:defaultColorValue (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DSamplerCore.cpp163 short defaultColorValue = colorsDefaultToZero ? 0x0000 : 0x1000; in sampleTexture() local
215 if(componentCount < 2) c.y = Short4(defaultColorValue); in sampleTexture()
216 if(componentCount < 3) c.z = Short4(defaultColorValue); in sampleTexture()
237 c.y = Short4(defaultColorValue); in sampleTexture()
239 c.z = Short4(defaultColorValue); in sampleTexture()
385 float defaultColorValue = colorsDefaultToZero ? 0.0f : 1.0f; in sampleTexture() local
443 if(componentCount < 2) c.y = Float4(defaultColorValue); in sampleTexture()
444 if(componentCount < 3) c.z = Float4(defaultColorValue); in sampleTexture()
465 c.y = Float4(defaultColorValue); in sampleTexture()
467 c.z = Float4(defaultColorValue); in sampleTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DSamplerCore.cpp163 short defaultColorValue = colorsDefaultToZero ? 0x0000 : 0x1000; in sampleTexture() local
215 if(componentCount < 2) c.y = Short4(defaultColorValue); in sampleTexture()
216 if(componentCount < 3) c.z = Short4(defaultColorValue); in sampleTexture()
237 c.y = Short4(defaultColorValue); in sampleTexture()
239 c.z = Short4(defaultColorValue); in sampleTexture()
385 float defaultColorValue = colorsDefaultToZero ? 0.0f : 1.0f; in sampleTexture() local
443 if(componentCount < 2) c.y = Float4(defaultColorValue); in sampleTexture()
444 if(componentCount < 3) c.z = Float4(defaultColorValue); in sampleTexture()
465 c.y = Float4(defaultColorValue); in sampleTexture()
467 c.z = Float4(defaultColorValue); in sampleTexture()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DDateChooser.as2694 var defaultColorValue:Number = 0xCC;
2700 colorTransform.redOffset = ((chromeColor & (0xFF << 16)) >> 16) - defaultColorValue;
2701 colorTransform.greenOffset = ((chromeColor & (0xFF << 8)) >> 8) - defaultColorValue;
2702 colorTransform.blueOffset = (chromeColor & 0xFF) - defaultColorValue;