Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielkrupinski/GOESP
/ functions
Functions
3,911 in github.com/danielkrupinski/GOESP
⨍
Functions
3,911
◇
Types & classes
835
↓ 3 callers
Function
FT_Request_Size
GOESP/freetype/src/base/ftobjs.c:3255
↓ 3 callers
Function
FT_Select_Metrics
GOESP/freetype/src/base/ftobjs.c:3056
↓ 3 callers
Function
FT_Stroker_ConicTo
GOESP/freetype/src/base/ftstroke.c:1339
↓ 3 callers
Function
FT_Stroker_ExportBorder
GOESP/freetype/src/base/ftstroke.c:2024
↓ 3 callers
Function
FT_Vector_NormLen
GOESP/freetype/src/base/ftcalc.c:844
↓ 3 callers
Function
FT_Vector_Unit
GOESP/freetype/src/base/fttrigon.c:359
↓ 3 callers
Method
FindGlyphNoFallback
GOESP/imgui/imgui_draw.cpp:3269
↓ 3 callers
Function
FindWindowNavFocusable
GOESP/imgui/imgui.cpp:9454
↓ 3 callers
Method
GetCharAdvance
GOESP/imgui/imgui.h:2696
↓ 3 callers
Function
GetDefaultFont
GOESP/imgui/imgui_internal.h:2224
↓ 3 callers
Method
GetInt
GOESP/imgui/imgui.cpp:1909
↓ 3 callers
Method
GetName
GOESP/imgui/imgui_internal.h:1209
↓ 3 callers
Function
GetOverlayDrawList
OBSOLETED in 1.69 (from Mar 2019)
GOESP/imgui/imgui.h:2792
↓ 3 callers
Method
GetSpan
GOESP/imgui/imgui_internal.h:566
↓ 3 callers
Function
GetStyleVarInfo
GOESP/imgui/imgui.cpp:2524
↓ 3 callers
Method
GetTabName
GOESP/imgui/imgui_internal.h:1940
↓ 3 callers
Method
GetTabOrder
GOESP/imgui/imgui_internal.h:1939
↓ 3 callers
Method
GetVarPtr
GOESP/imgui/imgui.cpp:2493
↓ 3 callers
Function
ImCharIsBlankW
GOESP/imgui/imgui_internal.h:303
↓ 3 callers
Function
ImFileLoadToMemory
Helper: Load file content into memory Memory allocated with IM_ALLOC(), must be freed by user using IM_FREE() == ImGui::MemFree() This can't really be
GOESP/imgui/imgui.cpp:1567
↓ 3 callers
Function
ImFileOpen
GOESP/imgui/imgui.cpp:1540
↓ 3 callers
Function
ImParseFormatFindEnd
GOESP/imgui/imgui_widgets.cpp:3214
↓ 3 callers
Function
ImTriangleContainsPoint
GOESP/imgui/imgui.cpp:1254
↓ 3 callers
Function
Init_Linked
* * Init_Linked * * Initializes an empty linked list. */
GOESP/freetype/src/raster/ftraster.c:2078
↓ 3 callers
Function
InsNew
* * InsNew * * Inserts a new profile in a linked list. */
GOESP/freetype/src/raster/ftraster.c:2091
↓ 3 callers
Function
Ins_JMPR
* * JMPR[]: JuMP Relative * Opcode range: 0x1C * Stack: int32 --> */
GOESP/freetype/src/truetype/ttinterp.c:3518
↓ 3 callers
Function
IsMacResource
Check for a valid resource fork header, or a valid dfont */ header. In a resource fork the first 16 bytes are repeated */ at the location specifie
GOESP/freetype/src/base/ftobjs.c:2121
↓ 3 callers
Method
IsPacked
GOESP/imgui/imgui.h:2537
↓ 3 callers
Function
IsWindowActiveAndVisible
GOESP/imgui/imgui.cpp:3622
↓ 3 callers
Function
IsWindowContentHoverable
GOESP/imgui/imgui.cpp:3121
↓ 3 callers
Method
Merge
GOESP/imgui/imgui_draw.cpp:1683
↓ 3 callers
Function
PatchFormatStringFloatToInt
FIXME-LEGACY: Prior to 1.61 our DragInt() function internally used floats and because of this the compile-time default value for format was "%.0f". Ev
GOESP/imgui/imgui_widgets.cpp:1801
↓ 3 callers
Method
PathFillConvex
GOESP/imgui/imgui.h:2395
↓ 3 callers
Method
PopTextureID
GOESP/imgui/imgui_draw.cpp:598
↓ 3 callers
Method
Reserve
GOESP/imgui/imgui_internal.h:560
↓ 3 callers
Function
SetCurrentWindow
GOESP/imgui/imgui.cpp:3000
↓ 3 callers
Function
SetCursorPosYAndSetupForPrevLine
GOESP/imgui/imgui.cpp:2241
↓ 3 callers
Function
SetWindowConditionAllowFlags
GOESP/imgui/imgui.cpp:5073
↓ 3 callers
Method
Split
GOESP/imgui/imgui_draw.cpp:1653
↓ 3 callers
Function
StartLockWheelingWindow
GOESP/imgui/imgui.cpp:3684
↓ 3 callers
Function
TT_Clear_CodeRange
* * @Function: * TT_Clear_CodeRange * * @Description: * Clears a code range. * * @Input: * range :: * The code ra
GOESP/freetype/src/truetype/ttinterp.c:204
↓ 3 callers
Function
TT_Done_Context
* * @Function: * TT_Done_Context * * @Description: * Destroys a given context. * * @Input: * exec :: * A handle t
GOESP/freetype/src/truetype/ttinterp.c:240
↓ 3 callers
Function
TT_Get_HMetrics
* * Return the horizontal metrics in font units for a given glyph. */
GOESP/freetype/src/truetype/ttgload.c:98
↓ 3 callers
Function
TT_Get_VMetrics
* * Return the vertical metrics in font units for a given glyph. * See function `tt_loader_set_pp' below for explanations. */
GOESP/freetype/src/truetype/ttgload.c:116
↓ 3 callers
Function
TT_Goto_CodeRange
* * @Function: * TT_Goto_CodeRange * * @Description: * Switches to a new code range (updates the code related elements in * `e
GOESP/freetype/src/truetype/ttinterp.c:126
↓ 3 callers
Function
TT_Load_Context
* * @Function: * TT_Load_Context * * @Description: * Prepare an execution context for glyph hinting. * * @Input: * face
GOESP/freetype/src/truetype/ttinterp.c:404
↓ 3 callers
Function
TT_Set_CodeRange
* * @Function: * TT_Set_CodeRange * * @Description: * Sets a code range. * * @Input: * range :: * The code range
GOESP/freetype/src/truetype/ttinterp.c:175
↓ 3 callers
Function
TT_Vary_Apply_Glyph_Deltas
* * @Function: * TT_Vary_Apply_Glyph_Deltas * * @Description: * Apply the appropriate deltas to the current glyph. * * @Input
GOESP/freetype/src/truetype/ttgxvar.c:3751
↓ 3 callers
Method
_begin
GOESP/PostProcessing.cpp:245
↓ 3 callers
Method
_draw
GOESP/PostProcessing.cpp:326
↓ 3 callers
Method
_end
GOESP/PostProcessing.cpp:311
↓ 3 callers
Function
_iup_worker_interpolate
GOESP/freetype/src/truetype/ttinterp.c:6879
↓ 3 callers
Function
af_axis_hints_new_edge
GOESP/freetype/src/autofit/afhints.c:98
↓ 3 callers
Function
af_cjk_align_linked_edge
GOESP/freetype/src/autofit/afcjk.c:1631
↓ 3 callers
Function
af_cjk_align_serif_edge
GOESP/freetype/src/autofit/afcjk.c:1657
↓ 3 callers
Function
af_glyph_hints_align_strong_points
GOESP/freetype/src/autofit/afhints.c:1293
↓ 3 callers
Function
af_glyph_hints_align_weak_points
GOESP/freetype/src/autofit/afhints.c:1567
↓ 3 callers
Function
af_glyph_hints_scale_dim
GOESP/freetype/src/autofit/afhints.c:1695
↓ 3 callers
Function
af_iup_interp
GOESP/freetype/src/autofit/afhints.c:1499
↓ 3 callers
Function
af_latin2_align_linked_edge
GOESP/freetype/src/autofit/aflatin2.c:1817
↓ 3 callers
Function
af_latin2_compute_stem_width
GOESP/freetype/src/autofit/aflatin2.c:1649
↓ 3 callers
Function
af_latin_align_linked_edge
GOESP/freetype/src/autofit/aflatin.c:2926
↓ 3 callers
Function
af_latin_hints_link_segments
GOESP/freetype/src/autofit/aflatin.c:1964
↓ 3 callers
Function
af_property_get_face_globals
GOESP/freetype/src/autofit/afmodule.c:72
↓ 3 callers
Function
af_shaper_get_coverage
GOESP/freetype/src/autofit/afshaper.c:98
↓ 3 callers
Function
af_warper_compute
GOESP/freetype/src/autofit/afwarp.c:160
↓ 3 callers
Method
canSee
GOESP/SDK/Entity.cpp:16
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
GOESP/nlohmann/json.hpp:21506
↓ 3 callers
Function
cf2_computeDarkening
Compute a stem darkening amount in character space. */
GOESP/freetype/src/psaux/psfont.c:50
↓ 3 callers
Function
cf2_getNominalWidthX
GOESP/freetype/src/psaux/psft.c:859
↓ 3 callers
Function
cf2_glyphpath_closeOpenPath
GOESP/freetype/src/psaux/pshints.c:1903
↓ 3 callers
Function
cf2_glyphpath_computeOffset
* All coordinates are in character space. * On input, (x1, y1) and (x2, y2) give line segment. * On output, (x, y) give offset vector. * We u
GOESP/freetype/src/psaux/pshints.c:1526
↓ 3 callers
Function
cf2_glyphpath_pushPrevElem
* Push the cached element (glyphpath->prevElem*) to the outline * consumer. When a darkening offset is used, the end point of the * cached elem
GOESP/freetype/src/psaux/pshints.c:1317
↓ 3 callers
Function
cf2_hint_initZero
initialize an invalid hint map element */
GOESP/freetype/src/psaux/pshints.c:210
↓ 3 callers
Function
cf2_hint_isPair
GOESP/freetype/src/psaux/pshints.c:224
↓ 3 callers
Function
cf2_hint_lock
GOESP/freetype/src/psaux/pshints.c:266
↓ 3 callers
Function
cf2_hintmap_map
transform character space coordinate to device space using hint map */
GOESP/freetype/src/psaux/pshints.c:330
↓ 3 callers
Function
cf2_hintmask_isNew
GOESP/freetype/src/psaux/psintrp.c:82
↓ 3 callers
Function
cff_index_access_element
GOESP/freetype/src/cff/cffload.c:503
↓ 3 callers
Function
cff_index_forget_element
GOESP/freetype/src/cff/cffload.c:601
↓ 3 callers
Function
cff_index_get_pointers
Allocate a table containing pointers to an index's elements. */ The `pool' argument makes this function convert the index */ entries to C-style str
GOESP/freetype/src/cff/cffload.c:404
↓ 3 callers
Function
cff_index_read_offset
read an offset from the index's stream current position */
GOESP/freetype/src/cff/cffload.c:209
↓ 3 callers
Function
cff_lookup_glyph_by_stdcharcode
GOESP/freetype/src/psaux/cffdecode.c:420
↓ 3 callers
Function
cff_parse_integer
read an integer */
GOESP/freetype/src/cff/cffparse.c:159
↓ 3 callers
Function
cff_parse_real
read a real */
GOESP/freetype/src/cff/cffparse.c:246
↓ 3 callers
Function
copyBackbufferToTexture
GOESP/PostProcessing.cpp:44
↓ 3 callers
Method
distTo
GOESP/SDK/Vector.h:108
↓ 3 callers
Function
drawProjectileTrajectory
GOESP/Hacks/ESP.cpp:484
↓ 3 callers
Function
drawSnapline
GOESP/Hacks/ESP.cpp:309
↓ 3 callers
Function
ft_angle_mean
Return the average of `angle1' and `angle2'. */ This gives correct result even if `angle1' and `angle2' */ have opposite signs.
GOESP/freetype/src/base/ftstroke.c:189
↓ 3 callers
Function
ft_cmap_done_internal
GOESP/freetype/src/base/ftobjs.c:3615
↓ 3 callers
Function
ft_div64by32
GOESP/freetype/src/base/ftcalc.c:310
↓ 3 callers
Function
ft_glyphslot_alloc_bitmap
GOESP/freetype/src/base/ftobjs.c:513
↓ 3 callers
Function
ft_glyphslot_free_bitmap
GOESP/freetype/src/base/ftobjs.c:324
↓ 3 callers
Function
ft_glyphslot_preset_bitmap
overflow-resistant presetting of bitmap position and dimensions; */ also check whether the size is too large for rendering */
GOESP/freetype/src/base/ftobjs.c:346
↓ 3 callers
Function
ft_hash_num_lookup
GOESP/freetype/src/base/fthash.c:325
↓ 3 callers
Function
ft_mem_free
GOESP/freetype/src/base/ftutil.c:168
↓ 3 callers
Function
ft_mem_qalloc
GOESP/freetype/src/base/ftutil.c:64
↓ 3 callers
Function
ft_mem_table_get_nodep
GOESP/freetype/src/base/ftdbgmem.c:427
↓ 3 callers
Function
ft_new_glyph
GOESP/freetype/src/base/ftglyph.c:288
← previous
next →
501–600 of 3,911, ranked by callers