OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextDirection
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPath.cpp
388
int
nextDirection
= 0;
410
nextDirection
= (left != right) << 0 |
413
firstDirection =
nextDirection
;
423
if (autoClose &&
nextDirection
== firstDirection) {
427
if (lastDirection !=
nextDirection
) {
433
if (lastDirection ==
nextDirection
) {
437
// When corners == 3,
nextDirection
opposes firstDirection.
438
// Otherwise,
nextDirection
at corner 2 opposes corner 4.
440
int directionCycle = 3 == corners ? 0 :
nextDirection
^ turn;
441
if ((directionCycle ^ turn) !=
nextDirection
) {
[
all
...]
/external/skia/src/core/
SkPath.cpp
388
int
nextDirection
= 0;
410
nextDirection
= (left != right) << 0 |
413
firstDirection =
nextDirection
;
423
if (autoClose &&
nextDirection
== firstDirection) {
427
if (lastDirection !=
nextDirection
) {
433
if (lastDirection ==
nextDirection
) {
437
// When corners == 3,
nextDirection
opposes firstDirection.
438
// Otherwise,
nextDirection
at corner 2 opposes corner 4.
440
int directionCycle = 3 == corners ? 0 :
nextDirection
^ turn;
441
if ((directionCycle ^ turn) !=
nextDirection
) {
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp
578
const float
nextDirection
= getDirection(sampledInputXs, sampledInputYs, index, index + 1);
579
const float directionDiff = GeometryUtils::getAngleDiff(previousDirection,
nextDirection
);
601
const float
nextDirection
= getDirection(sampledInputXs, sampledInputYs, index1, index2);
602
return GeometryUtils::getAngleDiff(previousDirection,
nextDirection
);
[
all
...]
Completed in 151 milliseconds