HomeSort by relevance Sort by last modified time
    Searched defs:turn (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
test-threads.cc 56 enum Turn {
63 static Turn turn = FILL_CACHE; variable
74 CHECK_EQ(FILL_CACHE, turn);
86 turn = CLEAN_CACHE;
92 } while (turn != SECOND_TIME_FILL_CACHE);
97 turn = DONE;
109 if (turn == CLEAN_CACHE) {
115 turn = SECOND_TIME_FILL_CACHE;
138 CHECK_EQ(DONE, turn);
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1395 int i, j, turn; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1206 FT_Angle turn; local
1210 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1892 FT_Angle turn; local
    [all...]
  /external/skia/legacy/src/core/
SkPath.cpp 325 int turn = firstDirection ^ (corners - 1); local
326 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
327 if ((directionCycle ^ turn) != nextDirection) {
933 // now turn before/after into normals
    [all...]
  /external/skia/src/core/
SkPath.cpp 553 int turn = firstDirection ^ (corners - 1); local
554 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
555 if ((directionCycle ^ turn) != nextDirection) {
    [all...]

Completed in 239 milliseconds