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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGMarkerData.h 67 markerData->m_positions.append(MarkerPosition(markerType, markerData->m_origin, markerData->currentAngle(markerType)));
77 m_positions.append(MarkerPosition(EndMarker, m_origin, currentAngle(EndMarker)));
81 float currentAngle(SVGMarkerType type) const
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 108 unsigned short currentAngle = screenOrientationAngle(frame()->view());
115 if (frame() == frame()->localFrameRoot() && m_orientation->angle() != currentAngle)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 113 const float currentAngle = GeometryUtils::getAngle(
115 sumAngle += GeometryUtils::getAngleDiff(prevAngle, currentAngle);
634 const float currentAngle = getPointAngle(sampledInputXs, sampledInputYs, i);
663 if (currentAngle < ProximityInfoParams::CORNER_ANGLE_THRESHOLD) {
    [all...]

Completed in 179 milliseconds