Searched refs:rgbcolor (Results 1 – 3 of 3) sorted by relevance
1 eigen3 ; with lines lw 4 lt 1 lc rgbcolor "black"2 eigen2 ; with lines lw 3 lt 1 lc rgbcolor "#999999"3 EigenBLAS ; with lines lw 3 lt 3 lc rgbcolor "#999999"4 eigen3_novec ; with lines lw 2 lt 1 lc rgbcolor "#999999"5 eigen3_nogccvec ; with lines lw 2 lt 2 lc rgbcolor "#991010"6 INTEL_MKL ; with lines lw 3 lt 1 lc rgbcolor "#ff0000"7 ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#008000"8 gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff"9 ublas ; with lines lw 3 lt 1 lc rgbcolor "#00b7ff"10 mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847"[all …]
309 m_value.rgbcolor = color; in CSSPrimitiveValue()1012 return RGBColor::create(m_value.rgbcolor); in getRGBColorValue()1233 RGBA32 rgbColor = m_value.rgbcolor; in customCSSText()1326 result = CSSPrimitiveValue::createColor(m_value.rgbcolor); in cloneForCSSOM()1394 return m_value.rgbcolor == other.m_value.rgbcolor; in equals()
315 …GBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; } in getRGBA32Value()394 unsigned rgbcolor; member