Home
last modified time | relevance | path

Searched refs:setBounds (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/skia/src/pathops/
H A 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(cons
[all...]
H A 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()
H A 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()
H A DSkPathOpsConic.cpp188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic
189 rect->setBounds(fConic); in setBounds()
H A DSkPathOpsTCurve.h41 virtual void setBounds(SkDRect* ) const = 0;
H A DSkPathOpsAsWinding.cpp49 bounds.setBounds(pts, kPtCount[verb] + 1); in contains_edge()
190 bounds.setBounds(&pts[kPtIndex[SkPath::kMove_Verb]], kPtCount[SkPath::kMove_Verb]);
194 verbBounds.setBounds(&pts[kPtIndex[(int)verb]], kPtCount[(int)verb]);
H A DSkOpContour.h70 setBounds(); in complete()
303 void setBounds() { in setBounds() function in SkOpContour
/third_party/skia/tests/
H A DCullTestTest.cpp60 devBounds3.setBounds(devPts, 3); in DEF_TEST()
70 devBounds4.setBounds(devPts, 4); in DEF_TEST()
H A DPathOpsDRectTest.cpp53 rect2.setBounds(quad); in DEF_TEST()
67 rect2.setBounds(cubic); in DEF_TEST()
/third_party/skia/src/gpu/ops/
H A DPathStencilCoverOp.h44 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp()
66 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp()
H A DDrawableOp.cpp29 this->setBounds(bounds, HasAABloat::kNo, IsHairline::kNo); in DrawableOp()
H A DBlurOp.cpp28 this->setBounds(skBlurArg.srcRect, HasAABloat::kNo, IsHairline::kNo); in BlurOp()
H A DPathInnerTriangulateOp.h50 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathInnerTriangulateOp()
H A DPathTessellateOp.h45 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathTessellateOp()
H A DGrOp.h283 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsHairline zeroArea) { in setBounds() function in GrOp::HasAABloat::IsHairline
293 this->setBounds(proxy->getBoundsRect(), HasAABloat::kNo, IsHairline::kNo); in makeFullScreen()
H A DDrawAtlasPathOp.h35 this->setBounds(SkRect::Make(fillBounds), HasAABloat::kYes, IsHairline::kNo); in DrawAtlasPathOp()
H A DClearOp.cpp52 this->setBounds(SkRect::Make(scissor.rect()), HasAABloat::kNo, IsHairline::kNo); in ClearOp()
/third_party/skia/include/private/
H A DSkPathRef.h162 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function in final::Editor
404 void setBounds(const SkRect& rect) { in setBounds() function in final
/third_party/skia/docs/examples/
H A DRect_setBounds.cpp10 rect.setBounds(points, count); in REG_FIDDLE()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
H A DIMETest.java30 jf.setBounds(loc); in main()
/third_party/skia/src/core/
H A DSkRecordDraw.cpp429 dst.setBounds(op.pts, op.count); in bounds()
439 dst.setBounds(op.cubics, SkPatchUtils::kNumCtrlPts); in bounds()
484 bounds.setBounds(op.clip, 4); in bounds()
494 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds()
/third_party/skia/bench/
H A 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/skia/gm/
H A Dcrbug_1162942.cpp36 bounds.setBounds(pts, 4); in DEF_SIMPLE_GM()
H A Dbeziereffects.cpp83 this->setBounds(rect, HasAABloat::kYes, IsHairline::kNo); in BezierTestOp()
299 bounds.setBounds(pts, 3);
496 bounds.setBounds(pts, 3);
/third_party/skia/samplecode/
H A DSamplePatch.cpp57 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in __anon18637::Patch
256 patch.setBounds(fSize0.fX, fSize0.fY);
280 patch.setBounds(fSize1.fX, fSize1.fY);

Completed in 11 milliseconds

1234