Searched refs:SkDRect (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp12 void SkDRect::setBounds(const SkDLine& line) {
17 void SkDRect::setBounds(const SkDQuad& quad) {
33 void SkDRect::setRawBounds(const SkDQuad& quad) {
44 void SkDRect::setBounds(const SkDCubic& c) {
60 void SkDRect::setRawBounds(const SkDCubic& cubic) {
H A DSkPathOpsBounds.cpp15 SkDRect dRect;
29 SkDRect dRect;
H A DSkPathOpsRect.h12 struct SkDRect { struct
35 bool intersects(SkDRect* r) const {
H A DSkDCubicIntersection.cpp340 const SkDRect& bounds2) {
357 SkDRect lineBounds;
522 SkDRect c2Bounds;
542 SkDRect c1Bounds;
H A DSkIntersections.h272 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
H A DSkPathOpsTypes.h323 struct SkDRect;
H A DSkPathOpsCubic.cpp66 SkDRect dRect;
/external/skia/src/pathops/
H A DSkPathOpsRect.cpp12 void SkDRect::setBounds(const SkDLine& line) {
17 void SkDRect::setBounds(const SkDQuad& quad) {
33 void SkDRect::setRawBounds(const SkDQuad& quad) {
44 void SkDRect::setBounds(const SkDCubic& c) {
60 void SkDRect::setRawBounds(const SkDCubic& cubic) {
H A DSkPathOpsBounds.cpp15 SkDRect dRect;
29 SkDRect dRect;
H A DSkPathOpsRect.h12 struct SkDRect { struct
35 bool intersects(SkDRect* r) const {
H A DSkDCubicIntersection.cpp340 const SkDRect& bounds2) {
357 SkDRect lineBounds;
522 SkDRect c2Bounds;
542 SkDRect c1Bounds;
H A DSkIntersections.h272 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
H A DSkPathOpsTypes.h323 struct SkDRect;
H A DSkPathOpsCubic.cpp66 SkDRect dRect;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDRectTest.cpp43 SkDRect rect, rect2;
H A DPathOpsCubicReduceOrderTest.cpp44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
226 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX};
H A DPathOpsCubicIntersectionTest.cpp417 SkDRect rect1, rect2;
H A DPathOpsAngleIdeas.cpp259 SkDRect bounds;
/external/skia/tests/
H A DPathOpsDRectTest.cpp43 SkDRect rect, rect2;
H A DPathOpsCubicReduceOrderTest.cpp44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
226 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX};
H A DPathOpsCubicIntersectionTest.cpp417 SkDRect rect1, rect2;
H A DPathOpsAngleIdeas.cpp259 SkDRect bounds;

Completed in 294 milliseconds