Home
last modified time | relevance | path

Searched refs:setBounds (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/flutter/skia/src/pathops/
DSkPathOpsRect.h52 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);
DSkPathOpsRect.cpp13 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()
DSkPathOpsCurve.cpp67 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()
DSkPathOpsConic.cpp188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic
189 rect->setBounds(fConic); in setBounds()
DSkPathOpsTCurve.h41 virtual void setBounds(SkDRect* ) const = 0;
/third_party/skia/src/pathops/
DSkPathOpsRect.h52 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);
DSkPathOpsRect.cpp13 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()
DSkPathOpsCurve.cpp67 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()
DSkPathOpsConic.cpp188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic
189 rect->setBounds(fConic); in setBounds()
DSkPathOpsTCurve.h41 virtual void setBounds(SkDRect* ) const = 0;
/third_party/skia/tests/
DCullTestTest.cpp60 devBounds3.setBounds(devPts, 3); in DEF_TEST()
70 devBounds4.setBounds(devPts, 4); in DEF_TEST()
DPathOpsDRectTest.cpp53 rect2.setBounds(quad); in DEF_TEST()
67 rect2.setBounds(cubic); in DEF_TEST()
/third_party/flutter/skia/tests/
DPathOpsDRectTest.cpp53 rect2.setBounds(quad); in DEF_TEST()
67 rect2.setBounds(cubic); in DEF_TEST()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.h44 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp()
66 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp()
DDrawableOp.cpp29 this->setBounds(bounds, HasAABloat::kNo, IsHairline::kNo); in DrawableOp()
/third_party/skia/include/private/
DSkPathRef.h162 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/
DRect_setBounds.cpp10 rect.setBounds(points, count); in draw()
/third_party/skia/docs/examples/
DRect_setBounds.cpp10 rect.setBounds(points, count); in draw()
/third_party/flutter/skia/bench/
DVertexColorSpaceBench.cpp131 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/
DGrDrawableOp.cpp28 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawableOp()
DGrOp.h255 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/
DSkPathRef.h113 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
385 void setBounds(const SkRect& rect) { in setBounds() function
/third_party/skia/bench/
DVertexColorSpaceBench.cpp142 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/
DIMETest.java30 jf.setBounds(loc); in main()
/third_party/skia/gm/
Dcrbug_1162942.cpp36 bounds.setBounds(pts, 4);

1234567