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

  /external/skia/samplecode/
SampleCull.cpp 40 case SkPath::kLine_Verb:
63 case SkPath::kLine_Verb:
84 case SkPath::kLine_Verb:
SampleLineClipper.cpp 102 case SkPath::kLine_Verb:
127 case SkPath::kLine_Verb:
  /external/skia/src/core/
SkEdgeBuilder.cpp 56 case SkPath::kLine_Verb:
102 case SkPath::kLine_Verb: {
133 case SkPath::kLine_Verb:
SkPath.cpp 287 case kLine_Verb: {
477 *fVerbs.append() = kLine_Verb;
542 case kLine_Verb:
985 case kLine_Verb:
1032 case kLine_Verb:
    [all...]
SkEdgeClipper.cpp 429 *fCurrVerb++ = SkPath::kLine_Verb;
470 case SkPath::kLine_Verb:
SkStroke.cpp 587 case SkPath::kLine_Verb:
603 stroker.close(lastSegment == SkPath::kLine_Verb);
609 stroker.done(dst, lastSegment == SkPath::kLine_Verb);
SkScan_Hairline.cpp 285 case SkPath::kLine_Verb:
SkPathMeasure.cpp 169 case SkPath::kLine_Verb:
SkDraw.cpp     [all...]
  /external/skia/src/effects/
SkCornerPathEffect.cpp 62 if (SkPath::kLine_Verb == prevVerb) {
74 case SkPath::kLine_Verb: {
Sk1DPathEffect.cpp 116 case SkPath::kLine_Verb:
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.cpp 97 if (verb == SkPath::kLine_Verb) {
  /external/skia/include/gpu/
SkGr.h 60 GR_STATIC_ASSERT((int)SkPath::kLine_Verb == (int)kLine_PathCmd);
  /external/skia/gm/
aarectmodes.cpp 43 case SkPath::kLine_Verb:
  /external/skia/src/pdf/
SkPDFUtils.cpp 112 case SkPath::kLine_Verb:
  /external/skia/src/utils/
SkParsePath.cpp 227 case SkPath::kLine_Verb:
SkDumpCanvas.cpp 40 case SkPath::kLine_Verb:
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 203 case SkPath::kLine_Verb:
GraphicsContextSkia.cpp 155 case SkPath::kLine_Verb:
    [all...]
  /external/skia/include/core/
SkPath.h 640 kLine_Verb, //!< iter.next returns 2 points
671 /** If next() returns kLine_Verb, then this query returns true if the
676 @return If the last call to next() returned kLine_Verb, return true
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 257 case SkPath::kLine_Verb:
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 644 case SkPath::kLine_Verb: {
    [all...]
  /frameworks/base/libs/hwui/
PathRenderer.cpp 609 case SkPath::kLine_Verb:
610 ALOGV("kLine_Verb %f %f -> %f %f",
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 634 case SkPath::kLine_Verb:
    [all...]

Completed in 886 milliseconds