HomeSort by relevance Sort by last modified time
    Searched refs:kLine_Verb (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/skia/src/effects/
SkArcToPathEffect.cpp 28 if (SkPath::kLine_Verb == prevVerb) {
33 case SkPath::kLine_Verb:
34 if (prevVerb == SkPath::kLine_Verb) {
SkCornerPathEffect.cpp 57 if (SkPath::kLine_Verb == prevVerb) {
69 case SkPath::kLine_Verb: {
Sk1DPathEffect.cpp 119 case SkPath::kLine_Verb:
  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 36 return SkPath::kLine_Verb != verb || !SkDPoint::ApproximatelyEqual(curve[0], curve[1]);
63 *fPathVerbs.append() = SkPath::kLine_Verb;
68 if (SkPath::kLine_Verb == fPathVerbs[verbCount - 1]
103 case SkPath::kLine_Verb:
107 if (lastVerb != SkPath::kLine_Verb && lastVerb != SkPath::kMove_Verb) {
203 case SkPath::kLine_Verb:
221 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0];
222 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1];
251 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0];
252 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]
    [all...]
SkIntersectionHelper.h 23 kLine_Segment = SkPath::kLine_Verb,
SkOpContour.cpp 61 if (SkPath::kLine_Verb == verb) {
SkPathOpsTypes.h 573 case 1: SkASSERT(SkPath::kLine_Verb == verb); break;
586 case SkPath::kLine_Verb: SkASSERT(1 == points); break;
SkPathOpsCurve.cpp 95 if (SkPath::kLine_Verb == verb) {
SkOpAngle.cpp 441 if (cVerb == SkPath::kLine_Verb) {
609 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0;
621 // SkASSERT(SkPath::kLine_Verb == verb || sector >= 0);
    [all...]
  /external/skia/tests/
SubsetPath.cpp 73 case SkPath::kLine_Verb:
115 case SkPath::kLine_Verb:
163 case SkPath::kLine_Verb:
195 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb
209 case SkPath::kLine_Verb:
PathOpsTestCommon.cpp 175 case SkPath::kLine_Verb:
214 case SkPath::kLine_Verb:
PathTest.cpp     [all...]
  /external/skia/fuzz/
FuzzPathop.cpp 30 case SkPath::Verb::kLine_Verb:
  /external/skia/src/core/
SkEdgeBuilder.cpp 204 case SkPath::kLine_Verb:
273 case SkPath::kLine_Verb: {
308 case SkPath::kLine_Verb: {
374 case SkPath::kLine_Verb:
412 case SkPath::kLine_Verb:
SkPath.cpp 289 case kLine_Verb:
373 if (kLine_Verb == fPathRef->atVerb(1)) {
458 case kLine_Verb: {
767 ed.growForVerb(kLine_Verb)->set(x, y);
861 case kLine_Verb:
1018 SkPoint* p = ed.growForRepeatedVerb(kLine_Verb, count - 1);
    [all...]
SkPathRef.cpp 198 case SkPath::kLine_Verb:
451 case SkPath::kLine_Verb:
524 case SkPath::kLine_Verb:
640 SkASSERT((verb == SkPath::kLine_Verb
691 case SkPath::kLine_Verb:
787 case SkPath::kLine_Verb:
SkEdgeClipper.cpp 450 *fCurrVerb++ = SkPath::kLine_Verb;
458 *fCurrVerb++ = SkPath::kLine_Verb;
499 case SkPath::kLine_Verb:
SkStroke.cpp 396 case SkPath::kLine_Verb:
    [all...]
  /external/skia/src/gpu/gl/
GrGLPath.cpp 24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
124 case SkPath::kLine_Verb:
  /external/skia/samplecode/
SampleAAGeometry.cpp 138 case SkPath::kLine_Verb:
163 case SkPath::kLine_Verb:
210 case SkPath::kLine_Verb:
250 case SkPath::kLine_Verb:
288 case SkPath::kLine_Verb:
324 case SkPath::kLine_Verb:
349 SkASSERT(SkPath::kLine_Verb <= v && v <= SkPath::kCubic_Verb);
358 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb);
360 case SkPath::kLine_Verb:
384 case SkPath::kLine_Verb
    [all...]
SampleQuadStroker.cpp 34 case SkPath::kLine_Verb:
56 case SkPath::kLine_Verb:
350 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb);
355 case SkPath::kLine_Verb:
551 if (SkPath::kLine_Verb == iter.next(pts)) {
  /external/skia/gm/
aarectmodes.cpp 44 case SkPath::kLine_Verb:
  /external/skia/src/utils/
SkParsePath.cpp 251 case SkPath::kLine_Verb:
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 117 case SkPath::kLine_Verb:
  /external/skia/src/fonts/
SkTestScalerContext.cpp 94 case SkPath::kLine_Verb:

Completed in 1069 milliseconds

1 2 3