Home
last modified time | relevance | path

Searched defs:curve2 (Results 1 – 4 of 4) sorted by relevance

/external/lmfit/demo/
DMakefile.am2 noinst_PROGRAMS = curve1 curve2 nonlin1 surface1 program
/external/skqp/src/pathops/
DSkOpEdgeBuilder.cpp227 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1]; in walk() local
257 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]; in walk() local
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp227 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1]; in walk() local
257 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]; in walk() local
/external/harfbuzz_ng/src/
Dhb-cff-interp-cs-common.hh871 static void curve2 (ENV &env, PARAM& param, in curve2() function