Home
last modified time | relevance | path

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

12345

/external/skia/src/pathops/
DSkPathOpsRect.h50 void setBounds(const SkDConic& curve) { in setBounds() function
51 setBounds(curve, curve, 0, 1); in setBounds()
54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
56 void setBounds(const SkDCubic& curve) { in setBounds() function
57 setBounds(curve, curve, 0, 1); in setBounds()
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
62 void setBounds(const SkDQuad& curve) { in setBounds() function
63 setBounds(curve, curve, 0, 1); in setBounds()
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
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
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()
/external/skqp/src/pathops/
DSkPathOpsRect.h50 void setBounds(const SkDConic& curve) { in setBounds() function
51 setBounds(curve, curve, 0, 1); in setBounds()
54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
56 void setBounds(const SkDCubic& curve) { in setBounds() function
57 setBounds(curve, curve, 0, 1); in setBounds()
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
62 void setBounds(const SkDQuad& curve) { in setBounds() function
63 setBounds(curve, curve, 0, 1); in setBounds()
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
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
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()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java29 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in SquaringDrawable
30 super.setBounds(left, top, right, bottom); in setBounds()
31 wrapped.setBounds(left, top, right, bottom); in setBounds()
35 public void setBounds(Rect bounds) { in setBounds() method in SquaringDrawable
36 super.setBounds(bounds); in setBounds()
37 wrapped.setBounds(bounds); in setBounds()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapDrawableTest.java81 drawable1a.setBounds(1, 2, 3, 4); in equals_shouldTestBounds()
82 drawable1b.setBounds(1, 2, 3, 4); in equals_shouldTestBounds()
86 drawable1b.setBounds(1, 2, 3, 5); in equals_shouldTestBounds()
DDrawableTest.java58 drawable.setBounds(1, 2, 3, 4); in copyBoundsWithPassedRect()
70 drawable.setBounds(1, 2, 3, 4); in copyBoundsToReturnedRect()
/external/skqp/tests/
DPathOpsDRectTest.cpp53 rect2.setBounds(quad); in DEF_TEST()
67 rect2.setBounds(cubic); in DEF_TEST()
/external/skia/tests/
DPathOpsDRectTest.cpp53 rect2.setBounds(quad); in DEF_TEST()
67 rect2.setBounds(cubic); in DEF_TEST()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDrawableTest.java71 drawable.setBounds(1, 2, 3, 4); in copyBoundsWithPassedRect()
83 drawable.setBounds(1, 2, 3, 4); in copyBoundsToReturnedRect()
128 drawable.setBounds(0, 0, 10, 10); in settingBoundsShouldInvokeCallback()
/external/skqp/include/private/
DSkPathRef.h111 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
365 void setBounds(const SkRect& rect) { in setBounds() function
/external/skia/include/private/
DSkPathRef.h112 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
369 void setBounds(const SkRect& rect) { in setBounds() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDrawable.java80 public void setBounds(Rect rect) { in setBounds() method in ShadowDrawable
85 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in ShadowDrawable
/external/skqp/src/gpu/ops/
DGrOp.h180 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function
190 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()), in makeFullScreen()
DGrAAHairLinePathRenderer.cpp279 bounds.setBounds(devPts, 3); in gather_lines_and_quads()
321 bounds.setBounds(devPts, 2); in gather_lines_and_quads()
346 bounds.setBounds(devPts, 3); in gather_lines_and_quads()
381 bounds.setBounds(devPts, 4); in gather_lines_and_quads()
401 bounds.setBounds(devPts, 3); in gather_lines_and_quads()
404 bounds.setBounds(&q[i], 3); in gather_lines_and_quads()
451 bounds.setBounds(devPts, 2); in gather_lines_and_quads()
DGrClearOp.cpp30 this->setBounds(SkRect::Make(fClip.scissorEnabled() ? fClip.scissorRect() : rtRect), in GrClearOp()
DGrStencilPathOp.h56 this->setBounds(path->getBounds(), HasAABloat::kNo, IsZeroArea::kNo); in GrStencilPathOp()
/external/skia/src/gpu/ops/
DGrOp.h180 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function
190 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()), in makeFullScreen()
DGrAAHairLinePathRenderer.cpp279 bounds.setBounds(devPts, 3); in gather_lines_and_quads()
321 bounds.setBounds(devPts, 2); in gather_lines_and_quads()
346 bounds.setBounds(devPts, 3); in gather_lines_and_quads()
381 bounds.setBounds(devPts, 4); in gather_lines_and_quads()
401 bounds.setBounds(devPts, 3); in gather_lines_and_quads()
404 bounds.setBounds(&q[i], 3); in gather_lines_and_quads()
451 bounds.setBounds(devPts, 2); in gather_lines_and_quads()
DGrClearOp.cpp30 this->setBounds(SkRect::Make(fClip.scissorEnabled() ? fClip.scissorRect() : rtRect), in GrClearOp()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
DIMETest.java30 jf.setBounds(loc); in main()
/external/skia/samplecode/
DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch
269 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent()
293 patch.setBounds(fSize1.fX, fSize1.fY); in onDrawContent()
/external/skqp/samplecode/
DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch
269 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent()
293 patch.setBounds(fSize1.fX, fSize1.fY); in onDrawContent()

12345