/third_party/skia/src/pathops/ |
H A 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(cons [all...] |
H A 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()
|
H A 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()
|
H A D | SkPathOpsConic.cpp | 188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic 189 rect->setBounds(fConic); in setBounds()
|
H A D | SkPathOpsTCurve.h | 41 virtual void setBounds(SkDRect* ) const = 0;
|
H A D | SkPathOpsAsWinding.cpp | 49 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 D | SkOpContour.h | 70 setBounds(); in complete() 303 void setBounds() { in setBounds() function in SkOpContour
|
/third_party/skia/tests/ |
H A D | CullTestTest.cpp | 60 devBounds3.setBounds(devPts, 3); in DEF_TEST() 70 devBounds4.setBounds(devPts, 4); in DEF_TEST()
|
H A D | PathOpsDRectTest.cpp | 53 rect2.setBounds(quad); in DEF_TEST() 67 rect2.setBounds(cubic); in DEF_TEST()
|
/third_party/skia/src/gpu/ops/ |
H A D | PathStencilCoverOp.h | 44 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp() 66 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathStencilCoverOp()
|
H A D | DrawableOp.cpp | 29 this->setBounds(bounds, HasAABloat::kNo, IsHairline::kNo); in DrawableOp()
|
H A D | BlurOp.cpp | 28 this->setBounds(skBlurArg.srcRect, HasAABloat::kNo, IsHairline::kNo);
in BlurOp()
|
H A D | PathInnerTriangulateOp.h | 50 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathInnerTriangulateOp()
|
H A D | PathTessellateOp.h | 45 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathTessellateOp()
|
H A D | GrOp.h | 283 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 D | DrawAtlasPathOp.h | 35 this->setBounds(SkRect::Make(fillBounds), HasAABloat::kYes, IsHairline::kNo); in DrawAtlasPathOp()
|
H A D | ClearOp.cpp | 52 this->setBounds(SkRect::Make(scissor.rect()), HasAABloat::kNo, IsHairline::kNo); in ClearOp()
|
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 162 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 D | Rect_setBounds.cpp | 10 rect.setBounds(points, count); in REG_FIDDLE()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
H A D | IMETest.java | 30 jf.setBounds(loc); in main()
|
/third_party/skia/src/core/ |
H A D | SkRecordDraw.cpp | 429 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 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/skia/gm/ |
H A D | crbug_1162942.cpp | 36 bounds.setBounds(pts, 4); in DEF_SIMPLE_GM()
|
H A D | beziereffects.cpp | 83 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 D | SamplePatch.cpp | 57 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);
|