Searched defs:red (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_FrameBuffer.cpp | 39 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 255.f ); in ColorToRGBA8() local 58 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 31.f ); in ColorToRGB5A1() local 77 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 31.f ); in ColorToRGB565() local 95 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(color.r, 0.0f, 1.0f) * 15.f ); in ColorToRGBA4() local
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_RectDrawerCommand.h | 257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_Color.h | 1071 u8 red = static_cast<u8>( 0.5f + nw::ut::Clamp(r, 0.0f, 1.0f) * 255.f ); in ToPicaU32() local
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 1008 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask()
|
| /NW4C-1.2.23/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…
|