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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformGestureEvent.h 50 , m_area(area)
66 const IntSize& area() const { return m_area; }
111 IntSize m_area; member in class:WebCore::PlatformGestureEvent
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 216 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
221 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
225 m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale));
229 m_area = expandedIntSize(FloatSize(e.data.showPress.width / scale, e.data.showPress.height / scale));
243 m_area = expandedIntSize(FloatSize(e.data.twoFingerTap.firstFingerWidth / scale, e.data.twoFingerTap.firstFingerHeight / scale));
247 m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale));
251 m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale));
  /frameworks/native/opengl/libagl/
context.h 565 GGLcoord area() const { return m_area; }
571 GGLcoord m_area; member in struct:android::gl::compute_iterators_t
primitives.cpp 243 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
251 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
258 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS;
    [all...]

Completed in 457 milliseconds