Home
last modified time | relevance | path

Searched refs:positionInSegment (Results 1 – 15 of 15) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DSharedBuffer.cpp126 unsigned positionInSegment = offsetInSegment(m_size - m_buffer.size()); in append() local
136 if (!positionInSegment) { in append()
140 segment = m_segments.last() + positionInSegment; in append()
142 unsigned segmentFreeSpace = segmentSize - positionInSegment; in append()
243 unsigned positionInSegment = offsetInSegment(position); in getSomeData() local
244 someData = m_segments[segment] + positionInSegment; in getSomeData()
245 return segment == segments - 1 ? segmentedSize - position : segmentSize - positionInSegment; in getSomeData()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAnimationHelper.cpp149 double positionInSegment = in SampleAnimationForProperty() local
154 segment->mFunction, positionInSegment, computedTiming.mBeforeFlag); in SampleAnimationForProperty()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAnimationHelper.cpp149 double positionInSegment = in SampleAnimationForProperty() local
154 segment->mFunction, positionInSegment, computedTiming.mBeforeFlag); in SampleAnimationForProperty()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAnimationHelper.cpp149 double positionInSegment = in SampleAnimationForProperty() local
154 segment->mFunction, positionInSegment, computedTiming.mBeforeFlag); in SampleAnimationForProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAnimationHelper.cpp248 double positionInSegment = in SampleAnimationForProperty() local
253 segment->mFunction, positionInSegment, computedTiming.mBeforeFlag); in SampleAnimationForProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DAnimationHelper.cpp224 double positionInSegment = in SampleAnimationForEachNode() local
229 animData.mFunctions[segmentIndex], positionInSegment, in SampleAnimationForEachNode()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoPathTool.cpp217 qreal positionInSegment = 0.5; in insertPoints() local
219 positionInSegment = m_activeSegment->positionOnSegment; in insertPoints()
222 KoPathPointInsertCommand *cmd = new KoPathPointInsertCommand(segments, positionInSegment); in insertPoints()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DKeyframeEffectReadOnly.cpp401 double positionInSegment = in ComposeStyle() local
406 positionInSegment, in ComposeStyle()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/
H A DAsyncCompositionManager.cpp708 double positionInSegment = in SampleAnimations() local
714 positionInSegment, in SampleAnimations()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeEffectReadOnly.cpp590 double positionInSegment = in ComposeStyleRule() local
594 aSegment.mTimingFunction, positionInSegment, aComputedTiming.mBeforeFlag); in ComposeStyleRule()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGeckoBindings.cpp664 double positionInSegment = (aProgress - aSegment->mFromKey) / in Gecko_GetPositionInSegment() local
671 positionInSegment, aBeforeFlag); in Gecko_GetPositionInSegment()
/dports/www/firefox/firefox-99.0/layout/style/
H A DGeckoBindings.cpp658 double positionInSegment = (aProgress - aSegment->mFromKey) / in Gecko_GetPositionInSegment() local
665 positionInSegment, aBeforeFlag); in Gecko_GetPositionInSegment()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DGeckoBindings.cpp664 double positionInSegment = (aProgress - aSegment->mFromKey) / in Gecko_GetPositionInSegment() local
671 positionInSegment, aBeforeFlag); in Gecko_GetPositionInSegment()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DGeckoBindings.cpp667 double positionInSegment = (aProgress - aSegment->mFromKey) / in Gecko_GetPositionInSegment() local
674 positionInSegment, aBeforeFlag); in Gecko_GetPositionInSegment()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.cpp698 double positionInSegment = (aProgress - aSegment->mFromKey) / in Gecko_GetPositionInSegment() local
702 positionInSegment, aBeforeFlag); in Gecko_GetPositionInSegment()