Home
last modified time | relevance | path

Searched refs:newOffset (Results 1 – 16 of 16) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp80 uint32 newOffset = getSeekOffset(aCmd); in doSeek() local
83 newOffset, (uint32)iObserver->GetObserverState())); in doSeek()
85 return doSeekBody(newOffset); in doSeek()
93 uint32 newOffset = (uint32)aRequestData; in getSeekOffset() local
94 return newOffset; in getSeekOffset()
125 uint32 newOffset = (uint32)(aRequestData); in completeRepositionRequest() local
126 iNodeOutput->seekDataStream(newOffset); in completeRepositionRequest()
127 iNodeOutput->setCurrentOutputSize(newOffset); in completeRepositionRequest()
128 iDownloadControl->setPrevDownloadSize(newOffset); in completeRepositionRequest()
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp74 unsigned int newOffset = textBox->start() + (it - start) + startOffset; in cumulativeCharacterRangeLength() local
78 newOffset = textBox->start() + textBox->end() - newOffset; in cumulativeCharacterRangeLength()
84 textLength += textBox->calculateGlyphHeight(style, newOffset, 0); in cumulativeCharacterRangeLength()
86 … textLength += textBox->calculateGlyphWidth(style, newOffset, 0, charsConsumed, glyphName); in cumulativeCharacterRangeLength()
191 unsigned int newOffset = textBox->start() + (it - start) + startOffset; in chunkPortionCallback() local
195 newOffset = textBox->start() + textBox->end() - newOffset; in chunkPortionCallback()
203 …eryPointResult.move(it->x, it->y + textBox->calculateGlyphHeight(style, newOffset, extraCharacters… in chunkPortionCallback()
205 …m_queryPointResult.move(it->x + textBox->calculateGlyphWidth(style, newOffset, extraCharactersAvai… in chunkPortionCallback()
221 unsigned int newOffset = textBox->start() + (it - start) + startOffset; in chunkPortionCallback() local
222 m_queryRectResult = textBox->calculateGlyphBoundaries(style, newOffset, *it); in chunkPortionCallback()
/external/webkit/WebCore/platform/gtk/
DScrollViewGtk.cpp55 IntSize newOffset = that->scrollOffset(); in adjustmentChanged() local
57 newOffset.setWidth(static_cast<int>(gtk_adjustment_get_value(adjustment))); in adjustmentChanged()
59 newOffset.setHeight(static_cast<int>(gtk_adjustment_get_value(adjustment))); in adjustmentChanged()
61 IntSize scrollDelta = newOffset - that->scrollOffset(); in adjustmentChanged()
64 that->setScrollOffset(newOffset); in adjustmentChanged()
/external/webkit/WebCore/rendering/
DRenderListBox.cpp396 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; in listIndexAtOffset() local
397 return newOffset < numItems() ? newOffset : -1; in listIndexAtOffset()
436 int newOffset = scrollToward(scrollPoint); in panScroll() local
437 if (newOffset < 0) in panScroll()
493 int newOffset; in scrollToRevealElementAtListIndex() local
495 newOffset = index; in scrollToRevealElementAtListIndex()
497 newOffset = index - numVisibleItems() + 1; in scrollToRevealElementAtListIndex()
499 m_indexOffset = newOffset; in scrollToRevealElementAtListIndex()
525 int newOffset = m_vBar->value(); in valueChanged() local
526 if (newOffset != m_indexOffset) { in valueChanged()
[all …]
DSVGInlineTextBox.cpp144 unsigned int newOffset = textBox->start() + (it - start) + startOffset; in chunkPortionCallback() local
145 … FloatRect glyphRect = chunkCtm.mapRect(textBox->calculateGlyphBoundaries(style, newOffset, *it)); in chunkPortionCallback()
150 newOffset = textBox->start() + textBox->end() - newOffset; in chunkPortionCallback()
159 closestOffset = newOffset; in chunkPortionCallback()
208 unsigned int newOffset = textBox->start() + (it - start) + startOffset; in chunkPortionCallback() local
209 m_selectionRect.unite(textBox->calculateGlyphBoundaries(style, newOffset, *it)); in chunkPortionCallback()
DSVGCharacterLayoutInfo.cpp225 …terLayoutInfo::nextPathLayoutPointAndAngle(float glyphAdvance, float extraAdvance, float newOffset) in nextPathLayoutPointAndAngle() argument
230 if (newOffset != FLT_MIN) in nextPathLayoutPointAndAngle()
231 currentOffset = startOffset + newOffset; in nextPathLayoutPointAndAngle()
DSVGCharacterLayoutInfo.h101 bool nextPathLayoutPointAndAngle(float glyphAdvance, float extraAdvance, float newOffset);
DRenderLayer.cpp1058 IntSize newOffset = offsetFromResizeCorner(document->view()->windowToContents(evt.pos())); in resize() local
1059 newOffset.setWidth(newOffset.width() / zoomFactor); in resize()
1060 newOffset.setHeight(newOffset.height() / zoomFactor); in resize()
1068 …IntSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - curre… in resize()
DSVGRootInlineBox.cpp1233 float newOffset = FLT_MIN; in buildLayoutInformationForTextBox() local
1236 newOffset = info.curx; in buildLayoutInformationForTextBox()
1238 newOffset = info.cury; in buildLayoutInformationForTextBox()
1259 …thData->hidden = !info.nextPathLayoutPointAndAngle(correctedGlyphAdvance, extraAdvance, newOffset); in buildLayoutInformationForTextBox()
/external/webkit/WebCore/platform/
DScrollView.cpp239 IntSize newOffset = m_scrollOffset; in valueChanged() local
242 newOffset.setWidth(scrollbar->value()); in valueChanged()
244 newOffset.setHeight(scrollbar->value()); in valueChanged()
247 IntSize scrollDelta = newOffset - m_scrollOffset; in valueChanged()
250 m_scrollOffset = newOffset; in valueChanged()
/external/webkit/JavaScriptCore/runtime/
DStructure.cpp730 unsigned newOffset; in put() local
732 newOffset = m_propertyTable->deletedOffsets->last(); in put()
735 newOffset = m_propertyTable->keyCount; in put()
736 m_propertyTable->entries()[entryIndex - 1].offset = newOffset; in put()
744 return newOffset; in put()
/external/icu4c/i18n/unicode/
Dcoleitr.h273 void setOffset(int32_t newOffset, UErrorCode& status);
/external/icu4c/i18n/
Dcoleitr.cpp162 void CollationElementIterator::setOffset(int32_t newOffset, in setOffset() argument
165 ucol_setOffset(m_data_, newOffset, &status); in setOffset()
/external/icu4c/common/
Drbbi.cpp770 int32_t newOffset = (int32_t)UTEXT_GETNATIVEINDEX(fText); in preceding() local
771 if (newOffset != offset) { in preceding()
/external/skia/src/animator/
DSkScriptTokenizer.cpp1011 size_t newOffset = getTokenOffset(); in processLogicalOp() local
1018 branch.fOffset = newOffset; in processLogicalOp()
/external/sqlite/dist/
Dsqlite3.c19661 i64 newOffset; in seekAndRead() local
19670 newOffset = lseek(id->h, offset, SEEK_SET); in seekAndRead()
19671 SimulateIOError( newOffset-- ); in seekAndRead()
19672 if( newOffset!=offset ){ in seekAndRead()
19712 i64 newOffset; in seekAndWrite() local
19719 newOffset = lseek(id->h, offset, SEEK_SET); in seekAndWrite()
19720 if( newOffset!=offset ){ in seekAndWrite()