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

  /external/skia/gm/
beziereffects.cpp 328 int cnt = chop_conic(controlPts, dst, weight);
414 int chop_conic(const SkPoint src[3], SkConic dst[4], const SkScalar weight) { function in class:skiagm::BezierConicEffects
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 157 static int chop_conic(const SkPoint src[3], SkConic dst[4], const SkScalar weight) { function
262 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight());
    [all...]

Completed in 1620 milliseconds