HomeSort by relevance Sort by last modified time
    Searched refs:kLine_Verb (Results 1 - 25 of 52) 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 58 if (SkPath::kLine_Verb == prevVerb) {
70 case SkPath::kLine_Verb: {
Sk1DPathEffect.cpp 120 case SkPath::kLine_Verb:
  /external/skia/tests/
SubsetPath.cpp 72 case SkPath::kLine_Verb:
114 case SkPath::kLine_Verb:
162 case SkPath::kLine_Verb:
194 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb
208 case SkPath::kLine_Verb:
PathOpsTestCommon.cpp 175 case SkPath::kLine_Verb:
214 case SkPath::kLine_Verb:
PathTest.cpp 860 case SkPath::kLine_Verb:
    [all...]
  /external/skia/src/pathops/
SkIntersectionHelper.h 20 kLine_Segment = SkPath::kLine_Verb,
SkOpEdgeBuilder.cpp 53 *fPathVerbs.append() = SkPath::kLine_Verb;
95 case SkPath::kLine_Verb:
99 if (lastVerb != SkPath::kLine_Verb && lastVerb != SkPath::kMove_Verb) {
192 case SkPath::kLine_Verb:
SkOpContour.cpp 16 case SkPath::kLine_Verb: {
SkPathOpsSimplify.cpp 38 && current->verb() != SkPath::kLine_Verb
122 && current->verb() != SkPath::kLine_Verb
SkOpAngle.cpp 180 if (segment()->verb() == SkPath::kLine_Verb) {
409 if (cVerb == SkPath::kLine_Verb) {
577 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0;
589 // SkASSERT(SkPath::kLine_Verb == verb || sector >= 0);
844 if (SkPath::kLine_Verb == segment->verb()) {
    [all...]
SkPathOpsTypes.h 494 case 1: SkASSERT(SkPath::kLine_Verb == verb); break;
507 case SkPath::kLine_Verb: SkASSERT(1 == points); break;
SkOpSegment.cpp 200 case SkPath::kLine_Verb: {
264 case SkPath::kLine_Verb:
282 case SkPath::kLine_Verb:
442 return fVerb == SkPath::kLine_Verb && fHead.pt() == fTail.pt();
    [all...]
SkReduceOrder.cpp 258 if (verb > SkPath::kLine_Verb && weight == 1) {
  /external/skia/src/core/
SkEdgeBuilder.cpp 114 case SkPath::kLine_Verb:
177 case SkPath::kLine_Verb: {
206 case SkPath::kLine_Verb:
264 case SkPath::kLine_Verb: {
305 case SkPath::kLine_Verb:
SkPathRef.cpp 331 case SkPath::kLine_Verb:
404 case SkPath::kLine_Verb:
520 SkASSERT((verb == SkPath::kLine_Verb
568 case SkPath::kLine_Verb:
651 case SkPath::kLine_Verb:
SkPath.cpp 281 case kLine_Verb:
365 if (kLine_Verb == fPathRef->atVerb(1)) {
450 case kLine_Verb: {
759 ed.growForVerb(kLine_Verb)->set(x, y);
853 case kLine_Verb:
1010 SkPoint* p = ed.growForRepeatedVerb(kLine_Verb, count - 1);
    [all...]
SkStroke.cpp 384 case SkPath::kLine_Verb:
    [all...]
SkEdgeClipper.cpp 397 *fCurrVerb++ = SkPath::kLine_Verb;
438 case SkPath::kLine_Verb:
  /external/skia/src/gpu/gl/
GrGLPath.cpp 24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
116 case SkPath::kLine_Verb:
  /external/skia/gm/
aarectmodes.cpp 44 case SkPath::kLine_Verb:
  /external/skia/samplecode/
SampleQuadStroker.cpp 34 case SkPath::kLine_Verb:
56 case SkPath::kLine_Verb:
351 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb);
356 case SkPath::kLine_Verb:
552 if (SkPath::kLine_Verb == iter.next(pts)) {
  /external/skia/src/utils/
SkParsePath.cpp 252 case SkPath::kLine_Verb:
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 117 case SkPath::kLine_Verb:
  /external/skia/src/fonts/
SkTestScalerContext.cpp 91 case SkPath::kLine_Verb:

Completed in 317 milliseconds

1 2 3