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

12

/external/webkit/Source/WebCore/platform/
H A DLengthSize.h48 void setHeight(Length height) { m_height = height; } function in struct:WebCore::LengthSize
/external/jmonkeyengine/engine/src/core/com/jme3/ui/
H A DPicture.java109 public void setHeight(float height){ method in class:Picture
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
H A DTerrain.java80 * you call setHeight().
84 public void setHeight(Vector2f xzCoordinate, float height); method in interface:Terrain
94 public void setHeight(List<Vector2f> xz, List<Float> height); method in interface:Terrain
97 * Raise/lower the height in one call (instead of getHeight then setHeight).
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacterSet.java176 public void setHeight(int height) { method in class:BitmapCharacterSet
H A DBitmapCharacter.java100 public void setHeight(int height) { method in class:BitmapCharacter
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DInputSystemJme.java81 public void setHeight(int height) { method in class:InputSystemJme
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java114 public void setHeight(int height) { method in class:VisualSampleEntry
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java95 public void setHeight(double height) { method in class:TrackMetaData
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatSize.h62 void setHeight(float height) { m_height = height; } function in class:WebCore::FloatSize
110 a.setHeight(a.height() + b.height());
117 a.setHeight(a.height() - b.height());
H A DIntSize.h71 void setHeight(int height) { m_height = height; } function in class:WebCore::IntSize
154 a.setHeight(a.height() + b.height());
161 a.setHeight(a.height() - b.height());
H A DFloatRect.h101 void setHeight(float height) { m_size.setHeight(height); } function in class:WebCore::FloatRect
129 m_size.setHeight(m_size.height() + dy + dy);
189 m_size.setHeight(bottom - top);
H A DIntRect.h102 void setHeight(int height) { m_size.setHeight(height); } function in class:WebCore::IntRect
128 setHeight(std::max(0, height() - delta));
133 setHeight(std::max(0, height() + delta));
162 m_size.setHeight(m_size.height() + dy + dy);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTrackHeaderBox.java229 public void setHeight(double height) { method in class:TrackHeaderBox
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java179 public void setHeight(int height) { method in class:DrawableBitmap
/external/webkit/Source/WebCore/html/
H A DHTMLImageElement.cpp78 image->setHeight(*optionalHeight);
341 void HTMLImageElement::setHeight(int value) function in class:WebCore::HTMLImageElement
H A DHTMLCanvasElement.cpp149 void HTMLCanvasElement::setHeight(int value) function in class:WebCore::HTMLCanvasElement
/external/webkit/Source/WebCore/svg/
H A DPatternAttributes.h84 void setHeight(const SVGLength& value) function in struct:WebCore::PatternAttributes
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAppSettings.java435 public void setHeight(int value) { method in class:AppSettings
447 setHeight(height);
617 * @see #setHeight(int)
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DImage.java571 * <code>setHeight</code> sets the height value of the image. It is
577 public void setHeight(int height) { method in class:Image
/external/skia/include/views/
H A DSkView.h80 void setHeight(SkScalar height) { this->setSize(fWidth, height); } function in class:SkView
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java289 protected void setHeight(List<LocationHeight> locationHeights, boolean overrideHeight) { method in class:TerrainPatch
H A DTerrainQuad.java1170 public void setHeight(Vector2f xz, float height) { method in class:TerrainQuad
1176 setHeight(coord, h);
1188 public void setHeight(List<Vector2f> xz, List<Float> height) { method in class:TerrainQuad
1189 setHeight(xz, height, true);
1193 setHeight(xz, height, false);
1196 protected void setHeight(List<Vector2f> xz, List<Float> height, boolean overrideHeight) { method in class:TerrainQuad
1211 setHeight(locations, overrideHeight); // adjust height of the actual mesh
1232 protected void setHeight(List<LocationHeight> locations, boolean overrideHeight) { method in class:TerrainQuad
1295 ((TerrainQuad)quad1).setHeight(quadLH1, overrideHeight);
1297 ((TerrainPatch)quad1).setHeight(quadLH
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h55 void setHeight(int height) { m_frameRect.setHeight(height); } function in class:WebCore::RenderBox
83 setHeight(size);
88 setHeight(size);
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h278 /// it is an error to call setLeft(), setRight(), and setHeight().
290 /// setHeight - Changes the height of the tree. Used internally by
292 void setHeight(unsigned h) { function in class:llvm::ImutAVLTree

Completed in 4553 milliseconds

12