Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsRect.cpp14 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() function in SkDRect
31 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() function in SkDRect
48 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() function in SkDRect
65 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds() function in SkDRect
DSkPathOpsRect.h59 void setBounds(const SkDConic& curve) { in setBounds() function
65 void setBounds(const SkDCubic& curve) { in setBounds() function
71 void setBounds(const SkDQuad& curve) { in setBounds() function
DSkPathOpsConic.cpp195 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic
DSkOpContour.h314 void setBounds() { in setBounds() function
DSkPathOpsQuad.cpp421 void SkTQuad::setBounds(SkDRect* rect) const { in setBounds() function in SkTQuad
DSkPathOpsCubic.cpp761 void SkTCubic::setBounds(SkDRect* rect) const { in setBounds() function in SkTCubic
/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
35 public void setBounds(Rect bounds) { in setBounds() method in SquaringDrawable
/external/skia/include/private/
DSkPathRef.h157 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
389 void setBounds(const SkRect& rect) { in setBounds() function
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java49 public void setBounds(int columns, int rows) { in setBounds() method in SelectionArea
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h42 …void setBounds(Index start, Index end) { m_start = convert_index(start); m_end = convert_index(end… in setBounds() function
/external/skia/src/gpu/ganesh/ops/
DGrOp.h279 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsHairline zeroArea) { in setBounds() function
/external/doclava/src/com/google/doclava/
DTypeInfo.java392 public void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds() method in TypeInfo
/external/skia/tools/viewer/
DPatchSlide.cpp59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in __anon33be79600111::Patch
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java437 public void setBounds(int x, int y, int w, int h) { in setBounds() method in DumbTextComponent
/external/skia/include/core/
DSkRect.h895 void setBounds(const SkPoint pts[], int count) { in setBounds() function
/external/skia/src/core/
DSkCanvas.cpp2761 SkRect setBounds = imageSet[0].fDstRect; in onDrawEdgeAAImageSet2() local
DSkPath.cpp438 void SkPath::setBounds(const SkRect& rect) { in setBounds() function in SkPath