Home
last modified time | relevance | path

Searched defs:green (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FrameBuffer.cpp42 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 255.f ); in ColorToRGBA8() local
61 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 31.f ); in ColorToRGB5A1() local
80 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 63.f ); in ColorToRGB565() local
98 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 15.f ); in ColorToRGBA4() local
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawerCommand.h259 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
/NW4C-2.0.3/include/nw/ut/
Dut_Color.h1074 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(g, 0.0f, 1.0f) * 255.f ); in ToPicaU32() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h1002 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask()
/NW4C-2.0.3/documents/CreativeStudio/html/assets/
Dyahoo-dom-event.js10 …=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom…