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

12

/external/skia/src/gpu/
H A DGrPLSGeometryProcessor.h27 void setBounds(SkRect& bounds) { function in class:GrPLSGeometryProcessor
/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.h107 setBounds();
347 void setBounds() { function in class:SkOpContour
/external/skia/src/animator/
H A DSkBoundable.h23 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 DAbstractComboBoxPropertyEditor.java121 public void setBounds(Rectangle bounds) { method in class:AbstractComboBoxPropertyEditor
122 m_combo.setBounds(bounds);
H A DAbstractComboPropertyEditor.java102 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 DPropertyEditor.java66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
77 public void setBounds(Rectangle bounds) { method in class:PropertyEditor
H A DAbstractTextPropertyEditor.java214 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 DButtonPropertyEditorPresentationImpl.java75 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 DGrBatch.h123 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } function in class:GrBatch
/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 = start; m_end = 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DPolygonSprite.java70 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 DSprite.java131 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 DTextureAtlas.java382 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 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.java352 public void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo
/external/skia/include/core/
H A DSkPathRef.h106 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 DSkPath.h1160 void setBounds(const SkRect& rect) { function in class:SkPath
1163 ed.setBounds(rect);
/external/skia/samplecode/
H A DSamplePatch.cpp60 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 DDumbTextComponent.java435 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 DActor.java531 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 DbtSoftBody.java3689 public void setBounds(btVector3 value) { method in class:btSoftBody

Completed in 844 milliseconds

12