Home
last modified time | relevance | path

Searched refs:updateTo (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/_other/
H A Dupdater_win.cpp14 wstring updaterName, updaterDir, updateTo, exeName, customWorkingDir, customKeyFile; variable
172 wstring toDir = updateTo; in update()
202 wstring tofname = updateTo + fname.substr(updDir.size() + 1); in update()
208 wstring fullBinaryPath = updateTo + exeName; in update()
365 updateTo = args[i]; in wWinMain()
366 for (int j = 0, l = updateTo.size(); j < l; ++j) { in wWinMain()
367 if (updateTo[j] == L'/') { in wWinMain()
368 updateTo[j] = L'\\'; in wWinMain()
403 updateTo = updaterDir; in wWinMain()
405 writeLog(L"Update to: " + updateTo); in wWinMain()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A Dsub.c119 if (left <= ctx->text.updateTo[i]
122 ctx->text.updateTo[i] = max(right, ctx->text.updateTo[i]);
133 ctx->text.updateTo = (XwTextPosition *)
522 if (ctx->text.updateTo[i] >= pos1)
523 ctx->text.updateTo[i] += delta;
817 XwTextPosition updateFrom, updateTo; local
827 updateTo = ctx->text.updateTo[w];
830 ctx->text.updateTo[w] = ctx->text.updateTo[ctx->text.numranges];
835 updateTo = ctx->text.updateTo[i];
839 ctx->text.updateTo[i] =
[all …]
H A DTextEditP.h135 XwTextPosition *updateTo; /* Array of end positions for update. */ member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DText.c768 ctx->text.updateTo[i] = Max(right, ctx->text.updateTo[i]); in _XawTextNeedsUpdating()
1262 XawTextPosition updateTo; in _XawTextVScroll() local
1284 if ( updateTo == target ) { in _XawTextVScroll()
1994 XawTextPosition updateFrom, updateTo; in _XawTextReplace() local
2048 ctx->text.updateTo[i] += delta; in _XawTextReplace()
2071 updateTo = _BuildLineTable(ctx, in _XawTextReplace()
2737 updateTo = ctx->text.updateTo[w]; in FlushUpdate()
2740 ctx->text.updateTo[w] = ctx->text.updateTo[ctx->text.numranges]; in FlushUpdate()
2743 updateTo = ctx->text.updateTo[i]; in FlushUpdate()
2746 ctx->text.updateTo[i] = ctx->text.updateTo[ctx->text.numranges]; in FlushUpdate()
[all …]
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DText.c749 ctx->text.updateTo[i] = Max(right, ctx->text.updateTo[i]);
1248 XawTextPosition updateTo; local
1270 if ( updateTo == target ) {
1996 XawTextPosition updateFrom, updateTo; local
2050 ctx->text.updateTo[i] += delta;
2073 updateTo = _BuildLineTable(ctx,
2751 updateTo = ctx->text.updateTo[w];
2754 ctx->text.updateTo[w] = ctx->text.updateTo[ctx->text.numranges];
2757 updateTo = ctx->text.updateTo[i];
2760 ctx->text.updateTo[i] = ctx->text.updateTo[ctx->text.numranges];
[all …]
H A DTextP.h213 XawTextPosition *updateTo; /* Array of end positions for update. */ member
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DText.c734 ctx->text.updateTo[i] = Max(right, ctx->text.updateTo[i]);
1239 XawTextPosition updateTo; local
1261 if ( updateTo == target ) {
2001 XawTextPosition updateFrom, updateTo; local
2055 ctx->text.updateTo[i] += delta;
2078 updateTo = _BuildLineTable(ctx,
2778 updateTo = ctx->text.updateTo[w];
2781 ctx->text.updateTo[w] = ctx->text.updateTo[ctx->text.numranges];
2784 updateTo = ctx->text.updateTo[i];
2787 ctx->text.updateTo[i] = ctx->text.updateTo[ctx->text.numranges];
[all …]
H A DTextP.h207 XawTextPosition *updateTo; /* Array of end positions for update. */ member
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/include/
H A DOgreVolumeChunk.h94 Vector3 updateTo; member
104 updateFrom(Vector3::ZERO), updateTo(Vector3::ZERO), async(false) in ChunkParameters()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/include/
H A DOgreVolumeChunk.h90 Vector3 updateTo; member
100 updateFrom(Vector3::ZERO), updateTo(Vector3::ZERO), async(false) in ChunkParameters()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/src/
H A DOgreVolumeChunk.cpp64 …mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo != Vector3::ZERO; in loadChunk()
146 …if (mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo != Vector3::… in doLoad()
150 … AxisAlignedBox updatedCube(mShared->parameters->updateFrom, mShared->parameters->updateTo); in doLoad()
313 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
335 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/src/
H A DOgreVolumeChunk.cpp73 …mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo != Vector3::ZERO; in loadChunk()
155 …if (mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo != Vector3::… in doLoad()
159 … AxisAlignedBox updatedCube(mShared->parameters->updateFrom, mShared->parameters->updateTo); in doLoad()
326 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
348 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
/dports/devel/agar/agar-1.5.0/gui/
H A Dmfspinbutton.h33 AG_Timer updateTo; member
H A Dnumerical.h32 AG_Timer updateTo; /* Timer for non-EXCL mode */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h52 void updateTo(ParagraphImpl* paragraph, const Entry* entry);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h52 void updateTo(ParagraphImpl* paragraph, const Entry* entry);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp192 void ParagraphCache::updateTo(ParagraphImpl* paragraph, const Entry* entry) { in updateTo() function in skia::textlayout::ParagraphCache
248 updateTo(paragraph, entry->get()); in findParagraph()
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DBranch.hs20 updateTo,
144 update = runUpdateOnce $ journalClean <$$> updateTo =<< siblingBranches
148 forceUpdate = updateTo =<< siblingBranches
173 updateTo :: [(Git.Sha, Git.Branch)] -> Annex UpdateMade
174 updateTo pairs = ifM (annexMergeAnnexBranches <$> Annex.getGitConfig) function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp205 void ParagraphCache::updateTo(ParagraphImpl* paragraph, const Entry* entry) { in updateTo() function in skia::textlayout::ParagraphCache
266 updateTo(paragraph, entry->get()); in findParagraph()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/X11/Xaw3d/
H A DTextP.h207 XawTextPosition *updateTo; /* Array of end positions for update. */ member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/include/X11/Xaw3dxft/
H A DTextP.h200 XawTextPosition *updateTo; /* Array of end positions for update. */ member
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/browser/
H A DGuiData.st60 updateTo: newCounter [
/dports/graphics/ogre3d/ogre-1.11.6/Samples/VolumeTerrain/src/
H A DVolumeTerrain.cpp163 mVolumeRoot->getChunkParameters()->updateTo = intersection + radius * (Real)1.5; in shootRay()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/VolumeTerrain/src/
H A DVolumeTerrain.cpp152 mVolumeRoot->getChunkParameters()->updateTo = intersection + radius * (Real)1.5; in shootRay()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DText.c148 XmTextPosition updateTo);
860 XmTextPosition updateTo) in DisplayText() argument
868 if (updateTo > tw->text.bottom_position) in DisplayText()
869 updateTo = tw->text.bottom_position; in DisplayText()
870 if (updateFrom > updateTo) return; in DisplayText()
873 l2 = FindHighlight(tw, updateTo, XmsdRight); in DisplayText()
890 MIN(updateTo, nextstart), l2->mode); in DisplayText()
903 XmTextPosition updateFrom, updateTo; in RedrawChanges() local
917 updateTo = r[w].to; in RedrawChanges()
923 updateTo = MAX(r[i].to, updateTo); in RedrawChanges()
[all …]

12