Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewchilicki/LumonMDR
/ functions
Functions
2,571 in github.com/andrewchilicki/LumonMDR
⨍
Functions
2,571
◇
Types & classes
449
↓ 2 callers
Function
WindowPosRelToAbs
external/imgui/imgui_internal.h:2997
↓ 2 callers
Method
_ResetForNewFrame
Initialize before use in a new frame. We always have a command ready in the buffer. In the majority of cases, you would want to call PushClipRect() an
external/imgui/imgui_draw.cpp:413
↓ 2 callers
Method
_SetTextureID
This is used by ImGui::PushFont()/PopFont(). It works because we never use _TextureIdStack[] elsewhere than in PushTextureID()/PopTextureID().
external/imgui/imgui_draw.cpp:662
↓ 2 callers
Function
at
@brief access specified array element with bounds checking @sa https://json.nlohmann.me/api/basic_json/at/
external/nlohmann/json.hpp:21240
↓ 2 callers
Function
begin
external/imgui/imgui_internal.h:643
↓ 2 callers
Function
compute_boundaries
external/nlohmann/json.hpp:17096
↓ 2 callers
Function
emplace_back
external/nlohmann/json.hpp:22511
↓ 2 callers
Function
equal
external/imgui/imstb_truetype.h:4470
↓ 2 callers
Function
erase_internal
external/nlohmann/json.hpp:21869
↓ 2 callers
Function
file_input_adapter
external/nlohmann/json.hpp:6193
↓ 2 callers
Function
flatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
external/nlohmann/json.hpp:23976
↓ 2 callers
Function
from_json_array_impl
external/nlohmann/json.hpp:4821
↓ 2 callers
Function
from_json_inplace_array_impl
external/nlohmann/json.hpp:4904
↓ 2 callers
Function
from_json_tuple_impl
external/nlohmann/json.hpp:5010
↓ 2 callers
Method
getGrid
libs/Numbers/NumberGrid.cpp:18
↓ 2 callers
Function
grisu2
external/nlohmann/json.hpp:17735
↓ 2 callers
Function
grisu2_round
external/nlohmann/json.hpp:17453
↓ 2 callers
Function
hex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
external/nlohmann/json.hpp:18685
↓ 2 callers
Method
is_end
return whether the iterator is at end
external/nlohmann/json.hpp:12768
↓ 2 callers
Method
is_errored
external/nlohmann/json.hpp:7183
↓ 2 callers
Function
is_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
external/nlohmann/json.hpp:20645
↓ 2 callers
Function
is_word_boundary
external/imgui/imstb_textedit.h:663
↓ 2 callers
Function
is_word_boundary_from_right
external/imgui/imgui_widgets.cpp:3996
↓ 2 callers
Function
little_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
external/nlohmann/json.hpp:9198
↓ 2 callers
Method
noise3D
external/perlin-noise/PerlinNoise.hpp:489
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/json.hpp:13234
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/json.hpp:13285
↓ 2 callers
Function
pop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
external/nlohmann/json.hpp:13964
↓ 2 callers
Method
ptr_from_offset
external/imgui/imgui_internal.h:726
↓ 2 callers
Function
reset
reset token_buffer; current character is beginning of token
external/nlohmann/json.hpp:8692
↓ 2 callers
Function
resize
external/imgui/imgui.h:2099
↓ 2 callers
Function
size
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
external/nlohmann/json.hpp:22247
↓ 2 callers
Function
skip_whitespace
external/nlohmann/json.hpp:8872
↓ 2 callers
Function
stb_decompress_length
external/imgui/imgui_draw.cpp:4528
↓ 2 callers
Function
stb_text_locate_coord
traverse the layout to locate the nearest character to a display position
external/imgui/imstb_textedit.h:410
↓ 2 callers
Function
stb_text_makeundo_insert
external/imgui/imstb_textedit.h:1364
↓ 2 callers
Function
stb_text_makeundo_replace
external/imgui/imstb_textedit.h:1379
↓ 2 callers
Function
stb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
external/imgui/imstb_textedit.h:470
↓ 2 callers
Function
stb_textedit_discard_undo
discard the oldest entry in the undo list
external/imgui/imstb_textedit.h:1149
↓ 2 callers
Function
stb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
external/imgui/imstb_textedit.h:488
↓ 2 callers
Function
stb_textedit_find_charpos
find the x/y location of a character, and remember info about the previous row in case we get a move-up event (for page up, we'll have to rescan)
external/imgui/imstb_textedit.h:530
↓ 2 callers
Function
stb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
external/imgui/imgui_widgets.cpp:4123
↓ 2 callers
Function
stb_textedit_sortselection
canoncialize the selection so start <= end
external/imgui/imstb_textedit.h:619
↓ 2 callers
Function
stb_textedit_text
[DEAR IMGUI] Added stb_textedit_text(), extracted out and called by stb_textedit_key() for backward compatibility.
external/imgui/imstb_textedit.h:743
↓ 2 callers
Function
stbi__addints_valid
returns 1 if the sum of two signed ints is valid (between -2^31 and 2^31-1 inclusive), 0 on overflow.
external/stb/stb_image.h:1070
↓ 2 callers
Function
stbi__bit_reverse
external/stb/stb_image.h:4116
↓ 2 callers
Function
stbi__bmp_parse_header
external/stb/stb_image.h:5448
↓ 2 callers
Function
stbi__bmp_set_mask_defaults
external/stb/stb_image.h:5422
↓ 2 callers
Function
stbi__build_huffman
external/stb/stb_image.h:2003
↓ 2 callers
Function
stbi__check_png_header
external/stb/stb_image.h:4621
↓ 2 callers
Function
stbi__copyval
external/stb/stb_image.h:6381
↓ 2 callers
Function
stbi__create_png_alpha_expand8
adds an extra all-255 alpha channel dest == src is legal img_n must be 1 or 3
external/stb/stb_image.h:4675
↓ 2 callers
Function
stbi__create_png_image_raw
create the png data from post-deflated data
external/stb/stb_image.h:4696
↓ 2 callers
Function
stbi__fill_bits
external/stb/stb_image.h:4202
↓ 2 callers
Function
stbi__gif_header
external/stb/stb_image.h:6608
↓ 2 callers
Function
stbi__gif_load_next
this function is designed to support animated gifs, although stb_image doesn't support it two back is the image from two frames ago, used for a very s
external/stb/stb_image.h:6778
↓ 2 callers
Function
stbi__gif_parse_colortable
external/stb/stb_image.h:6597
↓ 2 callers
Function
stbi__gif_test
external/stb/stb_image.h:6590
↓ 2 callers
Function
stbi__hdr_load
external/stb/stb_image.h:7158
↓ 2 callers
Function
stbi__hdr_test_core
external/stb/stb_image.h:7087
↓ 2 callers
Function
stbi__jpeg_decode_block
decode one 64-entry block--
external/stb/stb_image.h:2210
↓ 2 callers
Function
stbi__jpeg_decode_block_prog_dc
external/stb/stb_image.h:2265
↓ 2 callers
Function
stbi__jpeg_get_bits
get some unsigned bits
external/stb/stb_image.h:2169
↓ 2 callers
Function
stbi__load_main
external/stb/stb_image.h:1137
↓ 2 callers
Function
stbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
external/stb/stb_image.h:1024
↓ 2 callers
Function
stbi__mul2shorts_valid
returns 1 if the product of two ints fits in a signed short, 0 on overflow.
external/stb/stb_image.h:1078
↓ 2 callers
Function
stbi__parse_png_file
external/stb/stb_image.h:5078
↓ 2 callers
Function
stbi__png_info_raw
external/stb/stb_image.h:5310
↓ 2 callers
Function
stbi__process_marker
external/stb/stb_image.h:3099
↓ 2 callers
Function
stbi__refill_buffer
external/stb/stb_image.h:1597
↓ 2 callers
Function
stbi__setup_jpeg
set up the kernels
external/stb/stb_image.h:3821
↓ 2 callers
Function
stbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
external/stb/stb_image.h:5852
↓ 2 callers
Function
stbrp__skyline_find_min_y
find minimum y position if it starts at x1
external/imgui/imstb_rectpack.h:291
↓ 2 callers
Function
stbtt_CompareUTF8toUTF16_bigendian_internal
external/imgui/imstb_truetype.h:4823
↓ 2 callers
Function
stbtt_GetCodepointBitmapBoxSubpixel
external/imgui/imstb_truetype.h:2749
↓ 2 callers
Function
stbtt_GetGlyphBitmapBox
external/imgui/imstb_truetype.h:2744
↓ 2 callers
Function
stbtt_GetGlyphBitmapSubpixel
external/imgui/imstb_truetype.h:3721
↓ 2 callers
Function
stbtt_GetGlyphBox
external/imgui/imstb_truetype.h:1630
↓ 2 callers
Function
stbtt_MakeCodepointBitmapSubpixel
external/imgui/imstb_truetype.h:3800
↓ 2 callers
Function
stbtt_PackFontRangesRenderIntoRects
rects array must be big enough to accommodate all characters in the given ranges
external/imgui/imstb_truetype.h:4216
↓ 2 callers
Function
stbtt_Rasterize
external/imgui/imstb_truetype.h:3703
↓ 2 callers
Function
stbtt__CompareUTF8toUTF16_bigendian_prefix
check if a utf8 string contains a prefix which is the utf16 string; if so return length of matching utf8 string
external/imgui/imstb_truetype.h:4784
↓ 2 callers
Function
stbtt__GetGlyphClass
external/imgui/imstb_truetype.h:2452
↓ 2 callers
Function
stbtt__GetGlyphInfoT2
external/imgui/imstb_truetype.h:2291
↓ 2 callers
Function
stbtt__buf_peek8
external/imgui/imstb_truetype.h:1145
↓ 2 callers
Function
stbtt__close_shape
external/imgui/imstb_truetype.h:1663
↓ 2 callers
Function
stbtt__csctx_close_shape
external/imgui/imstb_truetype.h:1941
↓ 2 callers
Function
stbtt__cuberoot
external/imgui/imstb_truetype.h:4543
↓ 2 callers
Function
stbtt__get_subrs
external/imgui/imstb_truetype.h:1359
↓ 2 callers
Function
stbtt__h_prefilter
external/imgui/imstb_truetype.h:4020
↓ 2 callers
Function
stbtt__hheap_alloc
external/imgui/imstb_truetype.h:2775
↓ 2 callers
Function
stbtt__hheap_cleanup
external/imgui/imstb_truetype.h:2802
↓ 2 callers
Function
stbtt__hheap_free
external/imgui/imstb_truetype.h:2796
↓ 2 callers
Function
stbtt__new_active
external/imgui/imstb_truetype.h:2840
↓ 2 callers
Function
stbtt__position_trapezoid_area
external/imgui/imstb_truetype.h:3077
↓ 2 callers
Function
stbtt__v_prefilter
external/imgui/imstb_truetype.h:4082
↓ 2 callers
Function
swap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
external/nlohmann/json.hpp:22764
↓ 2 callers
Function
ttLONG
external/imgui/imstb_truetype.h:1294
↓ 2 callers
Method
update
src/UI/UIManager.cpp:40
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
external/nlohmann/json.hpp:15099
← previous
next →
501–600 of 2,571, ranked by callers