Home
last modified time | relevance | path

Searched refs:SkDCubicPair (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCubic.h15 struct SkDCubicPair { struct
33 SkDCubicPair chopAt(double t) const; argument
DSkDCubicToQuads.cpp151 SkDCubicPair pair; in toQuadraticTs()
DSkPathOpsCubic.cpp471 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
565 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt()
566 SkDCubicPair dst; in chopAt()
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsCubic.h15 struct SkDCubicPair { struct
33 SkDCubicPair chopAt(double t) const; argument
DSkDCubicToQuads.cpp151 SkDCubicPair pair; in toQuadraticTs()
DSkPathOpsCubic.cpp471 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); in subDivide()
565 SkDCubicPair SkDCubic::chopAt(double t) const { in chopAt()
566 SkDCubicPair dst; in chopAt()
/external/skia/tests/
DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicReduceOrderTest.cpp45 SkDCubicPair cubicPair = cubic.chopAt(0.5);