Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_FrameBuffer.cpp41 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 255.f ); in ColorToRGBA8() local
60 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 31.f ); in ColorToRGB5A1() local
79 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 31.f ); in ColorToRGB565() local
97 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 15.f ); in ColorToRGBA4() local
/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawerCommand.h257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
/NW4C-1.2.23/include/nw/ut/
Dut_Color.h1073 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(b, 0.0f, 1.0f) * 255.f ); in ToPicaU32() local
/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h1008 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask()
/NW4C-1.2.23/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…