OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sumAngle
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.h
122
const int time, const bool lastPoint, const float nearest, const float
sumAngle
,
131
const float
sumAngle
, NearKeysDistanceMap *const currentNearKeysDistances,
proximity_info_state_utils.cpp
91
// "
sumAngle
" is accumulated by each angle of input points. And when "
sumAngle
" exceeds
92
// the threshold we save that point, reset
sumAngle
. This aims to keep the figure of
94
float
sumAngle
= 0.0f;
115
sumAngle
+= GeometryUtils::getAngleDiff(prevAngle, currentAngle);
120
sumAngle
, currentNearKeysDistances, prevNearKeysDistances,
132
sumAngle
= 0.0f;
356
const float
sumAngle
, const NearKeysDistanceMap *const currentNearKeysDistances,
392
&& (
sumAngle
> ProximityInfoParams::CORNER_SUM_ANGLE_THRESHOLD
404
const bool isLastPoint, const float
sumAngle
,
[
all
...]
Completed in 133 milliseconds