Searched refs:setSize (Results 1 - 25 of 269) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebExternalBitmap.h44 virtual void setSize(WebSize) = 0;
/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
/external/deqp/framework/common/
H A DtcuSurface.cpp52 void Surface::setSize (int width, int height) function in class:Surface
/external/llvm/include/llvm/CodeGen/
H A DMachineCodeInfo.h32 void setSize(size_t s) { function in class:llvm::MachineCodeInfo
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java329 m_exptype.setSize(m_size);
330 m_firstch.setSize(m_size);
331 m_nextsib.setSize(m_size);
332 m_prevsib.setSize(m_size);
333 m_parent.setSize(m_size);
339 m_namespaceDeclSets.setSize(ds);
344 m_namespaceDeclSetElements.setSize(ds1);
348 m_data.setSize(top ? m_emptyDataCount : mark_data_size.pop());
350 m_dataOrQName.setSize(top ? m_emptyDataQNCount : mark_doq_size.pop());
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.hpp40 void setSize (int width, int height);
H A DtcuWin32Window.cpp75 setSize(width, height);
102 void Win32Window::setSize (int width, int height) function in class:tcu::Win32Window
/external/chromium_org/cc/blink/
H A Dweb_external_bitmap_impl.cc28 void WebExternalBitmapImpl::setSize(blink::WebSize size) { function in class:cc_blink::WebExternalBitmapImpl
H A Dweb_external_bitmap_impl.h32 virtual void setSize(blink::WebSize size) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockImageDecoder.h69 virtual bool setSize(unsigned width, unsigned height) OVERRIDE
71 ImageDecoder::setSize(width, height);
73 m_frameBufferCache[0].setSize(width, height);
131 decoder->setSize(m_decodedSize.width(), m_decodedSize.height());
/external/javassist/sample/rmi/
H A DAlertDialog.java11 setSize(200, 100);
/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/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStoreTest.cpp93 decoder->setSize(1, 1);
112 decoder1->setSize(1, 1);
113 decoder2->setSize(2, 2);
114 decoder3->setSize(3, 3);
139 decoder1->setSize(1, 1);
140 decoder2->setSize(2, 2);
141 decoder3->setSize(3, 3);
166 decoder->setSize(1, 1);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoderTest.cpp66 setSize(width, height);
76 EXPECT_FALSE(decoder->setSize(1 << 29, 1));
77 EXPECT_FALSE(decoder->setSize(1, 1 << 29));
78 EXPECT_FALSE(decoder->setSize(1 << 15, 1 << 15));
79 EXPECT_TRUE(decoder->setSize(1 << 28, 1));
80 EXPECT_TRUE(decoder->setSize(1, 1 << 28));
81 EXPECT_TRUE(decoder->setSize(1 << 14, 1 << 14));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStackExtensions.cs75 public static void setSize<T>( this Stack<T> stack, int size ) method in class:Antlr.Runtime.JavaExtensions.StackExtensions
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DOverScrollGlow.java163 mEdgeGlowTop.setSize(width, height);
172 mEdgeGlowBottom.setSize(width, height);
181 mEdgeGlowLeft.setSize(height, width);
190 mEdgeGlowRight.setSize(height, width);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DIndexBuffer11.h33 virtual gl::Error setSize(unsigned int bufferSize, GLenum indexType);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DIndexBuffer9.h33 virtual gl::Error setSize(unsigned int bufferSize, GLenum indexType);
/external/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp65 void setSize(FillSize f) { m_sizeType = f.type;} function in class:rdar11293995::FillLayer
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntArrayList.java52 setSize(i); // unlike definition of set in ArrayList, set size
68 public void setSize(int newSize) { method in class:IntArrayList
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.h61 void setSize(const FontDescription::Size&);
99 void setSize(FontDescription&, const FontDescription::Size&);
/external/chromium_org/third_party/skia/tests/
H A DResourceCacheTest.cpp86 void setSize(size_t size) { function in class:TestResource
210 a->setSize(100); // Test didChangeGpuMemorySize() when not in the cache.
215 b->setSize(100);
222 static_cast<TestResource*>(cache.find(key2))->setSize(200);
223 static_cast<TestResource*>(cache.find(key1))->setSize(50);
244 static_cast<TestResource*>(cache.find(key2))->setSize(201);
267 a->setSize(200);
/external/skia/tests/
H A DResourceCacheTest.cpp82 void setSize(size_t size) { function in class:TestResource
208 a->setSize(100); // Test didChangeGpuMemorySize() when not in the cache.
213 b->setSize(100);
220 static_cast<TestResource*>(cache.find(key2))->setSize(200);
221 static_cast<TestResource*>(cache.find(key1))->setSize(50);
242 static_cast<TestResource*>(cache.find(key2))->setSize(201);
265 a->setSize(200);
/external/chromium_org/third_party/skia/include/views/
H A DSkView.h78 void setSize(SkScalar width, SkScalar height);
79 void setSize(const SkPoint& size) { this->setSize(size.fX, size.fY); } function in class:SkView
80 void setWidth(SkScalar width) { this->setSize(width, fHeight); }
81 void setHeight(SkScalar height) { this->setSize(fWidth, height); }
/external/skia/include/views/
H A DSkView.h78 void setSize(SkScalar width, SkScalar height);
79 void setSize(const SkPoint& size) { this->setSize(size.fX, size.fY); } function in class:SkView
80 void setWidth(SkScalar width) { this->setSize(width, fHeight); }
81 void setHeight(SkScalar height) { this->setSize(fWidth, height); }

Completed in 2465 milliseconds

1234567891011