/external/skia/src/gpu/ |
H A D | GrPLSGeometryProcessor.h | 27 void setBounds(SkRect& bounds) { function in class:GrPLSGeometryProcessor
|
/external/skia/src/pathops/ |
H A D | SkPathOpsRect.cpp | 13 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 D | SkPathOpsRect.h | 50 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 D | SkOpContour.h | 107 setBounds(); 347 void setBounds() { function in class:SkOpContour
|
/external/skia/src/animator/ |
H A D | SkBoundable.h | 23 void setBounds(SkIRect& bounds) { fBounds = bounds; } function in class:SkBoundable
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
H A D | AbstractComboBoxPropertyEditor.java | 121 public void setBounds(Rectangle bounds) { method in class:AbstractComboBoxPropertyEditor 122 m_combo.setBounds(bounds);
|
H A D | AbstractComboPropertyEditor.java | 102 public final void setBounds(Rectangle bounds) { method in class:AbstractComboPropertyEditor 103 m_combo.setBounds(bounds); 104 // editor created without bounds, so activate it after first setBounds()
|
H A D | PropertyEditor.java | 66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors 77 public void setBounds(Rectangle bounds) { method in class:PropertyEditor
|
H A D | AbstractTextPropertyEditor.java | 214 public final void setBounds(Rectangle bounds) { method in class:AbstractTextPropertyEditor 215 m_textControl.setBounds(bounds);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
H A D | ButtonPropertyEditorPresentationImpl.java | 75 setBounds(control, controlX, y, controlWidth, height); 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { method in class:ButtonPropertyEditorPresentationImpl 201 control.setBounds(newX, newY, newWidth, newHeight);
|
/external/skia/src/gpu/batches/ |
H A D | GrBatch.h | 123 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } function in class:GrBatch
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
H A D | SelectionArea.java | 49 public void setBounds(int columns, int rows) { method in class:SelectionArea
|
/external/eigen/Eigen/src/SparseCore/ |
H A D | AmbiVector.h | 42 void setBounds(Index start, Index end) { m_start = start; m_end = end; } function in class:Eigen::internal::AmbiVector
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
H A D | SquaringDrawable.java | 29 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
H A D | PolygonSprite.java | 70 public void setBounds (float x, float y, float width, float height) {
method in class:PolygonSprite 81 * better to use {@link #setBounds(float, float, float, float)}. */
91 * {@link #setBounds(float, float, float, float)}. */
98 * {@link #setBounds(float, float, float, float)}. */
105 * {@link #setBounds(float, float, float, float)}. */
|
H A D | Sprite.java | 131 public void setBounds (float x, float y, float width, float height) {
method in class:Sprite 159 * better to use {@link #setBounds(float, float, float, float)}. */
186 * {@link #setBounds(float, float, float, float)}. */
193 * {@link #setBounds(float, float, float, float)}. */
200 * {@link #setBounds(float, float, float, float)}. */
|
H A D | TextureAtlas.java | 382 sprite.setBounds(0, 0, region.getRegionHeight(), region.getRegionWidth());
559 super.setBounds(region.offsetX, region.offsetY, height, width);
561 super.setBounds(region.offsetX, region.offsetY, width, height);
588 public void setBounds (float x, float y, float width, float height) {
method in class:TextureAtlas.AtlasSprite 595 super.setBounds(x + region.offsetX, y + region.offsetY, packedWidth * widthRatio, packedHeight * heightRatio);
600 setBounds(getX(), getY(), width, height);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowDrawable.java | 80 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 D | TypeInfo.java | 352 public void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo
|
/external/skia/include/core/ |
H A D | SkPathRef.h | 106 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } function in class:SkPathRef::Editor 333 void setBounds(const SkRect& rect) { function in class:SkPathRef
|
H A D | SkPath.h | 1160 void setBounds(const SkRect& rect) { function in class:SkPath 1163 ed.setBounds(rect);
|
/external/skia/samplecode/ |
H A D | SamplePatch.cpp | 60 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch 292 patch.setBounds(fSize0.fX, fSize0.fY); 318 patch.setBounds(fSize1.fX, fSize1.fY);
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 435 public void setBounds(int x, int y, int w, int h) { method in class:DumbTextComponent 436 super.setBounds(x,y,w,h);
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ |
H A D | Actor.java | 531 public void setBounds (float x, float y, float width, float height) {
method in class:Actor
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
H A D | btSoftBody.java | 3689 public void setBounds(btVector3 value) { method in class:btSoftBody
|