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

  /external/skia/src/gpu/
GrPathUtils.h 149 SkCubicType getCubicKLM(const SkPoint src[4], SkMatrix* klm, double t[2], double s[2]);
164 // klm: Holds the linear functionals K,L,M as row vectors. (See getCubicKLM().)
GrPathUtils.cpp 800 SkCubicType GrPathUtils::getCubicKLM(const SkPoint src[4], SkMatrix* klm, double t[2],
838 if (SkCubicType::kLoop == GrPathUtils::getCubicKLM(src, klm, t, s)) {

Completed in 231 milliseconds