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

  /external/skia/src/pathops/
SkOpAngle.cpp 182 SkASSERT(!fPart.isCurve());
183 SkASSERT(test->fPart.isCurve());
224 if (fPart.isCurve()) {
229 if (test->fPart.isCurve()) {
799 if (!fPart.isCurve()) {
800 if (!rh->fPart.isCurve()) {
822 } else if (!rh->fPart.isCurve()) {
    [all...]
SkPathOpsCurve.h 87 bool isCurve() const { return fIsCurve; }
SkOpSegment.cpp 168 SkPath::Verb verb = curvePart.isCurve() ? fVerb : SkPath::kLine_Verb;
    [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 201 milliseconds