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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGMarkerData.h 68 markerData->m_positions.append(MarkerPosition(markerType, markerData->m_origin, markerData->currentAngle(markerType)));
78 m_positions.append(MarkerPosition(EndMarker, m_origin, currentAngle(EndMarker)));
82 float currentAngle(SVGMarkerType type) const
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 110 const float currentAngle = GeometryUtils::getAngle(
112 sumAngle += GeometryUtils::getAngleDiff(prevAngle, currentAngle);
638 const float currentAngle = getPointAngle(sampledInputXs, sampledInputYs, i);
669 if (currentAngle < ProximityInfoParams::CORNER_ANGLE_THRESHOLD) {
    [all...]

Completed in 138 milliseconds