Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFileDialog
/ functions
Functions
583 in github.com/aiekick/ImGuiFileDialog
⨍
Functions
583
◇
Types & classes
35
↓ 3 callers
Function
stbi__zexpand
stb/stb_image.h:4272
↓ 3 callers
Function
stbi__zhuffman_decode
stb/stb_image.h:4242
↓ 3 callers
Function
stbir__calculate_out_pixel_range
stb/stb_image_resize2.h:3209
↓ 3 callers
Function
stbir__decode_scanline
stb/stb_image_resize2.h:4299
↓ 3 callers
Function
stbir__encode_scanline
stb/stb_image_resize2.h:5861
↓ 3 callers
Function
stbir__get_ring_buffer_scanline
Get the specified scan line from the ring buffer
stb/stb_image_resize2.h:5907
↓ 3 callers
Function
stbir__half_to_float_SIMD
stb/stb_image_resize2.h:2230
↓ 3 callers
Function
stbir__resample_horizontal_gather
stb/stb_image_resize2.h:5913
↓ 3 callers
Function
stbir__update_info_from_resize
stb/stb_image_resize2.h:7042
↓ 3 callers
Method
try_add
ImGuiFileDialog.h:290
↓ 3 callers
Method
what
ImGuiFileDialog.cpp:433
↓ 2 callers
Method
GetDevices
ImGuiFileDialog.cpp:2150
↓ 2 callers
Method
GetDevicesList
ImGuiFileDialog.cpp:508
↓ 2 callers
Method
GetPlacesGroupPtr
ImGuiFileDialog.cpp:3328
↓ 2 callers
Method
IsDirectory
ImGuiFileDialog.cpp:600
↓ 2 callers
Method
IsFileExist
ImGuiFileDialog.cpp:486
↓ 2 callers
Method
IsOpened
ImGuiFileDialog.cpp:4707
↓ 2 callers
Method
ReplaceExtentionWithCurrentFilterIfNeeded
ImGuiFileDialog.cpp:1658
↓ 2 callers
Function
STBIR__SIMDI_CONST
stb/stb_image_resize2.h:2257
↓ 2 callers
Method
ScanDirectory
ImGuiFileDialog.cpp:554
↓ 2 callers
Method
SearchForExt
ImGuiFileDialog.cpp:1771
↓ 2 callers
Method
SearchForExts
ImGuiFileDialog.cpp:1788
↓ 2 callers
Method
SearchForTag
ImGuiFileDialog.cpp:1760
↓ 2 callers
Method
SetFileStyle
ImGuiFileDialog.cpp:1540
↓ 2 callers
Method
SetSymLink
ImGuiFileDialog.cpp:1724
↓ 2 callers
Method
WasOpenedThisFrame
ImGuiFileDialog.cpp:4691
↓ 2 callers
Function
_wclosedir
* Close directory stream opened by opendir() function. This invalidates the * DIR structure as well as any directory entry read previously by * _wr
dirent/dirent.h:537
↓ 2 callers
Function
dirent_first
Get first directory entry (internal) */
dirent/dirent.h:586
↓ 2 callers
Function
dirent_next
* Get next directory entry (internal). * * Returns */
dirent/dirent.h:637
↓ 2 callers
Function
dirent_wcstombs_s
Convert wide-character string to multi-byte string */
dirent/dirent.h:1087
↓ 2 callers
Method
isValid
ImGuiFileDialog.cpp:1727
↓ 2 callers
Function
readdir_r
* Read next directory entry into called-allocated buffer. * * Returns zero on success. If the end of directory stream is reached, then * sets resu
dirent/dirent.h:754
↓ 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.
stb/stb_image.h:1069
↓ 2 callers
Function
stbi__bit_reverse
stb/stb_image.h:4115
↓ 2 callers
Function
stbi__bmp_parse_header
stb/stb_image.h:5445
↓ 2 callers
Function
stbi__bmp_set_mask_defaults
stb/stb_image.h:5419
↓ 2 callers
Function
stbi__build_huffman
stb/stb_image.h:2002
↓ 2 callers
Function
stbi__check_png_header
stb/stb_image.h:4620
↓ 2 callers
Function
stbi__copyval
stb/stb_image.h:6378
↓ 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
stb/stb_image.h:4674
↓ 2 callers
Function
stbi__create_png_image_raw
create the png data from post-deflated data
stb/stb_image.h:4695
↓ 2 callers
Function
stbi__fill_bits
stb/stb_image.h:4201
↓ 2 callers
Function
stbi__gif_header
stb/stb_image.h:6605
↓ 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
stb/stb_image.h:6775
↓ 2 callers
Function
stbi__gif_parse_colortable
stb/stb_image.h:6594
↓ 2 callers
Function
stbi__gif_test
stb/stb_image.h:6587
↓ 2 callers
Function
stbi__hdr_load
stb/stb_image.h:7155
↓ 2 callers
Function
stbi__hdr_test_core
stb/stb_image.h:7084
↓ 2 callers
Function
stbi__jpeg_decode_block
decode one 64-entry block--
stb/stb_image.h:2209
↓ 2 callers
Function
stbi__jpeg_decode_block_prog_dc
stb/stb_image.h:2264
↓ 2 callers
Function
stbi__jpeg_get_bits
get some unsigned bits
stb/stb_image.h:2168
↓ 2 callers
Function
stbi__load_main
stb/stb_image.h:1136
↓ 2 callers
Function
stbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
stb/stb_image.h:1023
↓ 2 callers
Function
stbi__mul2shorts_valid
returns 1 if the product of two ints fits in a signed short, 0 on overflow.
stb/stb_image.h:1077
↓ 2 callers
Function
stbi__parse_png_file
stb/stb_image.h:5077
↓ 2 callers
Function
stbi__png_info_raw
stb/stb_image.h:5307
↓ 2 callers
Function
stbi__process_marker
stb/stb_image.h:3098
↓ 2 callers
Function
stbi__refill_buffer
stb/stb_image.h:1596
↓ 2 callers
Function
stbi__setup_jpeg
set up the kernels
stb/stb_image.h:3820
↓ 2 callers
Function
stbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
stb/stb_image.h:5849
↓ 2 callers
Function
stbir__calculate_region_transform
stb/stb_image_resize2.h:7294
↓ 2 callers
Function
stbir__cleanup_gathered_coefficients
stb/stb_image_resize2.h:3310
↓ 2 callers
Function
stbir__free_internal_mem
stb/stb_image_resize2.h:6436
↓ 2 callers
Function
stbir__max
stb/stb_image_resize2.h:1103
↓ 2 callers
Function
stbir__min
stb/stb_image_resize2.h:1098
↓ 2 callers
Function
stbir__perform_resize
stb/stb_image_resize2.h:7026
↓ 2 callers
Function
stbir__set_sampler
stb/stb_image_resize2.h:6241
↓ 2 callers
Function
stbir_free_samplers
stb/stb_image_resize2.h:7595
↓ 1 callers
Method
AddPlacesGroup
ImGuiFileDialog.cpp:3301
↓ 1 callers
Method
ClearAll
ImGuiFileDialog.cpp:2239
↓ 1 callers
Method
ClearComposer
ImGuiFileDialog.cpp:2235
↓ 1 callers
Method
ClearFileLists
ImGuiFileDialog.cpp:2022
↓ 1 callers
Method
ClearFilesStyle
ImGuiFileDialog.cpp:1610
↓ 1 callers
Method
Close
ImGuiFileDialog.cpp:4686
↓ 1 callers
Method
ComposeNewPath
ImGuiFileDialog.cpp:2379
↓ 1 callers
Method
CreateDirectoryIfNotExist
ImGuiFileDialog.cpp:490
↓ 1 callers
Method
DeserializePlaces
ImGuiFileDialog.cpp:3282
↓ 1 callers
Method
Display
ImGuiFileDialog.cpp:3792
↓ 1 callers
Method
DrawDirectoryCreation
ImGuiFileDialog.cpp:2563
↓ 1 callers
Method
DrawFilterComboBox
ImGuiFileDialog.cpp:1631
↓ 1 callers
Method
DrawPathComposer
ImGuiFileDialog.cpp:2603
↓ 1 callers
Method
EndFrame
ImGuiFileDialog.cpp:2800
↓ 1 callers
Method
FinalizeFileTypeParsing
ImGuiFileDialog.cpp:1800
↓ 1 callers
Method
GetBack
ImGuiFileDialog.cpp:2231
↓ 1 callers
Method
GetComposerSize
ImGuiFileDialog.cpp:2176
↓ 1 callers
Method
GetCurrentFileName
ImGuiFileDialog.cpp:4730
↓ 1 callers
Method
GetCurrentFilter
ImGuiFileDialog.cpp:4734
↓ 1 callers
Method
GetCurrentPopupComposedPath
ImGuiFileDialog.cpp:2223
↓ 1 callers
Method
GetFileDateAndSize
ImGuiFileDialog.cpp:604
↓ 1 callers
Method
GetFilePathName
ImGuiFileDialog.cpp:4722
↓ 1 callers
Method
GetFileStyle
todo : refactor this fucking function
ImGuiFileDialog.cpp:1554
↓ 1 callers
Method
GetFilterComboBoxWidth
ImGuiFileDialog.cpp:1622
↓ 1 callers
Method
GetFilteredPathAt
ImGuiFileDialog.cpp:2218
↓ 1 callers
Method
GetFullFileAt
ImGuiFileDialog.cpp:2192
↓ 1 callers
Method
GetFullFileListSize
ImGuiFileDialog.cpp:2188
↓ 1 callers
Method
GetPathFilteredListSize
ImGuiFileDialog.cpp:2209
↓ 1 callers
Method
GetResultingFileName
ImGuiFileDialog.cpp:2720
↓ 1 callers
Method
GetResultingFilePathName
ImGuiFileDialog.cpp:2728
↓ 1 callers
Method
GetResultingPath
ImGuiFileDialog.cpp:2708
↓ 1 callers
Method
GetResultingSelection
ImGuiFileDialog.cpp:2752
← previous
next →
101–200 of 583, ranked by callers