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

1 2

  /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 125 case SkPath::kLine_Verb:
  /external/skia/src/core/
SkEdgeBuilder.cpp 58 case SkPath::kLine_Verb:
116 case SkPath::kLine_Verb: {
140 case SkPath::kLine_Verb:
193 case SkPath::kLine_Verb: {
234 case SkPath::kLine_Verb:
SkPath.cpp 246 case kLine_Verb:
322 if (kLine_Verb == fPathRef->atVerb(1)) {
407 case kLine_Verb: {
716 ed.growForVerb(kLine_Verb)->set(x, y);
810 case kLine_Verb:
884 SkPoint* p = ed.growForRepeatedVerb(kLine_Verb, count - 1);
    [all...]
SkPathRef.cpp 301 case SkPath::kLine_Verb:
373 case SkPath::kLine_Verb:
486 case SkPath::kLine_Verb:
SkEdgeClipper.cpp 378 *fCurrVerb++ = SkPath::kLine_Verb;
419 case SkPath::kLine_Verb:
  /external/skia/samplecode/
SampleCull.cpp 40 case SkPath::kLine_Verb:
63 case SkPath::kLine_Verb:
85 case SkPath::kLine_Verb:
  /external/skia/src/pathops/
SkIntersectionHelper.h 20 kLine_Segment = SkPath::kLine_Verb,
SkOpContour.cpp 16 case 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:
SkPathOpsSimplify.cpp 38 && current->verb() != SkPath::kLine_Verb
115 && current->verb() != SkPath::kLine_Verb
SkOpAngle.cpp 180 if (segment()->verb() == SkPath::kLine_Verb) {
457 if (cVerb == SkPath::kLine_Verb) {
625 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0;
637 // SkASSERT(SkPath::kLine_Verb == verb || sector >= 0);
    [all...]
SkPathOpsTypes.h 463 case 1: SkASSERT(SkPath::kLine_Verb == verb); break;
476 case SkPath::kLine_Verb: SkASSERT(1 == points); break;
SkOpSegment.cpp 181 case SkPath::kLine_Verb:
199 case SkPath::kLine_Verb:
375 return fVerb == SkPath::kLine_Verb && fHead.pt() == fTail.pt();
    [all...]
SkPathOpsDebug.cpp 288 case SkPath::kLine_Verb:
597 case SkPath::kLine_Verb:
SkPathOpsOp.cpp 112 && current->verb() != SkPath::kLine_Verb
SkReduceOrder.cpp 276 if (verb > SkPath::kLine_Verb && weight == 1) {
  /external/skia/src/gpu/gl/
GrGLPath.cpp 24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
134 case SkPath::kLine_Verb:
  /external/skia/gm/
aarectmodes.cpp 43 case SkPath::kLine_Verb:
  /external/skia/tests/
PathOpsTestCommon.cpp 175 case SkPath::kLine_Verb:
214 case SkPath::kLine_Verb:
PathTest.cpp 742 case SkPath::kLine_Verb:
    [all...]
  /external/skia/src/utils/
SkParsePath.cpp 233 case SkPath::kLine_Verb:
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 139 case SkPath::kLine_Verb:
  /external/skia/src/fonts/
SkTestScalerContext.cpp 91 case SkPath::kLine_Verb:

Completed in 577 milliseconds

1 2