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

  /external/pdfium/xfa/fde/
cfde_path.cpp 93 std::vector<CFX_PointF>* tangents,
97 tangents->resize(iCount);
103 CFX_PointF* pTangents = tangents->data();
124 std::vector<CFX_PointF> tangents;
125 GetCurveTangents(points, &tangents, bClosed, fTension);
127 CFX_PointF* pTangents = tangents.data();
cfde_path.h 46 std::vector<CFX_PointF>* tangents,
  /external/skia/src/core/
SkPath.cpp 3219 SkTDArray<SkVector> tangents; local
    [all...]

Completed in 57 milliseconds