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

12

/external/webkit/Source/WebCore/css/
H A DCSSImageGeneratorValue.cpp87 IntSize oldSize = sizeCount.first; local
88 if (oldSize != size) {
/external/webkit/Source/WebCore/rendering/
H A DRenderHTMLCanvas.cpp80 IntSize oldSize = size(); local
83 if (oldSize == size())
H A DRenderMedia.cpp60 IntSize oldSize = contentBoxRect().size(); local
69 if (newSize == oldSize && !controlsRenderer->needsLayout())
H A DRenderSlider.cpp149 IntSize oldSize = size(); local
157 if (oldSize != size())
/external/webkit/Source/WebCore/fileapi/
H A DWebKitBlobBuilder.cpp74 size_t oldSize = buffer.size(); local
80 m_size += buffer.size() - oldSize;
94 size_t oldSize = buffer.size(); local
96 m_size += buffer.size() - oldSize;
/external/webkit/Source/WebCore/platform/image-encoders/
H A DPNGImageEncoder.cpp60 size_t oldSize = state->m_dump->size(); local
61 state->m_dump->resize(oldSize + size);
62 char* destination = state->m_dump->data() + oldSize;
/external/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp226 int oldSize = glyphBuffer->size(); local
229 for (int i = oldSize; i < glyphBuffer->size(); ++i)
232 return glyphBuffer->size() > oldSize;
/external/webkit/Source/WebCore/platform/text/
H A DLineEnding.cpp83 size_t oldSize = m_buffer.size(); local
84 m_buffer.grow(oldSize + size);
85 return m_buffer.data() + oldSize;
/external/libxslt/libxslt/
H A Dtemplates.c122 int oldPos, oldSize; local
129 oldSize = ctxt->xpathCtxt->contextSize;
158 ctxt->xpathCtxt->contextSize = oldSize;
H A Dxsltutils.c968 int oldPos, oldSize ; local
1002 oldSize = ctxt->xpathCtxt->contextSize;
1064 ctxt->xpathCtxt->contextSize = oldSize;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp234 unsigned oldSize = visited.size(); local
236 if (visited.size() != oldSize) {
/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.h147 void tryShrink(void* allocation, size_t oldSize, size_t newSize) argument
149 if (static_cast<char*>(allocation) + oldSize != m_freePtr)
/external/webkit/Source/WebCore/platform/network/
H A DFormData.cpp157 size_t oldSize = e.m_data.size(); local
158 e.m_data.grow(oldSize + size);
159 memcpy(e.m_data.data() + oldSize, data, size);
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.cpp213 int oldSize = result.size(); local
214 result.resize(oldSize + resultLength);
216 MultiByteToWideChar(codePage, flags, bytes, testLength, result.data() + oldSize, resultLength);
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp435 int oldSize = m_deliveryData->size(); local
436 m_deliveryData->resize(oldSize + length);
437 memcpy(m_deliveryData->data() + oldSize, data, length);
/external/srec/portable/src/
H A Dpmemory.c746 size_t oldSize; local
778 oldSize = oldData->size;
779 passert(oldSize >= 0);
790 if (oldSize != actualSize)
800 if (oldSize >= actualSize)
806 memcpy(newData, oldData, oldSize);
824 e->curAlloc += actualSize - oldSize;
828 gCurAlloc += actualSize - oldSize;
869 pfprintf(gFile, L("pmem|%s|%d|realloc|%d|0x%x|%s|\n"), e->tag, oldSize, actualSize, ptr, stackTrace);
871 pfprintf(gFile, L("pmem|%s|%d|realloc|%d|0x%x|\n"), e->tag, oldSize, actualSiz
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp409 void JSGlobalObject::resizeRegisters(int oldSize, int newSize) argument
411 ASSERT(oldSize <= newSize);
412 if (newSize == oldSize)
414 ASSERT(newSize && newSize > oldSize);
416 ASSERT(static_cast<size_t>(oldSize) == m_registerArraySize);
418 for (int i = 0; i < oldSize; i++)
419 registerArray[newSize - oldSize + i].set(globalData(), this, m_registerArray[i].get());
427 for (int i = -newSize; i < -oldSize; ++i)
H A DJSObject.cpp578 void JSObject::allocatePropertyStorage(size_t oldSize, size_t newSize) argument
580 ASSERT(newSize > oldSize);
584 bool wasInline = (oldSize < JSObject::baseExternalStorageCapacity);
589 for (unsigned i = 0; i < oldSize; ++i)
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp250 IntSize oldSize = size(); local
254 if (m_context && m_context->is3d() && oldSize != size())
263 if (oldSize != size())
H A DHTMLSelectElement.cpp253 int oldSize = m_data.size(); local
263 if (oldSize != size)
268 if ((oldUsesMenuList != m_data.usesMenuList() || (!oldUsesMenuList && m_data.size() != oldSize)) && attached()) {
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp346 IntSize oldSize = m_cachedNaturalSize; local
348 if (oldSize != m_cachedNaturalSize)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp109 QSizeF oldSize = geometry().size(); local
111 if (geometry().size() == oldSize)
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.cpp441 size_t oldSize = m_buffer.size(); local
442 m_buffer.grow(oldSize + len);
443 memcpy(m_buffer.data() + oldSize, data, len);
525 size_t oldSize = m_buffer.size(); local
526 m_buffer.grow(oldSize + len);
527 memcpy(m_buffer.data() + oldSize, data, len);
661 size_t oldSize = m_buffer.size(); local
662 m_buffer.grow(oldSize + len);
663 memcpy(m_buffer.data() + oldSize, data, len);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp281 float oldSize = m_data->m_view->PenSize(); local
284 m_data->m_view->SetPenSize(oldSize);
/external/opencv/cv/src/
H A Dcvsurf.cpp82 icvResizeHaarPattern( const int src[][5], CvSurfHF* dst, int n, int oldSize, int newSize, int widthStep ) argument
86 int dx1 = src[k][0]*newSize/oldSize;
87 int dy1 = src[k][1]*newSize/oldSize;
88 int dx2 = src[k][2]*newSize/oldSize;
89 int dy2 = src[k][3]*newSize/oldSize;

Completed in 533 milliseconds

12