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

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp 181 SkScalar skinflect[2]; local
182 int skin = SkFindCubicInflections(skcubic, skinflect);
183 if (false) SkDebugf("%s %d %1.9g\n", __FUNCTION__, skin, skinflect[0]);
  /external/skia/tests/
PathOpsCubicToQuadsTest.cpp 181 SkScalar skinflect[2]; local
182 int skin = SkFindCubicInflections(skcubic, skinflect);
183 if (false) SkDebugf("%s %d %1.9g\n", __FUNCTION__, skin, skinflect[0]);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 163 SkScalar skinflect[2]; local
164 int skin = SkFindCubicInflections(skcubic, skinflect);
165 SkDebugf("%s %d %1.9g\n", __FUNCTION__, skin, skinflect[0]);
  /external/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 163 SkScalar skinflect[2]; local
164 int skin = SkFindCubicInflections(skcubic, skinflect);
165 SkDebugf("%s %d %1.9g\n", __FUNCTION__, skin, skinflect[0]);

Completed in 461 milliseconds