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

  /external/chromium_org/third_party/skia/gm/
strokefill.cpp 80 SkASSERT(!path2.cheapComputeDirection(NULL));
  /external/skia/gm/
strokefill.cpp 80 SkASSERT(!path2.cheapComputeDirection(NULL));
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 544 bool cheapComputeDirection(Direction* dir) const;
554 (void)this->cheapComputeDirection(&computedDir);
    [all...]
  /external/skia/include/core/
SkPath.h 544 bool cheapComputeDirection(Direction* dir) const;
554 (void)this->cheapComputeDirection(&computedDir);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 282 SkAssertResult(path.cheapComputeDirection(&dir));
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 282 SkAssertResult(path.cheapComputeDirection(&dir));
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 211 if (!path.cheapComputeDirection(dir)) {
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 211 if (!path.cheapComputeDirection(dir)) {
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 790 // (cheapComputeDirection is not expected to catch these.)
801 if (copy.cheapComputeDirection(&dir)) {
811 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
828 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
    [all...]
  /external/skia/tests/
PathTest.cpp 790 // (cheapComputeDirection is not expected to catch these.)
801 if (copy.cheapComputeDirection(&dir)) {
811 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
828 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 238 if (!this->cheapComputeDirection(&direction)) {
    [all...]
  /external/skia/src/core/
SkPath.cpp 238 if (!this->cheapComputeDirection(&direction)) {
    [all...]

Completed in 1494 milliseconds