Home
last modified time | relevance | path

Searched defs:curve1 (Results 1 – 3 of 3) sorted by relevance

/external/lmfit/demo/
DMakefile.am2 noinst_PROGRAMS = curve1 curve2 nonlin1 surface1 program
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp226 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0]; in walk() local
256 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0]; in walk() local
/external/skqp/src/pathops/
DSkOpEdgeBuilder.cpp226 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0]; in walk() local
256 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0]; in walk() local