MCPcopy Create free account

hub / github.com/Angelo1211/HybridRenderingEngine / functions

Functions2,763 in github.com/Angelo1211/HybridRenderingEngine

↓ 4 callersFunctionImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
libs/imgui/imgui_widgets.cpp:2513
↓ 4 callersFunctionImStrncpy
libs/imgui/imgui.cpp:1186
↓ 4 callersFunctionInputTextCalcTextSizeW
libs/imgui/imgui_widgets.cpp:2822
↓ 4 callersFunctionInputTextFilterCharacter
Return false to discard a character.
libs/imgui/imgui_widgets.cpp:3034
↓ 4 callersMethodInsertChars
libs/imgui/imgui_widgets.cpp:3001
↓ 4 callersMethodIsLoaded
libs/imgui/imgui.h:1954
↓ 4 callersFunctionIsNavInputPressedAnyOfTwo
libs/imgui/imgui_internal.h:1202
↓ 4 callersFunctionIsSpaceOrNewLine
libs/assimp/include/assimp/ParsingUtils.h:111
↓ 4 callersFunctionJSON_CATCH
libs/nlohmann/json.hpp:10670
↓ 4 callersMethodPassFilter
libs/imgui/imgui.cpp:1907
↓ 4 callersMethodPopClipRect
libs/imgui/imgui.cpp:3460
↓ 4 callersMethodPushTextureID
libs/imgui/imgui_draw.cpp:491
↓ 4 callersFunctionSTB_TEXTEDIT_DELETECHARS
libs/imgui/imgui_widgets.cpp:2900
↓ 4 callersFunctionSTB_TEXTEDIT_GETWIDTH
libs/imgui/imgui_widgets.cpp:2872
↓ 4 callersFunctionSuperFastHash
------------------------------------------------------------------------------------------------
libs/assimp/include/assimp/Hash.h:72
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
libs/nlohmann/json.hpp:15148
↓ 4 callersMethodclose
libs/assimp/include/assimp/IOStreamBuffer.h:177
↓ 4 callersFunctionescape
escape "~"" to "~0" and "/" to "~1"
libs/nlohmann/json.hpp:10964
↓ 4 callersMethodgenerateCubeMap
If the cubemap is not loaded in the traditional manner, it is probably generated. It will be filled in later, either through an image that is transfor
src/cubeMap.cpp:68
↓ 4 callersFunctionget_arithmetic_value
libs/nlohmann/json.hpp:1055
↓ 4 callersMethodget_string
libs/nlohmann/json.hpp:6856
↓ 4 callersFunctionin_interval
libs/gli/core/coord.hpp:9
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
libs/nlohmann/json.hpp:13179
↓ 4 callersFunctionis_separator
libs/imgui/imgui_widgets.cpp:2888
↓ 4 callersFunctionmod289
libs/glm/detail/_noise.hpp:9
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
libs/nlohmann/json.hpp:10952
↓ 4 callersMethodsetVec3
src/shader.cpp:144
↓ 4 callersFunctionstb_textedit_delete
delete characters while updating undo
libs/imgui/imstb_textedit.h:588
↓ 4 callersFunctionstbi__bitcount
libs/stb_image.h:5020
↓ 4 callersFunctionstbi__cleanup_jpeg
clean up the temporary component buffers
libs/stb_image.h:3551
↓ 4 callersFunctionstbi__compute_y_16
libs/stb_image.h:1563
↓ 4 callersFunctionstbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
libs/stb_image.h:1899
↓ 4 callersFunctionstbi__high_bit
returns 0..31 for the highest set bit
libs/stb_image.h:5008
↓ 4 callersFunctionstbi__jpeg_get_bit
libs/stb_image.h:1926
↓ 4 callersFunctionstbi__load_and_postprocess_8bit
libs/stb_image.h:1085
↓ 4 callersFunctionstbi__malloc_mad2
mallocs with size overflow checking
libs/stb_image.h:917
↓ 4 callersFunctionstbi__readval
libs/stb_image.h:5937
↓ 4 callersFunctionstbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
libs/stb_image.h:5033
↓ 4 callersFunctionstbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
libs/stb_image.h:5323
↓ 4 callersFunctionstbi__vertical_flip
libs/stb_image.h:1049
↓ 4 callersFunctionstbi__zget8
libs/stb_image.h:3888
↓ 4 callersFunctionstbtt_GetFontOffsetForIndex
libs/imgui/imstb_truetype.h:4725
↓ 4 callersFunctionstbtt_MakeGlyphBitmapSubpixel
libs/imgui/imstb_truetype.h:3572
↓ 4 callersFunctionstbtt__add_point
libs/imgui/imstb_truetype.h:3361
↓ 4 callersFunctionstbtt__cff_index_get
libs/imgui/imstb_truetype.h:1227
↓ 4 callersFunctionstbtt__csctx_v
libs/imgui/imstb_truetype.h:1872
↓ 4 callersFunctionstbtt__oversample_shift
libs/imgui/imstb_truetype.h:3944
↓ 4 callersFunctionstrtoul10_64
------------------------------------------------------------------------------------ Special version of the function, providing higher accuracy and sa
libs/assimp/include/assimp/fast_atof.h:184
↓ 3 callersMethodAdd
libs/assimp/include/assimp/metadata.h:274
↓ 3 callersMethodC_Str
Returns a pointer to the underlying zero-terminated array of characters */
libs/assimp/include/assimp/types.h:366
↓ 3 callersFunctionDataTypeApplyOpFromText
User can input math operators (e.g. +100) to edit a numerical values. NB: This is _not_ a full expression evaluator. We should probably add one and re
libs/imgui/imgui_widgets.cpp:1566
↓ 3 callersMethodDeleteChars
Public API to manipulate UTF-8 text We expose UTF-8 to the user (unlike the STB_TEXTEDIT_* functions which are manipulating wchar) FIXME: The existenc
libs/imgui/imgui_widgets.cpp:2983
↓ 3 callersMethodFileSize
-------------------------------------------------------------------
libs/assimp/include/assimp/BlobIOSystem.h:162
↓ 3 callersMethodFindGlyphNoFallback
libs/imgui/imgui_draw.cpp:2411
↓ 3 callersFunctionFindWindowNavFocusable
libs/imgui/imgui.cpp:7470
↓ 3 callersMethodGetCharAdvance
libs/imgui/imgui.h:1953
↓ 3 callersFunctionGetDefaultFont
libs/imgui/imgui_internal.h:1129
↓ 3 callersFunctionGetStyleVarInfo
libs/imgui/imgui.cpp:5418
↓ 3 callersMethodGetVarPtr
libs/imgui/imgui.cpp:5390
↓ 3 callersMethodHasNormals
Check whether the mesh contains normal vectors
libs/assimp/include/assimp/mesh.h:788
↓ 3 callersMethodHasTangentsAndBitangents
Check whether the mesh contains tangent and bitangent vectors It is not possible that it contains tangents and no bitangents (or the other way round).
libs/assimp/include/assimp/mesh.h:795
↓ 3 callersMethodHasVertexColors
Check whether the mesh contains a vertex color set \param pIndex Index of the vertex color set
libs/assimp/include/assimp/mesh.h:800
↓ 3 callersFunctionImCharIsBlankW
libs/imgui/imgui_internal.h:125
↓ 3 callersFunctionImFileOpen
libs/imgui/imgui.cpp:1339
↓ 3 callersFunctionImInvLength
libs/imgui/imgui_internal.h:206
↓ 3 callersFunctionImLineClosestPoint
libs/imgui/imgui.cpp:1124
↓ 3 callersFunctionImTextStrToUtf8
libs/imgui/imgui.cpp:1550
↓ 3 callersFunctionImTriangleContainsPoint
libs/imgui/imgui.cpp:1137
↓ 3 callersMethodIncPtr
--------------------------------------------------------------------- Increase the file pointer (relative seeking) */
libs/assimp/include/assimp/StreamReader.h:190
↓ 3 callersFunctionIsWindowActiveAndVisible
libs/imgui/imgui.cpp:2923
↓ 3 callersFunctionIsWindowContentHoverable
libs/imgui/imgui.cpp:2521
↓ 3 callersFunctionNavScoreItem
Scoring function for directional navigation. Based on https://gist.github.com/rygorous/6981057
libs/imgui/imgui.cpp:6707
↓ 3 callersFunctionOffsetNormToPixels
libs/imgui/imgui.cpp:7718
↓ 3 callersFunctionPatchFormatStringFloatToInt
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
libs/imgui/imgui_widgets.cpp:1494
↓ 3 callersMethodPrimReserve
NB: this can be called with negative count for removing primitives (as long as the result does not underflow)
libs/imgui/imgui_draw.cpp:584
↓ 3 callersMethodPushClipRect
When using this function it is sane to ensure that float are perfectly rounded to integer values, to that e.g. (int)(max.x-min.x) in user's render pro
libs/imgui/imgui.cpp:3453
↓ 3 callersMethodRead
-------------------------------------------------------------------
libs/assimp/include/assimp/BlobIOSystem.h:101
↓ 3 callersFunctionSDL_Swap32
libs/SDL2/include/SDL_endian.h:114
↓ 3 callersFunctionSetCurrentWindow
libs/imgui/imgui.cpp:2406
↓ 3 callersMethodSetInt
FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (m
libs/imgui/imgui.cpp:1793
↓ 3 callersFunctionSetWindowCollapsed
libs/imgui/imgui.cpp:5714
↓ 3 callersFunctionSetWindowConditionAllowFlags
libs/imgui/imgui.cpp:4155
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
libs/nlohmann/json.hpp:15077
↓ 3 callersFunctionequal
libs/imgui/imstb_truetype.h:4243
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
libs/nlohmann/json.hpp:13294
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
libs/nlohmann/json.hpp:13238
↓ 3 callersMethodmoved_or_copied
libs/nlohmann/json.hpp:10364
↓ 3 callersFunctionobject
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
libs/nlohmann/json.hpp:12606
↓ 3 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
libs/nlohmann/json.hpp:4515
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/nlohmann/json.hpp:5265
↓ 3 callersFunctionstb__lit
libs/imgui/imgui_draw.cpp:2959
↓ 3 callersFunctionstb_text_createundo
libs/imgui/imstb_textedit.h:1166
↓ 3 callersFunctionstb_textedit_move_to_last
move cursor to last character of selection
libs/imgui/imstb_textedit.h:633
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
libs/stb_image.h:874
↓ 3 callersFunctionstbi__decode_jpeg_header
libs/stb_image.h:3092
↓ 3 callersFunctionstbi__free_jpeg_components
libs/stb_image.h:2978
↓ 3 callersFunctionstbi__hdr_convert
libs/stb_image.h:6642
↓ 3 callersFunctionstbi__info_main
libs/stb_image.h:7110
↓ 3 callersFunctionstbi__is_16_main
libs/stb_image.h:7152
↓ 3 callersFunctionstbi__load_and_postprocess_16bit
libs/stb_image.h:1109
← previousnext →201–300 of 2,763, ranked by callers