Searched defs:setBounds (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/src/pathops/
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { function in class:SkDRect
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { function in class:SkDRect
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { function in class:SkDRect
H A DSkPathOpsRect.h50 void setBounds(const SkDConic& curve) { function in struct:SkDRect
51 setBounds(curve, curve, 0, 1);
54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
56 void setBounds(const SkDCubic& curve) { function in struct:SkDRect
57 setBounds(curve, curve, 0, 1);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
62 void setBounds(const SkDQuad& curve) { function in struct:SkDRect
63 setBounds(curve, curve, 0, 1);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
H A DSkOpContour.h71 setBounds();
304 void setBounds() { function in class:SkOpContour
/external/skqp/src/pathops/
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { function in class:SkDRect
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { function in class:SkDRect
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { function in class:SkDRect
H A DSkPathOpsRect.h50 void setBounds(const SkDConic& curve) { function in struct:SkDRect
51 setBounds(curve, curve, 0, 1);
54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
56 void setBounds(const SkDCubic& curve) { function in struct:SkDRect
57 setBounds(curve, curve, 0, 1);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
62 void setBounds(const SkDQuad& curve) { function in struct:SkDRect
63 setBounds(curve, curve, 0, 1);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
H A DSkOpContour.h71 setBounds();
304 void setBounds() { function in class:SkOpContour
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DSelectionArea.java49 public void setBounds(int columns, int rows) { method in class:SelectionArea
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h42 void setBounds(Index start, Index end) { m_start = convert_index(start); m_end = convert_index(end); } function in class:Eigen::internal::AmbiVector
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java29 public void setBounds(int left, int top, int right, int bottom) { method in class:SquaringDrawable
30 super.setBounds(left, top, right, bottom);
31 wrapped.setBounds(left, top, right, bottom);
35 public void setBounds(Rect bounds) { method in class:SquaringDrawable
36 super.setBounds(bounds);
37 wrapped.setBounds(bounds);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java80 public void setBounds(Rect rect) { method in class:ShadowDrawable
85 public void setBounds(int left, int top, int right, int bottom) { method in class:ShadowDrawable
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java373 public void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo
/external/skia/src/gpu/ops/
H A DGrOp.h180 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { function in class:GrOp::HasAABloat::IsZeroArea
190 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()),
/external/skqp/src/gpu/ops/
H A DGrOp.h180 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { function in class:GrOp::HasAABloat::IsZeroArea
190 this->setBounds(SkRect::MakeIWH(proxy->width(), proxy->height()),
/external/skia/include/core/
H A DSkPath.h1694 void setBounds(const SkRect& rect) { function in class:SkPath
1697 ed.setBounds(rect);
H A DSkRect.h1108 void setBounds(const SkPoint pts[], int count) { function in struct:SkRect
/external/skia/include/private/
H A DSkPathRef.h111 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } function in class:final::Editor
368 void setBounds(const SkRect& rect) { function in class:final
/external/skia/samplecode/
H A DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch
269 patch.setBounds(fSize0.fX, fSize0.fY);
293 patch.setBounds(fSize1.fX, fSize1.fY);
/external/skqp/include/core/
H A DSkRect.h1098 void setBounds(const SkPoint pts[], int count) { function in struct:SkRect
H A DSkPath.h1754 void setBounds(const SkRect& rect) { function in class:SkPath
1757 ed.setBounds(rect);
/external/skqp/include/private/
H A DSkPathRef.h111 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } function in class:final::Editor
365 void setBounds(const SkRect& rect) { function in class:final
/external/skqp/samplecode/
H A DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch
269 patch.setBounds(fSize0.fX, fSize0.fY);
293 patch.setBounds(fSize1.fX, fSize1.fY);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java437 public void setBounds(int x, int y, int w, int h) { method in class:DumbTextComponent
438 super.setBounds(x,y,w,h);
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 796 milliseconds

12