Searched defs:green (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_FrameBuffer.cpp | 42 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/ |
| D | font_RectDrawerCommand.h | 259 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Color.h | 1074 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/ |
| D | gfx_GraphicsDevice.h | 1002 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask()
|
| /NW4C-2.0.3/documents/CreativeStudio/html/assets/ |
| D | yahoo-dom-event.js | 10 …=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom…
|