/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsRect.h | 52 void setBounds(const SkDConic& curve) { in setBounds() function 53 setBounds(curve, curve, 0, 1); in setBounds() 56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd); 58 void setBounds(const SkDCubic& curve) { in setBounds() function 59 setBounds(curve, curve, 0, 1); in setBounds() 62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd); 64 void setBounds(const SkDQuad& curve) { in setBounds() function 65 setBounds(curve, curve, 0, 1); in setBounds() 68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd); 70 void setBounds(const SkTCurve& curve);
|
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() function in SkDRect 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() function in SkDRect 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() function in SkDRect 64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds() function in SkDRect 65 curve.setBounds(this); in setBounds()
|
D | SkPathOpsCurve.cpp | 67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds() 77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds() 87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
|
D | SkPathOpsConic.cpp | 188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic 189 rect->setBounds(fConic); in setBounds()
|
D | SkPathOpsTCurve.h | 41 virtual void setBounds(SkDRect* ) const = 0;
|
/third_party/skia/src/pathops/ |
D | SkPathOpsRect.h | 52 void setBounds(const SkDConic& curve) { in setBounds() function 53 setBounds(curve, curve, 0, 1); in setBounds() 56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd); 58 void setBounds(const SkDCubic& curve) { in setBounds() function 59 setBounds(curve, curve, 0, 1); in setBounds() 62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd); 64 void setBounds(const SkDQuad& curve) { in setBounds() function 65 setBounds(curve, curve, 0, 1); in setBounds() 68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd); 70 void setBounds(const SkTCurve& curve);
|
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() function in SkDRect 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() function in SkDRect 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() function in SkDRect 64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds() function in SkDRect 65 curve.setBounds(this); in setBounds()
|
D | SkPathOpsCurve.cpp | 67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds() 77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds() 87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
|
D | SkPathOpsConic.cpp | 188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic 189 rect->setBounds(fConic); in setBounds()
|
D | SkPathOpsTCurve.h | 41 virtual void setBounds(SkDRect* ) const = 0;
|
/third_party/skia/tests/ |
D | CullTestTest.cpp | 60 devBounds3.setBounds(devPts, 3); in DEF_TEST() 70 devBounds4.setBounds(devPts, 4); in DEF_TEST()
|
D | PathOpsDRectTest.cpp | 53 rect2.setBounds(quad); in DEF_TEST() 67 rect2.setBounds(cubic); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | PathOpsDRectTest.cpp | 53 rect2.setBounds(quad); in DEF_TEST() 67 rect2.setBounds(cubic); in DEF_TEST()
|
/third_party/skia/src/gpu/ops/ |
D | PathStencilCoverOp.h | 44 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp() 66 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp()
|
D | DrawableOp.cpp | 29 this->setBounds(bounds, HasAABloat::kNo, IsHairline::kNo); in DrawableOp()
|
/third_party/skia/include/private/ |
D | SkPathRef.h | 162 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function 404 void setBounds(const SkRect& rect) { in setBounds() function
|
/third_party/flutter/skia/docs/examples/ |
D | Rect_setBounds.cpp | 10 rect.setBounds(points, count); in draw()
|
/third_party/skia/docs/examples/ |
D | Rect_setBounds.cpp | 10 rect.setBounds(points, count); in draw()
|
/third_party/flutter/skia/bench/ |
D | VertexColorSpaceBench.cpp | 131 this->setBounds(SkRect::MakeWH(100.f, 100.f), HasAABloat::kNo, IsZeroArea::kNo); in Op() 139 this->setBounds(SkRect::MakeWH(100.f, 100.f), HasAABloat::kNo, IsZeroArea::kNo); in Op() 147 this->setBounds(SkRect::MakeWH(100.f, 100.f), HasAABloat::kNo, IsZeroArea::kNo); in Op()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawableOp.cpp | 28 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawableOp()
|
D | GrOp.h | 255 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function 265 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()), in makeFullScreen()
|
/third_party/flutter/skia/include/private/ |
D | SkPathRef.h | 113 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function 385 void setBounds(const SkRect& rect) { in setBounds() function
|
/third_party/skia/bench/ |
D | VertexColorSpaceBench.cpp | 142 this->setBounds(SkRect::MakeWH(100.f, 100.f), HasAABloat::kNo, IsHairline::kNo); in Op() 150 this->setBounds(SkRect::MakeWH(100.f, 100.f), HasAABloat::kNo, IsHairline::kNo); in Op() 158 this->setBounds(SkRect::MakeWH(100.f, 100.f), HasAABloat::kNo, IsHairline::kNo); in Op()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
D | IMETest.java | 30 jf.setBounds(loc); in main()
|
/third_party/skia/gm/ |
D | crbug_1162942.cpp | 36 bounds.setBounds(pts, 4);
|