HomeSort by relevance Sort by last modified time
    Searched defs:m_scale (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDisplacementMapElement.h 39 SVGAnimatedNumber* scale() { return m_scale.get(); }
54 RefPtr<SVGAnimatedNumber> m_scale; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDisplacementMap.h 71 float m_scale; member in class:blink::FEDisplacementMap
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 98 float scale() const { return m_scale; }
160 float m_scale; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformGestureEvent.h 106 return m_data.m_pinchUpdate.m_scale;
164 float m_scale; member in struct:blink::PlatformGestureEvent::__anon15876::__anon15879
  /external/chromium_org/media/base/
vector_math.cc 89 __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/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 141 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/deqp/framework/common/
tcuTestLog.hpp 260 , 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);
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 303 double m_scale; member in class:db_FrameToReferenceRegistration
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 275 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;
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 303 double m_scale; member in class:db_FrameToReferenceRegistration
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 303 double m_scale; member in class:db_FrameToReferenceRegistration
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 344 m_scale = scale;
355 ctx.color = ctx.color * m_scale + m_bias;
360 float m_scale; member in class:deqp::gles2::Functional::OperatorShaderEvaluator
    [all...]
  /frameworks/native/opengl/libagl/
context.h 572 uint8_t m_scale; member in struct:android::gl::compute_iterators_t
  /hardware/ti/omap4xxx/hwc/
hwc.c 505 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) function
514 m_scale(m, 1, -1, 1, -1);
574 m_scale(ext->m, 1, -1, 1, 1);
587 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 574 , m_scale (scale)
594 m_evaluatedScale = m_scale.getValue(m_gl, m_shaderType);
608 FloatScalar m_scale; member in class:deqp::gles3::Functional::OperatorShaderEvaluator
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 694 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to) function
703 m_scale(m, 1, -1, 1, -1);
763 m_scale(ext->m, 1, -1, 1, 1);
776 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 917 milliseconds