/external/skia/src/pathops/ |
D | SkPathOpsRect.h | 50 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);
|
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
|
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()
|
/external/skqp/src/pathops/ |
D | SkPathOpsRect.h | 50 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);
|
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
|
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()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 29 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/ |
D | BitmapDrawableTest.java | 81 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()
|
D | DrawableTest.java | 58 drawable.setBounds(1, 2, 3, 4); in copyBoundsWithPassedRect() 70 drawable.setBounds(1, 2, 3, 4); in copyBoundsToReturnedRect()
|
/external/skqp/tests/ |
D | PathOpsDRectTest.cpp | 53 rect2.setBounds(quad); in DEF_TEST() 67 rect2.setBounds(cubic); in DEF_TEST()
|
/external/skia/tests/ |
D | PathOpsDRectTest.cpp | 53 rect2.setBounds(quad); in DEF_TEST() 67 rect2.setBounds(cubic); in DEF_TEST()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowDrawableTest.java | 71 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/ |
D | SkPathRef.h | 111 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function 365 void setBounds(const SkRect& rect) { in setBounds() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 112 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/ |
D | ShadowDrawable.java | 80 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/ |
D | GrOp.h | 180 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function 190 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()), in makeFullScreen()
|
D | GrAAHairLinePathRenderer.cpp | 279 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()
|
D | GrClearOp.cpp | 30 this->setBounds(SkRect::Make(fClip.scissorEnabled() ? fClip.scissorRect() : rtRect), in GrClearOp()
|
D | GrStencilPathOp.h | 56 this->setBounds(path->getBounds(), HasAABloat::kNo, IsZeroArea::kNo); in GrStencilPathOp()
|
/external/skia/src/gpu/ops/ |
D | GrOp.h | 180 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function 190 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()), in makeFullScreen()
|
D | GrAAHairLinePathRenderer.cpp | 279 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()
|
D | GrClearOp.cpp | 30 this->setBounds(SkRect::Make(fClip.scissorEnabled() ? fClip.scissorRect() : rtRect), in GrClearOp()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
D | IMETest.java | 30 jf.setBounds(loc); in main()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 60 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/ |
D | SamplePatch.cpp | 60 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()
|