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

1 2

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.cpp 7 #include "SkPathOpsBounds.h"
12 void SkPathOpsBounds::setCubicBounds(const SkPoint a[4]) {
21 void SkPathOpsBounds::setLineBounds(const SkPoint a[2]) {
26 void SkPathOpsBounds::setQuadBounds(const SkPoint a[3]) {
35 void (SkPathOpsBounds::* const SetCurveBounds[])(const SkPoint[]) = {
37 &SkPathOpsBounds::setLineBounds,
38 &SkPathOpsBounds::setQuadBounds,
39 &SkPathOpsBounds::setCubicBounds
SkPathOpsBounds.h 13 // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty.
14 struct SkPathOpsBounds : public SkRect {
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
32 void add(const SkPathOpsBounds& toAdd) {
70 extern void (SkPathOpsBounds::* const SetCurveBounds[])(const SkPoint[]);
SkPathOpsTightBounds.cpp 26 SkPathOpsBounds bounds = current->bounds();
SkIntersectionHelper.h 66 const SkPathOpsBounds& bounds() const {
SkOpContour.h 112 const SkPathOpsBounds& bounds() const {
340 SkPathOpsBounds fBounds;
SkOpSegment.h 12 #include "SkPathOpsBounds.h"
46 const SkPathOpsBounds& bounds() const {
479 void subDivideBounds(int start, int end, SkPathOpsBounds* bounds) const;
533 SkPathOpsBounds fBounds;
SkAddIntersections.cpp 8 #include "SkPathOpsBounds.h"
183 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) {
197 if (!SkPathOpsBounds::Intersects(wt.bounds(), wn.bounds())) {
SkPathOpsCommon.cpp 245 const SkPathOpsBounds& bounds = contour->bounds();
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsBounds.cpp 7 #include "SkPathOpsBounds.h"
12 void SkPathOpsBounds::setCubicBounds(const SkPoint a[4]) {
21 void SkPathOpsBounds::setLineBounds(const SkPoint a[2]) {
26 void SkPathOpsBounds::setQuadBounds(const SkPoint a[3]) {
35 void (SkPathOpsBounds::*SetCurveBounds[])(const SkPoint[]) = {
37 &SkPathOpsBounds::setLineBounds,
38 &SkPathOpsBounds::setQuadBounds,
39 &SkPathOpsBounds::setCubicBounds
SkPathOpsBounds.h 13 // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty.
14 struct SkPathOpsBounds : public SkRect {
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
32 void add(const SkPathOpsBounds& toAdd) {
70 extern void (SkPathOpsBounds::*SetCurveBounds[])(const SkPoint[]);
SkIntersectionHelper.h 66 const SkPathOpsBounds& bounds() const {
SkOpContour.h 112 const SkPathOpsBounds& bounds() const {
340 SkPathOpsBounds fBounds;
SkOpSegment.h 12 #include "SkPathOpsBounds.h"
46 const SkPathOpsBounds& bounds() const {
477 void subDivideBounds(int start, int end, SkPathOpsBounds* bounds) const;
531 SkPathOpsBounds fBounds;
SkAddIntersections.cpp 8 #include "SkPathOpsBounds.h"
183 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) {
197 if (!SkPathOpsBounds::Intersects(wt.bounds(), wn.bounds())) {
SkPathOpsCommon.cpp 245 const SkPathOpsBounds& bounds = contour->bounds();
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp 8 #include "SkPathOpsBounds.h"
51 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]);
53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]);
55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
59 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1])
    [all...]
PathOpsTestCommon.h 13 struct SkPathOpsBounds;
18 bool ValidBounds(const SkPathOpsBounds&);
PathOpsTestCommon.cpp 8 #include "SkPathOpsBounds.h"
124 bool ValidBounds(const SkPathOpsBounds& bounds) {
  /external/skia/tests/
PathOpsBoundsTest.cpp 8 #include "SkPathOpsBounds.h"
51 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]);
53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]);
55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
59 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1])
    [all...]
PathOpsTestCommon.h 13 struct SkPathOpsBounds;
18 bool ValidBounds(const SkPathOpsBounds&);
PathOpsTestCommon.cpp 8 #include "SkPathOpsBounds.h"
124 bool ValidBounds(const SkPathOpsBounds& bounds) {
  /external/skia/
Android.mk 236 src/pathops/SkPathOpsBounds.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 214 third_party/skia/src/pathops/SkPathOpsBounds.cpp \

Completed in 1048 milliseconds

1 2