Home
last modified time | relevance | path

Searched defs:setSize (Results 1 – 25 of 91) sorted by relevance

1234

/external/stlport/test/eh/
Dtest_set.cpp44 const size_t setSize = random_number(random_base); in test_multiset() local
78 const size_t setSize = random_number(random_base); in test_set() local
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DHeightMapGrid.java21 public void setSize(int size); in setSize() method
DImageBasedHeightMapGrid.java76 public void setSize(int size) { in setSize() method in ImageBasedHeightMapGrid
DHeightMap.java150 void setSize(int size) throws Exception; in setSize() method
/external/webkit/Source/WebKit2/UIProcess/
DDrawingAreaProxy.cpp46 void DrawingAreaProxy::setSize(const IntSize& size, const IntSize& scrollOffset) in setSize() function in WebKit::DrawingAreaProxy
/external/llvm/include/llvm/CodeGen/
DMachineCodeInfo.h32 void setSize(size_t s) { in setSize() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStackExtensions.cs75 public static void setSize<T>( this Stack<T> stack, int size ) in setSize() method in Antlr.Runtime.JavaExtensions.StackExtensions
/external/replicaisland/src/com/replica/replicaisland/
DObjectPool.java63 private void setSize(int size) { in setSize() method in ObjectPool
/external/webkit/Source/WebCore/platform/image-decoders/cg/
DImageDecoderCG.cpp63 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize() function in WebCore::ImageFrame
/external/webkit/Source/WebCore/platform/image-decoders/skia/
DImageDecoderSkia.cpp87 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize() function in WebCore::ImageFrame
/external/webkit/Source/WebCore/platform/image-decoders/qt/
DImageFrameQt.cpp92 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize() function in WebCore::ImageFrame
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderbuffer.h49 void setSize(GC3Dsizei width, GC3Dsizei height) in setSize() function
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h68 void setSize(float size) { m_size = size; } in setSize() function
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h66 void setSize(float size) { m_size = size; } in setSize() function
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DSimpleLodThreshold.java82 public void setSize(int size) { in setSize() method in SimpleLodThreshold
DDistanceLodCalculator.java166 public void setSize(int size) { in setSize() method in DistanceLodCalculator
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DChunkedUpdateDrawingArea.cpp116 void ChunkedUpdateDrawingArea::setSize(const IntSize& viewSize) in setSize() function in WebKit::ChunkedUpdateDrawingArea
DTiledDrawingArea.cpp101 void TiledDrawingArea::setSize(const IntSize& viewSize) in setSize() function in WebKit::TiledDrawingArea
/external/webkit/Source/WebKit/android/jni/
DWebCoreViewBridge.h69 void setSize(int w, int h) in setSize() function
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DCanvasTexture.cpp83 void CanvasTexture::setSize(const IntSize& size) in setSize() function in WebCore::CanvasTexture
/external/skia/include/utils/
DSkLayer.h43 void setSize(SkScalar w, SkScalar h) { m_size.set(w, h); } in setSize() function
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
DImageTileLoader.java128 public void setSize(int size) { in setSize() method in ImageTileLoader
/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.h81 void setSize(const IntSize& newSize) in setSize() function
/external/icu4c/common/
Duvectr64.cpp191 void UVector64::setSize(int32_t newSize) { in setSize() function in UVector64
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntArrayList.java68 public void setSize(int newSize) { in setSize() method in IntArrayList

1234