MCPcopy Create free account

hub / github.com/clementgallet/libTAS / functions

Functions6,352 in github.com/clementgallet/libTAS

↓ 4 callersMethodflush
src/library/encoding/NutMuxer.cpp:134
↓ 4 callersMethodgetLine
src/external/qhexview/src/qhexview.cpp:1540
↓ 4 callersMethodgetMarkerText
src/program/ui/WindowManager.cpp:408
↓ 4 callersMethodgetQueue
src/library/xlib/XlibEventQueueList.cpp:47
↓ 4 callersFunctiongetSymbolAddress
src/program/utils.cpp:199
↓ 4 callersFunctionget_udev
src/library/inputs/udevwrappers.cpp:330
↓ 4 callersFunctiongetpid
src/library/general/systemwrappers.cpp:40
↓ 4 callersFunctionhandleRawRequest
src/library/xcb/xcbrequests.cpp:64
↓ 4 callersMethodhasMarker
src/program/ui/InputEditorModel.cpp:850
↓ 4 callersMethodhexDocument
src/external/qhexview/src/qhexview.cpp:102
↓ 4 callersMethodinsertInputsBefore
src/program/movie/MovieFileInputs.cpp:215
↓ 4 callersMethodisDraw
src/program/lua/Movie.cpp:91
↓ 4 callersMethodisEnabled
src/library/sdl/SDLEventQueue.cpp:63
↓ 4 callersMethodisEqual
src/program/movie/MovieFile.cpp:245
↓ 4 callersMethodisInputAnalog
src/program/ui/InputEditorModel.cpp:791
↓ 4 callersMethodisStandard
Indicate if the area belongs to the standard mapping. Excludes savefiles */
src/library/checkpoint/MemArea.h:101
↓ 4 callersFunctionis_separator
src/external/imgui/imgui_widgets.cpp:3722
↓ 4 callersMethodnbQueue
src/library/audio/AudioSource.cpp:91
↓ 4 callersMethodoffset_from_ptr
src/external/imgui/imgui_internal.h:715
↓ 4 callersFunctionopendir
src/library/fileio/dirwrappers.cpp:57
↓ 4 callersMethodparent
src/program/ui/InputChangeLogModel.cpp:56
↓ 4 callersMethodprocessPendingActions
src/program/movie/MovieFileInputs.cpp:282
↓ 4 callersFunctionpushNativeSDLEvents
src/library/sdl/sdlevents.cpp:115
↓ 4 callersFunctionpushNativeXcbEvents
src/library/xcb/xcbevents.cpp:74
↓ 4 callersMethodqueuePageLoad
src/library/checkpoint/SaveStateLoading.cpp:221
↓ 4 callersFunctionread_variable_length
src/external/lz4.cpp:1629
↓ 4 callersFunctionreceiveCString
src/shared/sockethelpers.cpp:316
↓ 4 callersMethodremoveRows
src/program/ui/MarkerModel.cpp:208
↓ 4 callersMethodrenderGameWindow
Returns if the game is rendered inside an ImGui window */
src/library/renderhud/RenderHUD.cpp:337
↓ 4 callersFunctionreserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
src/external/imgui/imgui.h:1939
↓ 4 callersMethodsave
src/program/movie/MovieFileInputs.cpp:101
↓ 4 callersMethodsetMetadata
src/external/qhexview/include/QHexView/model/qhexmetadata.h:39
↓ 4 callersMethodsize
src/program/ramsearch/IOProcessDevice.cpp:36
↓ 4 callersFunctionstat64_special
src/library/fileio/posixiowrappers.cpp:509
↓ 4 callersFunctionstat_special
src/library/fileio/posixiowrappers.cpp:479
↓ 4 callersFunctionstb_text_createundo
src/external/imgui/imstb_textedit.h:1197
↓ 4 callersFunctionstb_textedit_delete
delete characters while updating undo
src/external/imgui/imstb_textedit.h:587
↓ 4 callersFunctionstbtt_MakeGlyphBitmapSubpixel
src/external/imgui/imstb_truetype.h:3766
↓ 4 callersFunctionstbtt_ScaleForMappingEmToPixels
src/external/imgui/imstb_truetype.h:2671
↓ 4 callersFunctionstbtt__add_point
src/external/imgui/imstb_truetype.h:3555
↓ 4 callersFunctionstbtt__cff_index_get
src/external/imgui/imstb_truetype.h:1265
↓ 4 callersFunctionstbtt__csctx_v
src/external/imgui/imstb_truetype.h:1925
↓ 4 callersFunctionstbtt__oversample_shift
src/external/imgui/imstb_truetype.h:4144
↓ 4 callersMethodswap
src/external/imgui/imgui_internal.h:717
↓ 4 callersMethodsysattrValue
src/library/inputs/udevwrappers.cpp:653
↓ 4 callersMethodtoMs
src/library/TimeHolder.cpp:63
↓ 4 callersFunctionvkDestroySwapchainKHR
src/library/rendering/vulkanwrappers.cpp:646
↓ 4 callersMethodwaitForEmpty
src/library/sdl/SDLEventQueue.cpp:323
↓ 4 callersMethodwindow
src/program/lua/Gui.cpp:95
↓ 4 callersFunctionxcb_poll_for_event
src/library/xcb/xcbevents.cpp:179
↓ 3 callersMethodAddCustomRectRegular
src/external/imgui/imgui_draw.cpp:2299
↓ 3 callersMethodAddFocusEvent
src/external/imgui/imgui.cpp:1619
↓ 3 callersMethodAddPolyline
TODO: Thickness anti-aliased lines cap are missing their AA fringe. We avoid using the ImVec2 math operators here to reduce cost to a minimum for debu
src/external/imgui/imgui_draw.cpp:709
↓ 3 callersMethodAddQuadFilled
src/external/imgui/imgui_draw.cpp:1454
↓ 3 callersFunctionAddTextVertical
src/external/imgui/implot.cpp:337
↓ 3 callersFunctionAddTicksLogarithmic
src/external/imgui/implot.cpp:773
↓ 3 callersFunctionAlignBufferSize
Same as IM_MEMALIGN(). 'alignment' must be a power of two.
src/external/imgui/imgui_impl_vulkan.cpp:392
↓ 3 callersFunctionApplyHoverFlagsForTooltip
src/external/imgui/imgui.cpp:3981
↓ 3 callersFunctionBeginItem
Begins a new item. Returns false if the item should not be plotted.
src/external/imgui/implot_items.cpp:395
↓ 3 callersFunctionBeginPlot
src/external/imgui/implot.cpp:2372
↓ 3 callersFunctionCalcLogarithmicExponents
src/external/imgui/implot.cpp:754
↓ 3 callersFunctionCalcWordWrapNextLineStartA
Wrapping skips upcoming blanks
src/external/imgui/imgui_draw.cpp:3489
↓ 3 callersFunctionCalculateBins
src/external/imgui/implot_internal.h:1521
↓ 3 callersFunctionColorEditRestoreHS
ColorEdit supports RGB and HSV inputs. In case of RGB input resulting color may have undefined hue and/or saturation. Since widget displays both RGB a
src/external/imgui/imgui_widgets.cpp:5101
↓ 3 callersFunctionConvertShortcutMod
src/external/imgui/imgui_internal.h:3087
↓ 3 callersFunctionDestroyContext
src/external/imgui/implot.cpp:436
↓ 3 callersMethodDoQueueClose
src/external/imgui/imgui_demo.cpp:8201
↓ 3 callersMethodDoSave
src/external/imgui/imgui_demo.cpp:8203
↓ 3 callersFunctionEditTableSizingFlags
Show a combo box with a choice of sizing policies
src/external/imgui/imgui_demo.cpp:3948
↓ 3 callersFunctionEndPlot
src/external/imgui/implot.cpp:2766
↓ 3 callersFunctionFindFirstExistingGlyph
src/external/imgui/imgui_draw.cpp:3286
↓ 3 callersFunctionFindWindowNavFocusable
src/external/imgui/imgui.cpp:12255
↓ 3 callersFunctionFormatDateTime
src/external/imgui/implot.cpp:1144
↓ 3 callersMethodGetCharAdvance
src/external/imgui/imgui.h:3074
↓ 3 callersFunctionGetColormapColorU32
src/external/imgui/implot.cpp:4564
↓ 3 callersFunctionGetCombinedRootWindow
src/external/imgui/imgui.cpp:7374
↓ 3 callersFunctionGetDefaultFont
src/external/imgui/imgui_internal.h:2929
↓ 3 callersMethodGetIDFromRectangle
This is only used in rare/specific situations to manufacture an ID out of nowhere.
src/external/imgui/imgui.cpp:3781
↓ 3 callersMethodGetKeyColor
src/external/imgui/implot_internal.h:405
↓ 3 callersFunctionGetResizeBorderRect
src/external/imgui/imgui.cpp:5828
↓ 3 callersFunctionGetScanFromKey
src/library/inputs/sdlkeyboardlayout.cpp:321
↓ 3 callersMethodGetSpan
src/external/imgui/imgui_internal.h:658
↓ 3 callersMethodGetSpanPtrBegin
src/external/imgui/imgui_internal.h:655
↓ 3 callersMethodGetState
src/external/imgui/imgui_impl_opengl3.cpp:256
↓ 3 callersMethodGetTexDataAsRGBA32
src/external/imgui/imgui_draw.cpp:2145
↓ 3 callersMethodGetTitle
src/external/imgui/implot_internal.h:1083
↓ 3 callersFunctionGetUnitForRange
src/external/imgui/implot.cpp:859
↓ 3 callersMethodHasTickMarks
src/external/imgui/implot_internal.h:874
↓ 3 callersFunctionImBitArrayClearAllBits
src/external/imgui/imgui_internal.h:562
↓ 3 callersFunctionImBitArrayClearBit
src/external/imgui/imgui_internal.h:564
↓ 3 callersFunctionImFileOpen
src/external/imgui/imgui.cpp:2053
↓ 3 callersFunctionImFormatStringV
src/external/imgui/imgui.cpp:1921
↓ 3 callersFunctionImGuiListClipper_SeekCursorForItem
src/external/imgui/imgui.cpp:2779
↓ 3 callersFunctionImGui_ImplVulkan_MemoryType
src/external/imgui/imgui_impl_vulkan.cpp:369
↓ 3 callersFunctionImParseFormatFindEnd
src/external/imgui/imgui_widgets.cpp:3267
↓ 3 callersFunctionImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
src/external/imgui/imgui_widgets.cpp:3254
↓ 3 callersFunctionImTextCharToUtf8
src/external/imgui/imgui.cpp:2245
↓ 3 callersFunctionImTextCountUtf8BytesFromChar
Not optimal but we very rarely use this function.
src/external/imgui/imgui.cpp:2253
↓ 3 callersFunctionImTextStrToUtf8
src/external/imgui/imgui.cpp:2268
↓ 3 callersFunctionImTriangleContainsPoint
src/external/imgui/imgui.cpp:1722
← previousnext →601–700 of 6,352, ranked by callers