MCPcopy Create free account

hub / github.com/andrewchilicki/LumonMDR / functions

Functions2,571 in github.com/andrewchilicki/LumonMDR

↓ 2 callersFunctionWindowPosRelToAbs
external/imgui/imgui_internal.h:2997
↓ 2 callersMethod_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 callersMethod_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 callersFunctionat
@brief access specified array element with bounds checking @sa https://json.nlohmann.me/api/basic_json/at/
external/nlohmann/json.hpp:21240
↓ 2 callersFunctionbegin
external/imgui/imgui_internal.h:643
↓ 2 callersFunctioncompute_boundaries
external/nlohmann/json.hpp:17096
↓ 2 callersFunctionemplace_back
external/nlohmann/json.hpp:22511
↓ 2 callersFunctionequal
external/imgui/imstb_truetype.h:4470
↓ 2 callersFunctionerase_internal
external/nlohmann/json.hpp:21869
↓ 2 callersFunctionfile_input_adapter
external/nlohmann/json.hpp:6193
↓ 2 callersFunctionflatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
external/nlohmann/json.hpp:23976
↓ 2 callersFunctionfrom_json_array_impl
external/nlohmann/json.hpp:4821
↓ 2 callersFunctionfrom_json_inplace_array_impl
external/nlohmann/json.hpp:4904
↓ 2 callersFunctionfrom_json_tuple_impl
external/nlohmann/json.hpp:5010
↓ 2 callersMethodgetGrid
libs/Numbers/NumberGrid.cpp:18
↓ 2 callersFunctiongrisu2
external/nlohmann/json.hpp:17735
↓ 2 callersFunctiongrisu2_round
external/nlohmann/json.hpp:17453
↓ 2 callersFunctionhex_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 callersMethodis_end
return whether the iterator is at end
external/nlohmann/json.hpp:12768
↓ 2 callersMethodis_errored
external/nlohmann/json.hpp:7183
↓ 2 callersFunctionis_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 callersFunctionis_word_boundary
external/imgui/imstb_textedit.h:663
↓ 2 callersFunctionis_word_boundary_from_right
external/imgui/imgui_widgets.cpp:3996
↓ 2 callersFunctionlittle_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 callersMethodnoise3D
external/perlin-noise/PerlinNoise.hpp:489
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/json.hpp:13234
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/json.hpp:13285
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
external/nlohmann/json.hpp:13964
↓ 2 callersMethodptr_from_offset
external/imgui/imgui_internal.h:726
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
external/nlohmann/json.hpp:8692
↓ 2 callersFunctionresize
external/imgui/imgui.h:2099
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
external/nlohmann/json.hpp:22247
↓ 2 callersFunctionskip_whitespace
external/nlohmann/json.hpp:8872
↓ 2 callersFunctionstb_decompress_length
external/imgui/imgui_draw.cpp:4528
↓ 2 callersFunctionstb_text_locate_coord
traverse the layout to locate the nearest character to a display position
external/imgui/imstb_textedit.h:410
↓ 2 callersFunctionstb_text_makeundo_insert
external/imgui/imstb_textedit.h:1364
↓ 2 callersFunctionstb_text_makeundo_replace
external/imgui/imstb_textedit.h:1379
↓ 2 callersFunctionstb_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 callersFunctionstb_textedit_discard_undo
discard the oldest entry in the undo list
external/imgui/imstb_textedit.h:1149
↓ 2 callersFunctionstb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
external/imgui/imstb_textedit.h:488
↓ 2 callersFunctionstb_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 callersFunctionstb_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 callersFunctionstb_textedit_sortselection
canoncialize the selection so start <= end
external/imgui/imstb_textedit.h:619
↓ 2 callersFunctionstb_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 callersFunctionstbi__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 callersFunctionstbi__bit_reverse
external/stb/stb_image.h:4116
↓ 2 callersFunctionstbi__bmp_parse_header
external/stb/stb_image.h:5448
↓ 2 callersFunctionstbi__bmp_set_mask_defaults
external/stb/stb_image.h:5422
↓ 2 callersFunctionstbi__build_huffman
external/stb/stb_image.h:2003
↓ 2 callersFunctionstbi__check_png_header
external/stb/stb_image.h:4621
↓ 2 callersFunctionstbi__copyval
external/stb/stb_image.h:6381
↓ 2 callersFunctionstbi__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 callersFunctionstbi__create_png_image_raw
create the png data from post-deflated data
external/stb/stb_image.h:4696
↓ 2 callersFunctionstbi__fill_bits
external/stb/stb_image.h:4202
↓ 2 callersFunctionstbi__gif_header
external/stb/stb_image.h:6608
↓ 2 callersFunctionstbi__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 callersFunctionstbi__gif_parse_colortable
external/stb/stb_image.h:6597
↓ 2 callersFunctionstbi__gif_test
external/stb/stb_image.h:6590
↓ 2 callersFunctionstbi__hdr_load
external/stb/stb_image.h:7158
↓ 2 callersFunctionstbi__hdr_test_core
external/stb/stb_image.h:7087
↓ 2 callersFunctionstbi__jpeg_decode_block
decode one 64-entry block--
external/stb/stb_image.h:2210
↓ 2 callersFunctionstbi__jpeg_decode_block_prog_dc
external/stb/stb_image.h:2265
↓ 2 callersFunctionstbi__jpeg_get_bits
get some unsigned bits
external/stb/stb_image.h:2169
↓ 2 callersFunctionstbi__load_main
external/stb/stb_image.h:1137
↓ 2 callersFunctionstbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
external/stb/stb_image.h:1024
↓ 2 callersFunctionstbi__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 callersFunctionstbi__parse_png_file
external/stb/stb_image.h:5078
↓ 2 callersFunctionstbi__png_info_raw
external/stb/stb_image.h:5310
↓ 2 callersFunctionstbi__process_marker
external/stb/stb_image.h:3099
↓ 2 callersFunctionstbi__refill_buffer
external/stb/stb_image.h:1597
↓ 2 callersFunctionstbi__setup_jpeg
set up the kernels
external/stb/stb_image.h:3821
↓ 2 callersFunctionstbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
external/stb/stb_image.h:5852
↓ 2 callersFunctionstbrp__skyline_find_min_y
find minimum y position if it starts at x1
external/imgui/imstb_rectpack.h:291
↓ 2 callersFunctionstbtt_CompareUTF8toUTF16_bigendian_internal
external/imgui/imstb_truetype.h:4823
↓ 2 callersFunctionstbtt_GetCodepointBitmapBoxSubpixel
external/imgui/imstb_truetype.h:2749
↓ 2 callersFunctionstbtt_GetGlyphBitmapBox
external/imgui/imstb_truetype.h:2744
↓ 2 callersFunctionstbtt_GetGlyphBitmapSubpixel
external/imgui/imstb_truetype.h:3721
↓ 2 callersFunctionstbtt_GetGlyphBox
external/imgui/imstb_truetype.h:1630
↓ 2 callersFunctionstbtt_MakeCodepointBitmapSubpixel
external/imgui/imstb_truetype.h:3800
↓ 2 callersFunctionstbtt_PackFontRangesRenderIntoRects
rects array must be big enough to accommodate all characters in the given ranges
external/imgui/imstb_truetype.h:4216
↓ 2 callersFunctionstbtt_Rasterize
external/imgui/imstb_truetype.h:3703
↓ 2 callersFunctionstbtt__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 callersFunctionstbtt__GetGlyphClass
external/imgui/imstb_truetype.h:2452
↓ 2 callersFunctionstbtt__GetGlyphInfoT2
external/imgui/imstb_truetype.h:2291
↓ 2 callersFunctionstbtt__buf_peek8
external/imgui/imstb_truetype.h:1145
↓ 2 callersFunctionstbtt__close_shape
external/imgui/imstb_truetype.h:1663
↓ 2 callersFunctionstbtt__csctx_close_shape
external/imgui/imstb_truetype.h:1941
↓ 2 callersFunctionstbtt__cuberoot
external/imgui/imstb_truetype.h:4543
↓ 2 callersFunctionstbtt__get_subrs
external/imgui/imstb_truetype.h:1359
↓ 2 callersFunctionstbtt__h_prefilter
external/imgui/imstb_truetype.h:4020
↓ 2 callersFunctionstbtt__hheap_alloc
external/imgui/imstb_truetype.h:2775
↓ 2 callersFunctionstbtt__hheap_cleanup
external/imgui/imstb_truetype.h:2802
↓ 2 callersFunctionstbtt__hheap_free
external/imgui/imstb_truetype.h:2796
↓ 2 callersFunctionstbtt__new_active
external/imgui/imstb_truetype.h:2840
↓ 2 callersFunctionstbtt__position_trapezoid_area
external/imgui/imstb_truetype.h:3077
↓ 2 callersFunctionstbtt__v_prefilter
external/imgui/imstb_truetype.h:4082
↓ 2 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
external/nlohmann/json.hpp:22764
↓ 2 callersFunctionttLONG
external/imgui/imstb_truetype.h:1294
↓ 2 callersMethodupdate
src/UI/UIManager.cpp:40
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
external/nlohmann/json.hpp:15099
← previousnext →501–600 of 2,571, ranked by callers