HomeSort by relevance Sort by last modified time
    Searched full:m_blue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableColor.cpp 43 , m_blue(clampTo(blue, 0.0f, 1.0f))
51 , m_blue(color.blue() / 255.0f * m_alpha)
59 return Color(m_red / m_alpha, m_green / m_alpha, m_blue / m_alpha, m_alpha);
66 blend(m_blue, to.m_blue, fraction),
74 m_blue + addend.m_blue,
82 && m_blue == other.m_blue
AnimatableColor.h 52 float m_blue; member in class:WebCore::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

Completed in 138 milliseconds