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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsRect.cpp 12 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) {
SkPathOpsBounds.cpp 15 SkDRect dRect;
29 SkDRect dRect;
SkPathOpsRect.h 12 struct SkDRect {
35 bool intersects(SkDRect* r) const {
SkDCubicIntersection.cpp 313 const SkDRect& bounds2) {
330 SkDRect lineBounds;
488 SkDRect c2Bounds;
497 SkDRect c1Bounds;
SkPathOpsTypes.h 257 struct SkDRect;
SkIntersections.h 266 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
SkPathOpsCubic.cpp 17 SkDRect dRect;
  /external/skia/src/pathops/
SkPathOpsRect.cpp 12 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) {
SkPathOpsBounds.cpp 15 SkDRect dRect;
29 SkDRect dRect;
SkPathOpsRect.h 12 struct SkDRect {
35 bool intersects(SkDRect* r) const {
SkDCubicIntersection.cpp 313 const SkDRect& bounds2) {
330 SkDRect lineBounds;
488 SkDRect c2Bounds;
497 SkDRect c1Bounds;
SkPathOpsTypes.h 257 struct SkDRect;
SkIntersections.h 266 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
SkPathOpsCubic.cpp 17 SkDRect dRect;
  /external/skia/tests/
PathOpsDRectTest.cpp 43 SkDRect rect, rect2;
PathOpsCubicReduceOrderTest.cpp 44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
226 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX};
PathOpsCubicIntersectionTest.cpp 414 SkDRect rect1, rect2;

Completed in 77 milliseconds