/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
AnimatableColor.cpp | 52 , m_blue(clampTo(blue, 0.0f, 1.0f)) 60 , m_blue(color.blue() / 255.0f * m_alpha) 68 return Color(m_red / m_alpha, m_green / m_alpha, m_blue / m_alpha, m_alpha); 75 blend(m_blue, to.m_blue, fraction), 83 && m_blue == other.m_blue 91 + square(m_blue - other.m_blue)
|
AnimatableColor.h | 52 float m_blue; member in class:blink::AnimatableColorImpl
|
/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 103 m_red = m_green = m_blue = 0; 145 m_blue = channels.findChannel( "B" ); 146 if( m_red || m_green || m_blue ) 159 m_blue = channels.findChannel( "BY" ); 160 m_iscolor = (m_blue || m_red); 181 if( m_blue ) 184 uintcnt += ( m_blue->type == UINT ); 229 if( m_blue ) 233 12, ystep, m_blue->xSampling, m_blue->ySampling, 0.0 )) [all...] |
grfmt_exr.h | 82 const Channel *m_blue; member in class:GrFmtExrReader
|