HomeSort by relevance Sort by last modified time
    Searched refs:m_bias (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.h 43 SVGAnimatedNumber* bias() { return m_bias.get(); }
63 RefPtr<SVGAnimatedNumber> m_bias; member in class:WebCore::FINAL
SVGFEConvolveMatrixElement.cpp 47 , m_bias(SVGAnimatedNumber::create(this, SVGNames::biasAttr, SVGNumber::create()))
62 addToPropertyMap(m_bias);
106 m_bias->setBaseValueAsString(value, parseError);
140 return convolveMatrix->setBias(m_bias->currentValue()->value());
242 m_bias->currentValue()->value(), IntPoint(targetXValue, targetYValue), m_edgeMode->currentValue()->enumValue(),
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 61 private int m_bias = 0; field in class:XMLWriter
134 m_bias = bias;
401 m_bias = 0;
411 m_bias = 0;
424 int len = m_bias + m_tagStack.size() * m_tab;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.h 124 float m_bias; member in class:WebCore::FEConvolveMatrix
FEConvolveMatrix.cpp 43 , m_bias(bias)
109 return m_bias;
114 if (m_bias == bias)
116 m_bias = bias;
453 paintingData.bias = m_bias * 255;
530 SkScalar bias = SkFloatToScalar(m_bias);
568 << "bias=\"" << m_bias << "\" "
  /external/deqp/framework/common/
tcuTestLog.hpp 261 , m_bias (bias)
273 Vec4 m_bias; member in class:tcu::LogImage
483 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression);
tcuTestLog.cpp 53 , m_bias (0.0f, 0.0f, 0.0f, 0.0f)
63 , m_bias (0.0f, 0.0f, 0.0f, 0.0f)
66 computePixelScaleBias(access, m_scale, m_bias);
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 345 m_bias = bias;
355 ctx.color = ctx.color * m_scale + m_bias;
361 float m_bias; member in class:deqp::gles2::Functional::OperatorShaderEvaluator
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 575 , m_bias (bias)
595 m_evaluatedBias = m_bias.getValue(m_gl, m_shaderType);
609 FloatScalar m_bias; member in class:deqp::gles3::Functional::OperatorShaderEvaluator
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 227 milliseconds