MCPcopy Create free account

hub / github.com/axmolengine/axmol / functions

Functions56,679 in github.com/axmolengine/axmol

↓ 11 callersFunctionluaL_addvalue
** 'luaL_addvalue' is the only function in the Buffer system where the ** box (if existent) is not on the top of the stack. So, instead of ** calling
3rdparty/lua/plainlua/lauxlib.c:622
↓ 11 callersFunctionluaL_checkstack
** Ensures the stack has at least 'space' extra slots, raising an error ** if it cannot fulfill the request. (The error handling needs a few ** extra
3rdparty/lua/plainlua/lauxlib.c:383
↓ 11 callersFunctionluaV_flttointeger
** try to convert a float to an integer, rounding according to 'mode'. */
3rdparty/lua/plainlua/lvm.c:123
↓ 11 callersFunctionluaX_syntaxerror
3rdparty/lua/plainlua/llex.c:119
↓ 11 callersFunctionluaY_nvarstack
** Return the number of variables in the register stack for the given ** function. */
3rdparty/lua/plainlua/lparser.c:243
↓ 11 callersFunctionlua_rawequal
3rdparty/lua/plainlua/lapi.c:328
↓ 11 callersFunctionluaval_to_blendfunc
extensions/scripting/lua-bindings/manual/LuaBasicConversions.cpp:472
↓ 11 callersFunctionmax_size
extensions/ImGui/src/ImGui/imgui.h:2260
↓ 11 callersFunctionnodeOptions
extensions/cocostudio/src/cocostudio/CSParseBinary_generated.h:1157
↓ 11 callersFunctionogg_page_bos
3rdparty/ogg/src/ogg/framing.c:41
↓ 11 callersFunctionogg_stream_reset
3rdparty/ogg/src/ogg/framing.c:916
↓ 11 callersMethodonComplete
extensions/fairygui/src/fairygui/tween/GTweener.cpp:120
↓ 11 callersFunctionop_parse_uint32be
3rdparty/ogg/src/opus/info.c:35
↓ 11 callersFunctionpng_app_warning
3rdparty/png/pngerror.c:336
↓ 11 callersFunctionpng_combine_row
Combines the row recently read in with the existing pixels in the row. This * routine takes care of alpha and transparency if requested. This routi
3rdparty/png/pngrutil.c:3238
↓ 11 callersFunctionpng_write_chunk_end
Finish a chunk started with png_write_chunk_header(). */
3rdparty/png/pngwutil.c:162
↓ 11 callersFunctionpop_n
3rdparty/lua/sol/sol.hpp:10120
↓ 11 callersFunctionpreload
* Preload audio file. * @param filePath The file path of an audio. */
core/audio/AudioEngine.h:362
↓ 11 callersMethodpushFloat
extensions/scripting/lua-bindings/manual/LuaStack.cpp:351
↓ 11 callersFunctionpush_reference
3rdparty/lua/sol/sol.hpp:11804
↓ 11 callersMethodread_descriptor
Get the read descriptor to be passed to select.
3rdparty/yasio/yasio/impl/pipe_select_interrupter.hpp:80
↓ 11 callersMethodrelease
core/network/ConcurrentRefCountedBase.h:15
↓ 11 callersMethodreleaseManifold
3rdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:106
↓ 11 callersMethodremoveFromParent
core/2d/Node.cpp:1067
↓ 11 callersMethodreset
@par Essentially, the corridor is set of one polygon in size with the target equal to the position.
3rdparty/recast/DetourPathCorridor.cpp:230
↓ 11 callersMethodresetData
core/3d/Bundle3DData.h:261
↓ 11 callersFunctionrotate
Complex multiplication of two points ("rotates" two points). @return Vec2 vector with an angle of this.getAngle() + other.getAngle(), and a
core/math/Vec2.h:687
↓ 11 callersFunctionset
Set this point to some specified coordinates.
3rdparty/poly2tri/common/shapes.h:70
↓ 11 callersMethodset
3rdparty/openal/al/eax/fx_slot_index.cpp:28
↓ 11 callersMethodsetActionTag
extensions/cocostudio/src/cocostudio/ActionNode.cpp:386
↓ 11 callersMethodsetAnchorPoint
extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.cpp:718
↓ 11 callersMethodsetAxisBottom
3rdparty/bullet/BulletDynamics/Featherstone/btMultiBodyLink.h:95
↓ 11 callersMethodsetBMFontFilePath
core/2d/Label.cpp:833
↓ 11 callersMethodsetCategoryBitmask
core/physics/PhysicsBody.cpp:820
↓ 11 callersMethodsetClippingType
core/ui/UILayout.cpp:430
↓ 11 callersMethodsetDelegate
core/base/UserDefault.cpp:363
↓ 11 callersMethodsetDepthTest
extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.cpp:706
↓ 11 callersMethodsetEasingParameter
extensions/cocostudio/src/cocostudio/ActionFrame.cpp:82
↓ 11 callersMethodsetEasingType
extensions/cocostudio/src/cocostudio/ActionFrame.cpp:63
↓ 11 callersMethodsetHorizontalEdge
core/ui/UILayoutComponent.cpp:278
↓ 11 callersMethodsetIcon
core/platform/RenderViewImpl.cpp:762
↓ 11 callersMethodsetIndexBuffer
core/renderer/CustomCommand.cpp:182
↓ 11 callersMethodsetLoopFocus
core/ui/UILayout.cpp:1006
↓ 11 callersFunctionsetOpacityModifyRGB
does the alpha value modify color */
core/2d/ParticleSystem.h:1058
↓ 11 callersMethodsetParamsFromSlope
* Sets the filter state for the specified filter type and its parameters. * * \param type The type of filter to apply. * \param f0norm
3rdparty/openal/core/filters/biquad.h:87
↓ 11 callersMethodsetRotation
extensions/cocostudio/src/cocostudio/ActionFrame.cpp:272
↓ 11 callersMethodsetScaleZ
scaleY setter
core/2d/Node.cpp:480
↓ 11 callersFunctionsetSpeed
Alter the speed of the inner function in runtime. * * @param speed Alter the speed of the inner function in runtime. */
core/2d/Action.h:258
↓ 11 callersMethodsetSystemFontName
core/2d/Label.cpp:2316
↓ 11 callersMethodsetTarget
core/2d/NodeGrid.cpp:58
↓ 11 callersMethodsetUserData
extensions/fairygui/src/fairygui/tween/GTweener.cpp:96
↓ 11 callersMethodsetVerticalEdge
core/ui/UILayoutComponent.cpp:291
↓ 11 callersMethodsetX
@brief Set the x value */
3rdparty/bullet/LinearMath/btQuadWord.h:105
↓ 11 callersMethodshrink_to_fit
3rdparty/yasio/yasio/string.hpp:283
↓ 11 callersMethodsize
3rdparty/bullet/LinearMath/btHashMap.h:373
↓ 11 callersMethodstartElement
core/ui/UIRichText.cpp:886
↓ 11 callersFunctionstb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
extensions/ImGui/src/ImGui/imstb_textedit.h:711
↓ 11 callersFunctionstbi__malloc_mad3
extensions/Effekseer/3rdParty/stb_effekseer/stb_image_effekseer.h:1017
↓ 11 callersMethodswap
3rdparty/bullet/BulletCollision/Gimpact/gim_array.h:208
↓ 11 callersFunctionswap_relaxed
3rdparty/concurrentqueue/concurrentqueue.h:510
↓ 11 callersFunctiont1_builder_add_point
add a new point, do not check space */
3rdparty/freetype/src/psaux/psobjs.c:1621
↓ 11 callersFunctiontodB
Segher was off (too high) by ~ .3 decibel. Center the conversion correctly. */
3rdparty/ogg/src/vorbis/scales.h:43
↓ 11 callersFunctionunQuantize
3rdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h:401
↓ 11 callersMethodupdate
tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp:2444
↓ 11 callersFunctionvfloat3
* @brief Factory that returns a 3 component vfloat4. */
3rdparty/astcenc/astcenc_vecmathlib.h:313
↓ 11 callersFunctionwrite_bits
* @brief Write up to 8 bits at an arbitrary bit offset. * * The stored value is at most 8 bits, but can be stored at an offset of between 0 and 7 bi
3rdparty/astcenc/astcenc_integer_sequence.cpp:446
↓ 11 callersMethodwrite_string
3rdparty/pugixml/pugixml.cpp:3923
↓ 10 callersMethodAddCircle
extensions/ImGui/src/ImGui/imgui_draw.cpp:1579
↓ 10 callersFunctionAverage2
3rdparty/webp/src/dsp/lossless.c:35
↓ 10 callersFunctionCheckSizeOverflow
3rdparty/webp/src/utils/utils.h:43
↓ 10 callersFunctionChunkListDelete
3rdparty/webp/src/mux/muxinternal.c:188
↓ 10 callersMethodClose
---------------------------------------------------------------------------------- ------------------------------------------------------------------
extensions/Effekseer/Effekseer/Effekseer/Effekseer.Socket.cpp:52
↓ 10 callersFunctionCopy
3rdparty/webp/src/dsp/enc.c:726
↓ 10 callersFunctionCreateBuffer
tests/live2d-tests/Source/LAppModel.cpp:45
↓ 10 callersFunctionCreateCPathsFromPathsT
3rdparty/clipper2/include/clipper2/clipper.export.h:307
↓ 10 callersMethodExecute
3rdparty/clipper2/src/clipper.offset.cpp:636
↓ 10 callersFunctionFT_Done_Glyph
3rdparty/freetype/src/base/ftglyph.c:894
↓ 10 callersFunctionFT_Stream_Close
3rdparty/freetype/src/base/ftstream.c:47
↓ 10 callersFunctionFT_Stream_Free
3rdparty/freetype/src/base/ftobjs.c:270
↓ 10 callersFunctionFT_Stream_OpenMemory
3rdparty/freetype/src/base/ftstream.c:33
↓ 10 callersMethodFindGlyph
Find glyph, load if necessary, return fallback if missing
extensions/ImGui/src/ImGui/imgui_draw.cpp:5209
↓ 10 callersMethodGetBuffer
extensions/Effekseer/3rdParty/LLGI/src/Vulkan/LLGI.BufferVulkan.h:37
↓ 10 callersMethodGetDrawableVertexIndexCount
extensions/Live2D/Framework/src/Model/CubismModel.cpp:426
↓ 10 callersMethodGetFirst
---------------------------------------------------------------------------------- ------------------------------------------------------------------
extensions/Effekseer/Effekseer/Effekseer/Effekseer.InstanceGroup.cpp:136
↓ 10 callersMethodGetIsSimpleVertex
extensions/Effekseer/Effekseer/Effekseer/Material/Effekseer.MaterialFile.cpp:264
↓ 10 callersFunctionGetMin
Mostly used to reduce code size + readability
3rdparty/webp/src/enc/predictor_enc.c:37
↓ 10 callersFunctionGetPolyType
3rdparty/clipper2/src/clipper.engine.cpp:162
↓ 10 callersMethodGetProxyTexture
extensions/Effekseer/EffekseerRendererCommon/EffekseerRenderer.Renderer_Impl.cpp:127
↓ 10 callersMethodGetSupport
3rdparty/box2d/include/box2d/b2_distance.h:137
↓ 10 callersMethodGetUniformName
extensions/Effekseer/Effekseer/Effekseer/Material/Effekseer.MaterialFile.cpp:359
↓ 10 callersMethodGetUpdatedFrame
---------------------------------------------------------------------------------- ------------------------------------------------------------------
extensions/Effekseer/Effekseer/Effekseer/Effekseer.InstanceGlobal.cpp:117
↓ 10 callersFunctionGetValue
3rdparty/openal/al/state.cpp:179
↓ 10 callersMethodGetValue
extensions/Effekseer/Effekseer/Effekseer/Effekseer.FCurves.cpp:67
↓ 10 callersMethodGetValue
extensions/Effekseer/Effekseer/Effekseer/Parameter/Easing.cpp:6
↓ 10 callersFunctionGetVoiceChanger
3rdparty/openal/al/source.cpp:556
↓ 10 callersFunctionImLowerBound
std::lower_bound but without the bullshit
extensions/ImGui/src/ImGui/imgui.cpp:2818
↓ 10 callersFunctionImQsort
extensions/ImGui/src/ImGui/imgui_internal.h:383
↓ 10 callersFunctionImStrSkipBlank
extensions/ImGui/src/ImGui/imgui.cpp:2219
↓ 10 callersFunctionImToUpper
Find beginning-of-line
extensions/ImGui/src/ImGui/imgui_internal.h:411
↓ 10 callersFunctionIsBitSet
extensions/Live2D/Framework/src/Model/CubismModel.cpp:15
← previousnext →2,201–2,300 of 56,679, ranked by callers