Home
last modified time | relevance | path

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

12

/external/skia/src/pathops/
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
64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds() function in SkDRect
DSkPathOpsRect.h52 void setBounds(const SkDConic& curve) { in setBounds() function
58 void setBounds(const SkDCubic& curve) { in setBounds() function
64 void setBounds(const SkDQuad& curve) { in setBounds() function
DSkPathOpsConic.cpp188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic
DSkOpContour.h304 void setBounds() { in setBounds() function
DSkPathOpsQuad.cpp414 void SkTQuad::setBounds(SkDRect* rect) const { in setBounds() function in SkTQuad
/external/skqp/src/pathops/
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
64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds() function in SkDRect
DSkPathOpsRect.h52 void setBounds(const SkDConic& curve) { in setBounds() function
58 void setBounds(const SkDCubic& curve) { in setBounds() function
64 void setBounds(const SkDQuad& curve) { in setBounds() function
DSkPathOpsConic.cpp188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds() function in SkTConic
DSkOpContour.h304 void setBounds() { in setBounds() function
DSkPathOpsQuad.cpp414 void SkTQuad::setBounds(SkDRect* rect) const { in setBounds() function in SkTQuad
/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/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java49 public void setBounds(int columns, int rows) { in setBounds() method in SelectionArea
/external/skqp/include/private/
DSkPathRef.h113 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
385 void setBounds(const SkRect& rect) { in setBounds() function
/external/skia/include/private/
DSkPathRef.h113 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
385 void setBounds(const SkRect& rect) { in setBounds() function
/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/ops/
DGrOp.h270 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function
/external/skqp/src/gpu/ops/
DGrOp.h270 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsZeroArea zeroArea) { in setBounds() function
/external/skqp/samplecode/
DSamplePatch.cpp59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch
/external/skia/include/core/
DSkPath.h1752 void setBounds(const SkRect& rect) { in setBounds() function
DSkRect.h1051 void setBounds(const SkPoint pts[], int count) { in setBounds() function
/external/skqp/include/core/
DSkPath.h1752 void setBounds(const SkRect& rect) { in setBounds() function
DSkRect.h1051 void setBounds(const SkPoint pts[], int count) { in setBounds() function
/external/doclava/src/com/google/doclava/
DTypeInfo.java373 public void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds() method in TypeInfo
/external/skia/samplecode/
DSamplePatch.cpp59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in 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

12