MCPcopy Create free account

hub / github.com/danielkrupinski/GOESP / functions

Functions3,911 in github.com/danielkrupinski/GOESP

↓ 1 callersMethodRenderGlyphAndGetInfo
GOESP/imgui/imgui_freetype.cpp:250
↓ 1 callersMethodRenderText
GOESP/imgui/imgui_draw.cpp:3486
↓ 1 callersFunctionRenderViewportsThumbnails
GOESP/imgui/imgui.cpp:10793
↓ 1 callersFunctionRender_Glyph
* * @Function: * Render_Glyph * * @Description: * Render a glyph in a bitmap. Sub-banding if needed. * * @Return: * Fre
GOESP/freetype/src/raster/ftraster.c:3113
↓ 1 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
GOESP/imgui/imgui_widgets.cpp:3584
↓ 1 callersFunctionSanitizeFormatString
Sanitize format - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi - stb_sprintf.h supports several new modifier
GOESP/imgui/imgui_widgets.cpp:2083
↓ 1 callersMethodSetArenaBasePtr
GOESP/imgui/imgui_internal.h:562
↓ 1 callersFunctionSetBit
GOESP/imgui/imgui_internal.h:501
↓ 1 callersMethodSetCircleTessellationMaxError
GOESP/imgui/imgui_draw.cpp:380
↓ 1 callersMethodSetToCurrentState
Save current stack sizes for later compare
GOESP/imgui/imgui.cpp:7237
↓ 1 callersMethodSetVoidPtr
GOESP/imgui/imgui.cpp:1996
↓ 1 callersFunctionSetupViewportDrawData
GOESP/imgui/imgui.cpp:4320
↓ 1 callersFunctionShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
GOESP/imgui/imgui_demo.cpp:5190
↓ 1 callersFunctionShowDemoWindowLayout
GOESP/imgui/imgui_demo.cpp:2325
↓ 1 callersFunctionShowDemoWindowMisc
GOESP/imgui/imgui_demo.cpp:5387
↓ 1 callersFunctionShowDemoWindowPopups
GOESP/imgui/imgui_demo.cpp:3091
↓ 1 callersFunctionShowDemoWindowTables
GOESP/imgui/imgui_demo.cpp:3488
↓ 1 callersFunctionShowDemoWindowWidgets
GOESP/imgui/imgui_demo.cpp:527
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
GOESP/imgui/imgui_demo.cpp:6947
↓ 1 callersFunctionShowExampleAppConsole
GOESP/imgui/imgui_demo.cpp:6569
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
GOESP/imgui/imgui_demo.cpp:6971
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
GOESP/imgui/imgui_demo.cpp:7143
↓ 1 callersFunctionShowExampleAppDocuments
GOESP/imgui/imgui_demo.cpp:7473
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
GOESP/imgui/imgui_demo.cpp:7072
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
GOESP/imgui/imgui_demo.cpp:6738
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
GOESP/imgui/imgui_demo.cpp:6704
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
GOESP/imgui/imgui_demo.cpp:6885
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
GOESP/imgui/imgui_demo.cpp:6116
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
GOESP/imgui/imgui_demo.cpp:6850
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
GOESP/imgui/imgui_demo.cpp:7025
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
GOESP/imgui/imgui_demo.cpp:7110
↓ 1 callersFunctionShowPlaceholderObject
GOESP/imgui/imgui_demo.cpp:6802
↓ 1 callersFunctionShowTableColumnsStatusFlags
GOESP/imgui/imgui_demo.cpp:3480
↓ 1 callersFunctionSliderFloat4
GOESP/imgui/imgui.h:2782
↓ 1 callersFunctionSplit_Conic
* * @Function: * Split_Conic * * @Description: * Subdivide one conic Bezier into two joint sub-arcs in the Bezier * stack.
GOESP/freetype/src/raster/ftraster.c:912
↓ 1 callersFunctionSplit_Cubic
* * @Function: * Split_Cubic * * @Description: * Subdivide a third-order Bezier arc into two joint sub-arcs in the * Bezier st
GOESP/freetype/src/raster/ftraster.c:951
↓ 1 callersFunctionTT_Init_Glyph_Loading
GOESP/freetype/src/truetype/ttgload.c:778
↓ 1 callersFunctionTT_Load_Glyph
* * @Function: * TT_Load_Glyph * * @Description: * A function used to load a single glyph within a given glyph slot, * for a g
GOESP/freetype/src/truetype/ttgload.c:2806
↓ 1 callersFunctionTT_New_Context
GOESP/freetype/src/truetype/ttinterp.c:598
↓ 1 callersFunctionTT_Process_Composite_Component
* * @Function: * TT_Process_Composite_Component * * @Description: * Once a composite component has been loaded, it needs to be *
GOESP/freetype/src/truetype/ttgload.c:1174
↓ 1 callersFunctionTT_Process_Composite_Glyph
* * @Function: * TT_Process_Composite_Glyph * * @Description: * This is slightly different from TT_Process_Simple_Glyph, in that
GOESP/freetype/src/truetype/ttgload.c:1343
↓ 1 callersFunctionTT_Process_Simple_Glyph
* * @Function: * TT_Process_Simple_Glyph * * @Description: * Once a simple glyph has been loaded, it needs to be processed. *
GOESP/freetype/src/truetype/ttgload.c:940
↓ 1 callersFunctionTT_Run_Context
* * @Function: * TT_Run_Context * * @Description: * Executes one or more instructions in the execution context. * * @Input:
GOESP/freetype/src/truetype/ttinterp.c:545
↓ 1 callersFunctionTT_Set_Named_Instance
* * @Function: * TT_Set_Named_Instance * * @Description: * Set the given named instance, also resetting any further * variatio
GOESP/freetype/src/truetype/ttgxvar.c:3072
↓ 1 callersFunctionTableFixFlags
GOESP/ImGuiCustom.cpp:142
↓ 1 callersFunctionTableFixFlags
Helper
GOESP/imgui/imgui_tables.cpp:262
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
GOESP/imgui/imgui_draw.cpp:2292
↓ 1 callersMethodUpdate
Helpers for internal use
GOESP/imgui/imgui_widgets.cpp:6499
↓ 1 callersMethodUpdateWorkRect
GOESP/imgui/imgui_internal.h:1190
↓ 1 callersFunctionVIRTUAL_METHOD
GOESP/SDK/Entity.h:133
↓ 1 callersMethod_CalcCircleAutoSegmentCount
GOESP/imgui/imgui_draw.cpp:549
↓ 1 callersMethod_ClearFreeMemory
GOESP/imgui/imgui_draw.cpp:420
↓ 1 callersMethod_firstPass
GOESP/PostProcessing.cpp:289
↓ 1 callersFunction_iup_worker_shift
GOESP/freetype/src/truetype/ttinterp.c:6857
↓ 1 callersMethod_secondPass
GOESP/PostProcessing.cpp:300
↓ 1 callersFunctionaf_cjk_align_edge_points
GOESP/freetype/src/autofit/afcjk.c:2191
↓ 1 callersFunctionaf_cjk_hint_edges
GOESP/freetype/src/autofit/afcjk.c:1812
↓ 1 callersFunctionaf_cjk_hints_apply
GOESP/freetype/src/autofit/afcjk.c:2283
↓ 1 callersFunctionaf_cjk_hints_compute_edges
GOESP/freetype/src/autofit/afcjk.c:1004
↓ 1 callersFunctionaf_cjk_hints_compute_segments
GOESP/freetype/src/autofit/afcjk.c:802
↓ 1 callersFunctionaf_cjk_hints_init
GOESP/freetype/src/autofit/afcjk.c:1382
↓ 1 callersFunctionaf_cjk_hints_link_segments
GOESP/freetype/src/autofit/afcjk.c:846
↓ 1 callersFunctionaf_cjk_metrics_scale
GOESP/freetype/src/autofit/afcjk.c:762
↓ 1 callersFunctionaf_cjk_snap_width
GOESP/freetype/src/autofit/afcjk.c:1461
↓ 1 callersFunctionaf_direction_compute
GOESP/freetype/src/autofit/afhints.c:642
↓ 1 callersFunctionaf_face_globals_compute_style_coverage
GOESP/freetype/src/autofit/afglobal.c:129
↓ 1 callersFunctionaf_face_globals_free
GOESP/freetype/src/autofit/afglobal.c:381
↓ 1 callersFunctionaf_face_globals_get_metrics
GOESP/freetype/src/autofit/afglobal.c:419
↓ 1 callersFunctionaf_face_globals_is_digit
GOESP/freetype/src/autofit/afglobal.c:498
↓ 1 callersFunctionaf_glyph_hints_dump_edges
GOESP/freetype/src/autofit/afhints.c:573
↓ 1 callersFunctionaf_glyph_hints_dump_points
GOESP/freetype/src/autofit/afhints.c:316
↓ 1 callersFunctionaf_glyph_hints_dump_segments
GOESP/freetype/src/autofit/afhints.c:434
↓ 1 callersFunctionaf_iup_shift
GOESP/freetype/src/autofit/afhints.c:1472
↓ 1 callersFunctionaf_latin2_align_serif_edge
GOESP/freetype/src/autofit/aflatin2.c:1839
↓ 1 callersFunctionaf_latin2_hint_edges
GOESP/freetype/src/autofit/aflatin2.c:1861
↓ 1 callersFunctionaf_latin2_hints_compute_blue_edges
GOESP/freetype/src/autofit/aflatin2.c:1410
↓ 1 callersFunctionaf_latin2_hints_compute_edges
GOESP/freetype/src/autofit/aflatin2.c:1084
↓ 1 callersFunctionaf_latin2_metrics_check_digits
GOESP/freetype/src/autofit/aflatin2.c:438
↓ 1 callersFunctionaf_latin2_metrics_init_blues
GOESP/freetype/src/autofit/aflatin2.c:192
↓ 1 callersFunctionaf_latin2_metrics_init_widths
GOESP/freetype/src/autofit/aflatin2.c:66
↓ 1 callersFunctionaf_latin2_snap_width
GOESP/freetype/src/autofit/aflatin2.c:1602
↓ 1 callersFunctionaf_latin_align_serif_edge
GOESP/freetype/src/autofit/aflatin.c:2957
↓ 1 callersFunctionaf_latin_hint_edges
GOESP/freetype/src/autofit/aflatin.c:2981
↓ 1 callersFunctionaf_latin_hints_compute_blue_edges
GOESP/freetype/src/autofit/aflatin.c:2477
↓ 1 callersFunctionaf_latin_hints_compute_edges
GOESP/freetype/src/autofit/aflatin.c:2102
↓ 1 callersFunctionaf_latin_metrics_check_digits
GOESP/freetype/src/autofit/aflatin.c:1073
↓ 1 callersFunctionaf_latin_metrics_init_blues
GOESP/freetype/src/autofit/aflatin.c:318
↓ 1 callersFunctionaf_latin_metrics_init_widths
GOESP/freetype/src/autofit/aflatin.c:58
↓ 1 callersFunctionaf_latin_snap_width
GOESP/freetype/src/autofit/aflatin.c:2680
↓ 1 callersFunctionaf_latin_sort_blue
GOESP/freetype/src/autofit/aflatin.c:276
↓ 1 callersFunctionaf_loader_embolden_glyph_in_slot
GOESP/freetype/src/autofit/afloader.c:88
↓ 1 callersFunctionaf_loader_reset
GOESP/freetype/src/autofit/afloader.c:42
↓ 1 callersFunctionaf_warper_compute_line_best
GOESP/freetype/src/autofit/afwarp.c:71
↓ 1 callersFunctionafm_parse_kern_data
GOESP/freetype/src/psaux/afmparse.c:788
↓ 1 callersFunctionafm_parse_kern_pairs
GOESP/freetype/src/psaux/afmparse.c:690
↓ 1 callersFunctionafm_parse_track_kern
GOESP/freetype/src/psaux/afmparse.c:586
↓ 1 callersFunctionafm_parser_skip_section
GOESP/freetype/src/psaux/afmparse.c:830
↓ 1 callersFunctionappend_exponent
GOESP/nlohmann/json.hpp:15637
↓ 1 callersFunctionat
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
GOESP/nlohmann/json.hpp:20286
↓ 1 callersMethodcapacity
GOESP/imgui/imgui.h:1656
← previousnext →1,401–1,500 of 3,911, ranked by callers