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

1234567891011

/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_linux.h15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part);
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java23 final int size = getSize();
H A DVectorPool.java30 for (int x = 0; x < getSize(); x++) {
H A DDrawableFactory.java76 int size = getSize();
113 int size = getSize();
142 int size = getSize();
H A DGameComponentPool.java37 for (int x = 0; x < getSize(); x++) {
H A DObjectPool.java76 protected int getSize() { method in class:ObjectPool
/external/llvm/lib/Object/
H A DArchive.cpp44 uint64_t getSize() const { function in struct:__anon6758::ArchiveMemberHeader
58 ToHeader(Data.data())->getSize();
70 ToHeader(NextLoc)->getSize();
100 + Parent->StringTable->getSize()))
113 uint64_t Archive::Child::getSize() const { function in class:Archive::Child
114 return ToHeader(Data.data())->getSize();
121 getSize()),
162 ToHeader(Loc)->getSize();
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp53 for (unsigned i = 0, e = CCActions->getSize(); i != e; ++i) {
71 for (unsigned i = 0, e = VTs->getSize(); i != e; ++i) {
95 if (RegList->getSize() == 1) {
102 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) {
108 << Counter << ", " << RegList->getSize() << ")) {\n";
117 if (ShadowRegList->getSize() >0 &&
118 ShadowRegList->getSize() != RegList->getSize())
121 if (RegList->getSize() == 1) {
133 for (unsigned i = 0, e = RegList->getSize();
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h52 uint32_t getSize() const { return 11; } function in class:llvm::DWARFCompileUnit
57 uint32_t getFirstDIEOffset() const { return Offset + getSize(); }
60 size_t getDebugInfoSize() const { return Length + 4 - getSize(); }
/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaLayer.cpp79 mediaBounds.set(0, 0, getSize().width(), getSize().height());
90 m.translate(0, -getSize().height());
H A DBitmapAllocatorAndroid.cpp38 return bm.getSize() >= MIN_ASHMEM_ALLOC_SIZE;
H A DScrollableLayerAndroid.cpp33 out->fRight = getSize().width() - m_scrollLimits.width();
34 out->fBottom = getSize().height() - m_scrollLimits.height();
/external/icu4c/common/
H A Dpropname.h245 static int32_t getSize(int32_t n) { function in class:EnumToOffset
249 int32_t getSize() { function in class:EnumToOffset
250 return getSize(enumLimit - enumStart);
305 static int32_t getSize(int32_t n) { function in class:NonContiguousEnumToOffset
309 int32_t getSize() { function in class:NonContiguousEnumToOffset
310 return getSize(count);
367 static int32_t getSize(int32_t n) { function in class:NameToEnum
371 int32_t getSize() { function in class:NameToEnum
372 return getSize(count);
/external/llvm/lib/Archive/
H A DArchiveReader.cpp285 At += mbr->getSize();
293 strtab.assign(At, mbr->getSize());
294 At += mbr->getSize();
306 if (!parseSymbolTable(mbr->getData(), mbr->getSize(), error))
309 At += mbr->getSize();
321 At += mbr->getSize();
351 MemoryBuffer::getMemBufferCopy(StringRef(I->getData(), I->getSize()),
389 At += mbr->getSize();
405 strtab.assign((const char*)mbr->getData(), mbr->getSize());
406 At += mbr->getSize();
[all...]
/external/skia/include/core/
H A DSkMallocPixelRef.h35 size_t getSize() const { return fSize; } function in class:SkMallocPixelRef
/external/skia/src/animator/
H A DSkDrawText.h34 size_t getSize() { return text.size(); } function in class:SkText
H A DSkTextOnPath.cpp44 maker.fCanvas->drawTextOnPathHV(text->getText(), text->getSize(),
H A DSkTextToPath.cpp53 realPaint.getTextPath(text->getText(), text->getSize(), text->x,
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DNativeImageSkia.cpp74 return getSize() + m_resizedImage.getSize();
/external/skia/src/images/
H A DSkCreateRLEPixelRef.cpp64 size_t size = src.getSize() >> 3;
111 src.width(), src.height(), src.getSize(),
113 (float)totalAlloc / src.getSize());
/external/icu4c/layout/
H A DPairPositioningSubtables.cpp55 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
56 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
100 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
101 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DMMap.h43 int getSize() { return fSize; } function in class:TMMap
/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h48 virtual void getSize(const String& path, double expectedModificationTime) = 0;
H A DFileStream.h62 long long getSize(const String& path, double expectedModificationTime);
/external/chromium/chrome/common/
H A Dcommon_param_traits_unittest.cc82 memset(bitmap.getPixels(), 'A', bitmap.getSize());
95 EXPECT_EQ(bitmap.getSize(), output.getSize());
96 EXPECT_EQ(memcmp(bitmap.getPixels(), output.getPixels(), bitmap.getSize()),
108 const size_t bogus_pixels_size = bitmap.getSize() * 2;

Completed in 904 milliseconds

1234567891011