Searched defs:setSize (Results 1 - 25 of 72) sorted by relevance

123

/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxy.cpp46 void DrawingAreaProxy::setSize(const IntSize& size, const IntSize& scrollOffset) function in class:WebKit::DrawingAreaProxy
/external/guava/src/com/google/common/collect/
H A DHashing.java49 static int chooseTableSize(int setSize) { argument
50 if (setSize < CUTOFF) {
51 return Integer.highestOneBit(setSize) << 2;
55 checkArgument(setSize < MAX_TABLE_SIZE, "collection too large");
/external/llvm/include/llvm/CodeGen/
H A DMachineCodeInfo.h32 void setSize(size_t s) { function in class:llvm::MachineCodeInfo
/external/stlport/test/eh/
H A Dtest_set.cpp44 const size_t setSize = random_number(random_base); local
46 while (testMultiSet.size() < setSize) {
78 const size_t setSize = random_number(random_base); local
80 while ( testSet.size() < setSize ) {
/external/webkit/Source/WebCore/platform/image-decoders/cg/
H A DImageDecoderCG.cpp63 bool ImageFrame::setSize(int newWidth, int newHeight) function in class:WebCore::ImageFrame
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectPool.java33 setSize(DEFAULT_SIZE);
38 setSize(size);
63 private void setSize(int size) { method in class:ObjectPool
H A DBackgroundCollisionComponent.java104 public void setSize(int width, int height) { method in class:BackgroundCollisionComponent
H A DSpriteComponent.java177 public final void setSize(int width, int height) { method in class:SpriteComponent
/external/icu4c/common/
H A Duvectr64.cpp73 setSize(other.count);
191 void UVector64::setSize(int32_t newSize) { function in class:UVector64
H A Duvectr32.cpp76 setSize(other.count);
273 void UVector32::setSize(int32_t newSize) { function in class:UVector32
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderbuffer.h49 void setSize(GC3Dsizei width, GC3Dsizei height) function in class:WebCore::WebGLRenderbuffer
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontPlatformData.h68 void setSize(float size) { m_size = size; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h66 void setSize(float size) { m_size = size; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/image-decoders/qt/
H A DImageFrameQt.cpp92 bool ImageFrame::setSize(int newWidth, int newHeight) function in class:WebCore::ImageFrame
/external/webkit/Source/WebCore/platform/image-decoders/skia/
H A DImageDecoderSkia.cpp87 bool ImageFrame::setSize(int newWidth, int newHeight) function in class:WebCore::ImageFrame
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp116 void ChunkedUpdateDrawingArea::setSize(const IntSize& viewSize) function in class:WebKit::ChunkedUpdateDrawingArea
123 m_webPage->setSize(viewSize);
182 setSize(size);
H A DTiledDrawingArea.cpp101 void TiledDrawingArea::setSize(const IntSize& viewSize) function in class:WebKit::TiledDrawingArea
106 m_webPage->setSize(viewSize);
172 setSize(size);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntVector.java115 public final void setSize(int sz) method in class:IntVector
H A DObjectVector.java115 public final void setSize(int sz) method in class:ObjectVector
H A DSuballocatedIntVector.java134 public void setSize(int sz) method in class:SuballocatedIntVector
308 * Wipe it out. Currently defined as equivalent to setSize(0).
423 * exception (see below), may return zero, or (if setSize has previously
/external/skia/include/utils/
H A DSkLayer.h50 void setSize(SkScalar w, SkScalar h) { m_size.set(w, h); } function in class:SkLayer
/external/webkit/Source/WebCore/dom/
H A DInputElement.h129 void setSize(int value) { m_size = value; } function in class:WebCore::InputElementData
/external/webkit/Source/WebCore/platform/image-decoders/ico/
H A DICOImageDecoder.cpp91 bool ICOImageDecoder::setSize(unsigned width, unsigned height) function in class:WebCore::ICOImageDecoder
95 return m_frameSize.isEmpty() ? ImageDecoder::setSize(width, height) : ((IntSize(width, height) == m_frameSize) || setFailed());
267 return setSize(dirEntry.m_size.width(), dirEntry.m_size.height());
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreViewBridge.h69 void setSize(int w, int h) function in class:WebCoreViewBridge
/external/antlr/src/org/antlr/runtime/
H A DBitSet.java142 setSize(a.bits.length);
154 private void setSize(int nwords) { method in class:BitSet

Completed in 397 milliseconds

123