Searched refs:m_scale (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDisplacementMap.cpp42 , m_scale(scale)
55 result.inflateX(filter()->applyHorizontalScale(m_scale / 2));
56 result.inflateY(filter()->applyVerticalScale(m_scale / 2));
88 return m_scale;
93 if (m_scale == scale)
95 m_scale = scale;
137 float scaleX = filter->applyHorizontalScale(m_scale);
138 float scaleY = filter->applyVerticalScale(m_scale);
188 return adoptRef(SkDisplacementMapEffect::Create(typeX, typeY, SkFloatToScalar(filter()->applyHorizontalScale(m_scale)), displ.get(), color.get(), &cropRect));
218 ts << " scale=\"" << m_scale << "\" "
[all...]
H A DFEDisplacementMap.h71 float m_scale; member in class:blink::FEDisplacementMap
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEDisplacementMapElement.h39 SVGAnimatedNumber* scale() { return m_scale.get(); }
54 RefPtr<SVGAnimatedNumber> m_scale; member in class:blink::FINAL
H A DSVGFEDisplacementMapElement.cpp44 , m_scale(SVGAnimatedNumber::create(this, SVGNames::scaleAttr, SVGNumber::create(0)))
50 addToPropertyMap(m_scale);
86 m_scale->setBaseValueAsString(value, parseError);
105 return displacementMap->setScale(m_scale->currentValue()->value());
141 RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, m_xChannelSelector->currentValue()->enumValue(), m_yChannelSelector->currentValue()->enumValue(), m_scale->currentValue()->value());
/external/chromium_org/third_party/freetype/src/autofit/
H A Daftypes.h325 m_init, m_scale, m_done, h_init, h_apply ) \
335 m_scale, \
350 m_init, m_scale, m_done, h_init, h_apply ) \
361 ac->script_metrics_scale = m_scale; \
/external/chromium_org/media/base/
H A Dvector_math.cc89 __m128 m_scale = _mm_set_ps1(scale); local
91 _mm_store_ps(dest + i, _mm_mul_ps(_mm_load_ps(src + i), m_scale));
101 __m128 m_scale = _mm_set_ps1(scale); local
104 _mm_mul_ps(_mm_load_ps(src + i), m_scale)));
194 float32x4_t m_scale = vmovq_n_f32(scale); local
197 vld1q_f32(dest + i), vld1q_f32(src + i), m_scale));
208 float32x4_t m_scale = vmovq_n_f32(scale); local
210 vst1q_f32(dest + i, vmulq_f32(vld1q_f32(src + i), m_scale));
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h98 float scale() const { return m_scale; }
160 float m_scale; member in class:blink::FINAL
H A DPinchViewport.cpp69 , m_scale(1)
117 scaledSize.scale(1 / m_scale);
175 if (scale == m_scale)
178 m_scale = scale;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformGestureEvent.h106 return m_data.m_pinchUpdate.m_scale;
164 float m_scale; member in struct:blink::PlatformGestureEvent::__anon11251::__anon11254
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java141 final double n_scaled = (double) n / m_scale;
169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion;
202 m_scale = scale;
222 private final int m_scale; field in class:IItemAttribute.Factory.FractionAttribute
/external/freetype/src/autofit/
H A Daftypes.h488 m_scale, \
500 m_scale, \
562 m_scale, \
574 ac->style_metrics_scale = m_scale; \
/external/deqp/framework/common/
H A DtcuTestLog.hpp260 , m_scale (scale)
272 Vec4 m_scale; member in class:tcu::LogImage
483 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression);
H A DtcuTestLog.cpp52 , m_scale (1.0f, 1.0f, 1.0f, 1.0f)
62 , m_scale (1.0f, 1.0f, 1.0f, 1.0f)
66 computePixelScaleBias(access, m_scale, m_bias);
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h275 Scalar m_scale; member in struct:Eigen::GeneralProduct::adds
276 adds(const Scalar& s) : m_scale(s) {}
278 dst.const_cast_derived() += m_scale * src;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp259 m_data.m_pinchUpdate.m_scale = e.data.pinchUpdate.scale;
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp344 m_scale = scale;
355 ctx.color = ctx.color * m_scale + m_bias;
360 float m_scale; member in class:deqp::gles2::Functional::OperatorShaderEvaluator
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp574 , m_scale (scale)
594 m_evaluatedScale = m_scale.getValue(m_gl, m_shaderType);
608 FloatScalar m_scale; member in class:deqp::gles3::Functional::OperatorShaderEvaluator
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 485 milliseconds