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

  /external/skia/src/pathops/
SkOpContour.cpp 19 SkAssertResult(segment->addCurveTo(segment->head(), segment->tail(), path));
28 SkAssertResult(segment->addCurveTo(segment->tail(), segment->head(), path));
SkPathOpsSimplify.cpp 43 if (!current->addCurveTo(start, end, simple)) {
53 if (!current->addCurveTo(start, end, simple)) {
113 if (!current->addCurveTo(start, end, simple)) {
123 if (!current->addCurveTo(start, end, simple)) {
SkPathOpsOp.cpp 125 if (!current->addCurveTo(start, end, simple)) {
139 if (!current->addCurveTo(start, end, simple)) {
149 if (!current->addCurveTo(start, end, simple)) {
SkOpContour.h 358 SkAssertResult(segment->addCurveTo(segment->tail(), segment->head(), path));
365 SkAssertResult(segment->addCurveTo(segment->head(), segment->tail(), path));
SkOpSegment.h 60 bool addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path) const;
SkOpSegment.cpp 162 bool SkOpSegment::addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end,
    [all...]

Completed in 207 milliseconds