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

  /frameworks/base/libs/hwui/
PathTessellator.cpp 279 float endTheta = atan2(-(vertices[lastIndex].x - vertices[lastIndex - 1].x),
297 endTheta += dTheta;
298 Vector2 endRadialOffset = {cosf(endTheta), sinf(endTheta)};
    [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/skqp/src/core/
SkPath.cpp     [all...]

Completed in 683 milliseconds