Home
last modified time | relevance | path

Searched refs:red (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_FrameBuffer.cpp39 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 255.f ); in ColorToRGBA8() local
44 return (alpha) | (blue << 8) | (green << 16) | (red << 24); in ColorToRGBA8()
58 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 31.f ); in ColorToRGB5A1() local
63 return static_cast<u16>( (alpha) | (blue << 1) | (green << 6) | (red << 11) ); in ColorToRGB5A1()
77 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 31.f ); in ColorToRGB565() local
81 return static_cast<u16>( (blue) | (green << 5) | (red << 11) ); in ColorToRGB565()
95 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 15.f ); in ColorToRGBA4() local
100 return static_cast<u16>( (alpha) | (blue << 4) | (green << 8) | (red << 12) ); in ColorToRGBA4()
/NW4C-1.3.3/include/nw/ut/
Dut_Color.h77 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8()
78 : r(static_cast<u8>(red)), in Color8()
454 s32 red,
459 r = static_cast<u8>(red);
613 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor()
614 : r(red), g(green), b(blue), a(alpha) in FloatColor()
936 f32 red,
941 r = red;
956 f32 red, in SetColor()
960 this->Set(red, green, blue, a); in SetColor()
[all …]
/NW4C-1.3.3/include/nw/font/
Dfont_RectDrawerCommand.h257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
259 red, green, blue, alpha, depthMask ), \
/NW4C-1.3.3/documents/API/css/
Dmanpage.css215 color : red;
217 border : solid 2px red;
Ddocument.css220 color : red;
222 border : solid 2px red;
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h190 static NW_INLINE void SetColorMask(bool red, bool green, bool blue, bool alpha);
1000 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask() argument
1002 u32 colorMask = u32(red) | in SetColorMask()
/NW4C-1.3.3/documents/IntermediateFileFormat/html/css/
Dcontents.css81 color : red;
Dmainpage.css83 color : red;
/NW4C-1.3.3/documents/LayoutEditor/html/css/
Dmainpage.css83 color : red;
/NW4C-1.3.3/documents/CreativeStudio/html/assets/
Dyahoo-dom-event.js10 …RDS:{black:"000",silver:"c0c0c0",gray:"808080",white:"fff",maroon:"800000",red:"f00",purple:"80008… property