Home
last modified time | relevance | path

Searched refs:previousFrame (Results 1 – 25 of 101) sorted by relevance

12345

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DprimIndex_StackFrame.h50 : previousFrame(previousFrame) in PcpPrimIndex_StackFrame()
58 PcpPrimIndex_StackFrame* previousFrame; variable
90 PcpPrimIndex_StackFrame* previousFrame; variable
95 , previousFrame(f) in PcpPrimIndex_StackFrameIterator()
105 } else if (previousFrame) { in Next()
109 node = previousFrame->parentNode; in Next()
110 previousFrame = previousFrame->previousFrame; in Next()
120 if (previousFrame) { in NextFrame()
121 node = previousFrame->parentNode; in NextFrame()
122 previousFrame = previousFrame->previousFrame; in NextFrame()
[all …]
H A DdynamicFileFormatContext.cpp47 PcpPrimIndex_StackFrame *previousFrame, in ComposeValue() argument
54 parentNode, previousFrame, fieldName, strongestOpinionOnly); in ComposeValue()
249 PcpPrimIndex_StackFrame *previousFrame, in Pcp_CreateDynamicFileFormatContext() argument
253 parentNode, previousFrame, composedFieldNames); in Pcp_CreateDynamicFileFormatContext()
H A DprimIndex.cpp75 return ARCH_UNLIKELY(previousFrame) ? in _GetOriginatingIndex()
415 PcpPrimIndex_StackFrame *previousFrame,
968 , previousFrame(previousFrame_) in Pcp_PrimIndexer()
1324 PcpPrimIndex_StackFrame *previousFrame ) in _CheckForCycle() argument
1397 if (it.previousFrame) { in _CheckForCycle()
1503 if (indexer->previousFrame) { in _AddArc()
1536 if (it.previousFrame) { in _AddArc()
2149 indexer->previousFrame && in _EvalNodePayloads()
3690 while (previousFrame) { in _ComposeVariantSelection()
3736 previousFrame = previousFrame->previousFrame; in _ComposeVariantSelection()
[all …]
H A DdynamicFileFormatContext.h86 PcpPrimIndex_StackFrame *previousFrame,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/framelist/
H A DBackAction.java49 private String getToolTipText(Frame previousFrame) { in getToolTipText() argument
50 if (previousFrame != null) { in getToolTipText()
51 String text = previousFrame.getToolTipText(); in getToolTipText()
75 Frame previousFrame = getPreviousFrame(); in update() local
76 setEnabled(previousFrame != null); in update()
77 setToolTipText(getToolTipText(previousFrame)); in update()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/framelist/
H A DBackAction.java52 private String getToolTipText(Frame previousFrame) { in getToolTipText() argument
53 if (previousFrame != null) { in getToolTipText()
54 String text = previousFrame.getToolTipText(); in getToolTipText()
78 Frame previousFrame = getPreviousFrame(); in update() local
79 setEnabled(previousFrame != null); in update()
80 setToolTipText(getToolTipText(previousFrame)); in update()
/dports/games/ufoai/ufoai-2.5-source/src/tools/blender/
H A Dexport_marker_list.py41 previousFrame = -1
44 if (previousFrame < 0):
45 previousFrame = frame
53 markerData[previousFrame] = (markerData[previousFrame][0], frame-1)
55 previousFrame = frame
/dports/www/grafana8/grafana-8.3.6/pkg/services/live/pipeline/
H A Dframe_output_changelog.go34 previousFrame, previousFrameOK, err := out.frameStorage.Get(vars.OrgID, out.config.Channel)
43 for i, f := range previousFrame.Fields {
60 …previousValue = previousFrame.Fields[previousFrameFieldIndex].At(previousFrame.Fields[previousFram…
H A Dframe_output_threshold.go44 previousFrame, previousFrameOk, err := out.frameStorage.Get(vars.OrgID, out.config.Channel)
77 for i, f := range previousFrame.Fields {
87 …value, ok := previousFrame.Fields[previousFrameFieldIndex].At(previousFrame.Fields[0].Len() - 1).(…
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Extensions/Vision/_01/
H A D_01.pde5 int[] previousFrame;
12 previousFrame = new int[numPixels];
25 color prevColor = previousFrame[i];
45 previousFrame[i] = currColor;
/dports/graphics/processing/processing-1.5.1/modes/java/libraries/video/examples/FrameDifferencing/
H A DFrameDifferencing.pde12 int[] previousFrame;
21 previousFrame = new int[numPixels];
35 color prevColor = previousFrame[i];
55 previousFrame[i] = currColor;
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dmsf_gif.h67 MsfCookedFrame previousFrame; member
457 handle->previousFrame = empty; in msf_gif_begin()
488 …msf_imin(maxBitDepth, handle->previousFrame.depth + 160 / msf_imax(1, handle->previousFrame.count)… in msf_gif_frame()
492 … handle->previousFrame.pixels, handle->width * handle->height * sizeof(uint32_t)); in msf_gif_frame()
503 handle->width, handle->height, centiSecondsPerFame, frame, handle->previousFrame, used); in msf_gif_frame()
509 … handle->previousFrame.pixels, handle->width * handle->height * sizeof(uint32_t)); in msf_gif_frame()
519 handle->previousFrame = frame; in msf_gif_frame()
527 handle->previousFrame.pixels, handle->width * handle->height * sizeof(uint32_t)); in msf_gif_end()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/geometry/
H A DSurface_SweptSpline.cpp84 void idSurface_SweptSpline::GetFrame( const idMat3 &previousFrame, const idVec3 dir, idMat3 &newFra… in GetFrame() argument
95 v = d.Cross( previousFrame[2] ); in GetFrame()
98 a = idMath::ACos( previousFrame[2] * d ) * 0.5f; in GetFrame()
129 newFrame = previousFrame * axis; in GetFrame()
H A DSurface_SweptSpline.h60 void GetFrame( const idMat3 &previousFrame, const idVec3 dir, idMat3 &newFrame );
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/frame/
H A DSwingScilabLayer.java164 SwingViewObject previousFrame = (SwingViewObject)getLayerFromIndex(previous); in updateModelProperties() local
168 if (previousFrame != null) { in updateModelProperties()
169 … GraphicController.getController().setProperty(previousFrame.getId(), __GO_VISIBLE__, false); in updateModelProperties()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtile.cpp136 Frame previousFrame = mFrames.at(mCurrentFrameIndex); in resetAnimation() local
142 return previousFrame.tileId != currentFrame.tileId; in resetAnimation()
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/motion-interpolation/shaders/motion_interpolation/
H A Dmotion_interpolation_pass3.slang65 vec4 previousFrame = texture(iChannel0, uv - (FinalUvShift * 0.5));
68 FragColor = mix(previousFrame, nextFrame, testShift);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DStackBounds.cpp184 static bool detectGrowingDownward(void* previousFrame) in detectGrowingDownward() argument
188 return previousFrame > &thisFrame; in detectGrowingDownward()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/
H A DADM_preview.h44 static bool previousFrame(void);
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/
H A DADM_preview.h44 static bool previousFrame(void);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/
H A DADM_preview.h44 static bool previousFrame(void);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/
H A DADM_preview.h44 static bool previousFrame(void);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dlipsyncpopup.cpp441 for (int previousFrame = startFrame; previousFrame < lastFrame; in onApplyButton() local
442 previousFrame++) { in onApplyButton()
443 TXshCell cell = xsh->getCell(previousFrame, m_col); in onApplyButton()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/opengl/
H A Dpresentationgl.h90 void previousFrame();
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_animation_utils.cpp298 const FrameItem &previousFrame = chain.last(); in createMoveKeyframesCommand() local
300 auto tailIt = moveMap.find(previousFrame); in createMoveKeyframesCommand()

12345