MCPcopy Create free account

hub / github.com/ByteCorum/DragonBurn / functions

Functions3,126 in github.com/ByteCorum/DragonBurn

↓ 1 callersFunctionload_jpeg_image
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3885
↓ 1 callersFunctionmouse_close
DragonBurn-usermode/Helpers/Mouse.cpp:67
↓ 1 callersFunctionmouse_open
DragonBurn-usermode/Helpers/Mouse.cpp:44
↓ 1 callersFunctionoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DragonBurn-usermode/Libs/json/json.hpp:13490
↓ 1 callersFunctionoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DragonBurn-kernel/include/json.hpp:13490
↓ 1 callersMethodoperator+
add to iterator
DragonBurn-usermode/Libs/json/json.hpp:13715
↓ 1 callersMethodoperator+
add to iterator
DragonBurn-kernel/include/json.hpp:13715
↓ 1 callersFunctionoperator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
DragonBurn-usermode/Libs/json/json.hpp:22415
↓ 1 callersFunctionoperator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
DragonBurn-kernel/include/json.hpp:22415
↓ 1 callersFunctionoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DragonBurn-usermode/Libs/json/json.hpp:13512
↓ 1 callersFunctionoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DragonBurn-kernel/include/json.hpp:13512
↓ 1 callersFunctionoperator<
DragonBurn-usermode/Libs/json/json.hpp:2902
↓ 1 callersFunctionoperator<
DragonBurn-kernel/include/json.hpp:2902
↓ 1 callersMethodoperator==
DragonBurn-usermode/Libs/json/json.hpp:12773
↓ 1 callersMethodoperator==
DragonBurn-kernel/include/json.hpp:12773
↓ 1 callersFunctionpush_back
NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1825
↓ 1 callersFunctionremove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
DragonBurn-usermode/Libs/json/json.hpp:18948
↓ 1 callersFunctionremove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
DragonBurn-kernel/include/json.hpp:18948
↓ 1 callersFunctionsax_parse
DragonBurn-usermode/Libs/json/json.hpp:23384
↓ 1 callersFunctionsax_parse
DragonBurn-kernel/include/json.hpp:23384
↓ 1 callersFunctionskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
DragonBurn-usermode/Libs/json/json.hpp:8858
↓ 1 callersFunctionskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
DragonBurn-kernel/include/json.hpp:8858
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
DragonBurn-usermode/Libs/json/json.hpp:14471
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
DragonBurn-kernel/include/json.hpp:14471
↓ 1 callersMethodsplit
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2479
↓ 1 callersFunctionstb_adler32
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4882
↓ 1 callersFunctionstb_decompress
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4913
↓ 1 callersFunctionstb_decompress_token
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4865
↓ 1 callersFunctionstb_text_create_undo_record
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1169
↓ 1 callersFunctionstb_text_makeundo_delete
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1337
↓ 1 callersFunctionstb_text_redo
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1281
↓ 1 callersFunctionstb_text_undo
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1213
↓ 1 callersFunctionstb_textedit_clear_state
reset the state to default
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1358
↓ 1 callersFunctionstb_textedit_cut
API cut: delete selection
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:688
↓ 1 callersFunctionstb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1139
↓ 1 callersFunctionstb_textedit_flush_redo
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1110
↓ 1 callersFunctionstb_textedit_initialize_state
API initialize
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1376
↓ 1 callersFunctionstb_textedit_key
API key: process a keyboard input
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:720
↓ 1 callersFunctionstb_textedit_paste
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1386
↓ 1 callersFunctionstb_textedit_paste_internal
API paste: replace existing selection with passed-in text
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:699
↓ 1 callersFunctionstbi__bitreverse16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4136
↓ 1 callersFunctionstbi__bmp_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7445
↓ 1 callersFunctionstbi__bmp_load
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5596
↓ 1 callersFunctionstbi__bmp_test
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5420
↓ 1 callersFunctionstbi__bmp_test_raw
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5405
↓ 1 callersFunctionstbi__build_fast_ac
build a table that decodes both magnitude and value of small ACs in one go.
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2050
↓ 1 callersFunctionstbi__compute_huffman_codes
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4371
↓ 1 callersFunctionstbi__compute_transparency
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4956
↓ 1 callersFunctionstbi__compute_transparency16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4982
↓ 1 callersFunctionstbi__convert_16_to_8
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1188
↓ 1 callersFunctionstbi__convert_8_to_16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1204
↓ 1 callersFunctionstbi__cpuid3
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:730
↓ 1 callersFunctionstbi__create_png_image
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4911
↓ 1 callersFunctionstbi__de_iphone
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5086
↓ 1 callersFunctionstbi__decode_jpeg_image
decode image to YCbCr format
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3430
↓ 1 callersFunctionstbi__do_png
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5322
↓ 1 callersFunctionstbi__expand_png_palette
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5008
↓ 1 callersFunctionstbi__float_postprocess
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1312
↓ 1 callersFunctionstbi__get_chunk_header
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4633
↓ 1 callersFunctionstbi__gif_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7184
↓ 1 callersFunctionstbi__gif_info_raw
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6730
↓ 1 callersFunctionstbi__gif_load
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7154
↓ 1 callersFunctionstbi__gif_test_raw
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6671
↓ 1 callersFunctionstbi__hdr_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7399
↓ 1 callersFunctionstbi__hdr_to_ldr
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1884
↓ 1 callersFunctionstbi__jpeg_decode_block_prog_ac
@OPTIMIZE: store non-zigzagged during the decode passes, and only de-zigzag when dequantizing
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2298
↓ 1 callersFunctionstbi__jpeg_dequantize
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3088
↓ 1 callersFunctionstbi__jpeg_finish
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3095
↓ 1 callersFunctionstbi__jpeg_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4097
↓ 1 callersFunctionstbi__jpeg_info_raw
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4085
↓ 1 callersFunctionstbi__jpeg_load
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4057
↓ 1 callersFunctionstbi__jpeg_test
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4071
↓ 1 callersFunctionstbi__ldr_to_hdr
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1858
↓ 1 callersFunctionstbi__load_gif_main
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7067
↓ 1 callersFunctionstbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1022
↓ 1 callersFunctionstbi__out_gif_code
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6745
↓ 1 callersFunctionstbi__parse_entropy_coded_data
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2960
↓ 1 callersFunctionstbi__parse_huffman_block
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4326
↓ 1 callersFunctionstbi__parse_uncompressed_block
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4424
↓ 1 callersFunctionstbi__parse_zlib
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4496
↓ 1 callersFunctionstbi__parse_zlib_header
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4453
↓ 1 callersFunctionstbi__pic_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7533
↓ 1 callersFunctionstbi__pic_load
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6591
↓ 1 callersFunctionstbi__pic_load_core
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6480
↓ 1 callersFunctionstbi__pic_test
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6632
↓ 1 callersFunctionstbi__pic_test_core
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6436
↓ 1 callersFunctionstbi__png_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5381
↓ 1 callersFunctionstbi__png_is16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5388
↓ 1 callersFunctionstbi__png_load
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5354
↓ 1 callersFunctionstbi__png_test
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5361
↓ 1 callersFunctionstbi__pnm_is16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7735
↓ 1 callersFunctionstbi__pnm_isdigit
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7673
↓ 1 callersFunctionstbi__pnm_isspace
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7654
↓ 1 callersFunctionstbi__pnm_load
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7616
↓ 1 callersFunctionstbi__pnm_test
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7604
↓ 1 callersFunctionstbi__process_frame_header
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3282
↓ 1 callersFunctionstbi__process_gif_raster
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6782
↓ 1 callersFunctionstbi__process_scan_header
after we see SOS
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3220
↓ 1 callersFunctionstbi__psd_decode_rle
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6168
↓ 1 callersFunctionstbi__psd_info
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7469
← previousnext →1,101–1,200 of 3,126, ranked by callers