MCPcopy Create free account

hub / github.com/artemsen/swayimg / functions

Functions1,615 in github.com/artemsen/swayimg

Functionjson_value
default constructor (for null values)
src/external/json/json.hpp:20460
Methodkey
* @brief Return the key for the current table entry. * * @return A reference to the entry key. */
src/external/luabridge/detail/Iterator.h:114
Methodkey
src/external/json/json.hpp:8908
Methodkey
src/external/json/json.hpp:9225
Methodkey
return the key of an object iterator
src/external/json/json.hpp:14438
Methodlexer
src/external/json/json.hpp:7146
Methodload
src/input.cpp:107
Methodload
* Load source data. * @param entry image entry to load * @return true if data was loaded */
src/imageformat.cpp:39
Methodload_grayscale
* Load pixmap from JP2 grayscale image. * @param img JP2 image * @param pm destination pixmap */
src/formats/jp2.cpp:299
Methodload_srgb
* Load pixmap from JP2 SRGB image. * @param img JP2 image * @param pm destination pixmap */
src/formats/jp2.cpp:318
Methodload_thumbnail
src/gallery.cpp:485
Methodload_yuv420
NOLINTBEGIN(readability-function-cognitive-complexity) * Load pixmap from JP2 YUV 4:2:0 image. * @param img JP2 image * @param pm destinatio
src/formats/jp2.cpp:342
Methodload_yuv422
* Load pixmap from JP2 YUV 4:2:2 image. * @param img JP2 image * @param pm destination pixmap */
src/formats/jp2.cpp:455
Methodload_yuv444
* Load pixmap from JP2 YUV 4:4:4 image. * @param img JP2 image * @param pm destination pixmap */
src/formats/jp2.cpp:506
Methodlock
* Set and lock value. * @param val value to set */
src/sparam.hpp:47
Methodlock_surface
src/ui_wayland.cpp:1059
MethodluaError
* @brief Error reporting. * * This function looks handy, why aren't we using it? */
src/external/luabridge/detail/Namespace.h:115
FunctionluaL_testudata
src/external/luabridge/detail/LuaHelpers.h:218
Functionlua_deleteuserdata_aligned
src/external/luabridge/detail/LuaHelpers.h:480
Functionlua_getstack_x
src/external/luabridge/detail/LuaHelpers.h:74
Functionlua_newuserdata_aligned
src/external/luabridge/detail/LuaHelpers.h:496
Functionlua_newuserdata_x
src/external/luabridge/detail/LuaHelpers.h:49
MethodluajitWrapperCallback
src/external/luabridge/detail/LuaException.h:153
Functionmain
* Application entry point. */
src/main.cpp:162
Functionmain_thread
* @brief Get main thread, not supported on 5.1. */
src/external/luabridge/detail/LuaHelpers.h:352
Functionmake_arguments_list
src/external/luabridge/detail/CFunctions.h:55
Functionmake_arguments_list_impl
src/external/luabridge/detail/CFunctions.h:49
Functionmake_array
src/external/luabridge/detail/CFunctions.h:111
Functionmake_array
src/external/json/json.hpp:3349
Functionmake_error_code
* @brief Supports std::error_code construction. */
src/external/luabridge/detail/Errors.h:100
Methodmake_thumb
src/imageformat.cpp:226
Methodmap
Buffer map: see TIFFMapFileProc for details. */
src/formats/tiff.cpp:123
Methodmask_shift
* Get shift size for color channel. * @param val color channel mask * @return shift size: positive=right, negative=left */
src/formats/bmp.cpp:221
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
src/external/json/json.hpp:23025
Functionmaximum_space_needed_to_align
src/external/luabridge/detail/LuaHelpers.h:471
Methodmerge
Merge with other description.
extra/lua2md.py:179
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
src/external/json/json.hpp:25184
Methodmessage
src/external/luabridge/detail/Result.h:140
Methodmessage
src/external/luabridge/detail/Errors.h:50
Functionmix_pm
nearest-neighbor * Put part of one pixmap on another. * @param src_pm source pixmap (overlay) * @param src_pt top left point of source pixmap * @pa
src/render.cpp:26
MethodmoveTo
============================================================================================= * @brief Move the reference to a separate coroutine (lua
src/external/luabridge/detail/LuaRef.h:1179
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/external/json/json.hpp:17702
Methodname
src/font.cpp:175
FunctionnewFunction
src/external/luabridge/detail/LuaRef.h:1397
MethodnewFunction
src/external/luabridge/detail/LuaRef.h:1016
MethodnewTable
============================================================================================= * @brief Create a new empty table on the top of a Lua st
src/external/luabridge/detail/LuaRef.h:992
Functionnewindex_metamethod
src/external/luabridge/detail/CFunctions.h:488
Methodnext
src/external/luabridge/detail/Iterator.h:133
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
src/external/json/json.hpp:7240
Methodnext_element
* Read next data element from the stream. * @param stream binary stream * @param element output element description * @return false if
src/formats/dicom.cpp:197
Methodnonesuch
src/external/json/json.hpp:282
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src/external/json/json.hpp:17767
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
src/external/json/json.hpp:17784
Methodnull
src/external/json/json.hpp:8843
Methodnull
src/external/json/json.hpp:9151
Methodnumber_float
src/external/json/json.hpp:8867
Methodnumber_float
src/external/json/json.hpp:9175
Methodnumber_integer
src/external/json/json.hpp:8855
Methodnumber_integer
src/external/json/json.hpp:9163
Methodnumber_unsigned
src/external/json/json.hpp:8861
Methodnumber_unsigned
src/external/json/json.hpp:9169
Methodon_data_device_data_offer
* Data device handlers **************************************************************************/
src/ui_wayland.cpp:377
Methodon_data_device_drop
src/ui_wayland.cpp:403
Methodon_data_device_enter
src/ui_wayland.cpp:382
Methodon_data_device_leave
src/ui_wayland.cpp:396
Methodon_data_device_motion
src/ui_wayland.cpp:398
Methodon_data_device_selection
src/ui_wayland.cpp:457
Methodon_data_source_action
src/ui_wayland.cpp:361
Methodon_data_source_cancelled
src/ui_wayland.cpp:353
Methodon_data_source_dnd_drop_performed
src/ui_wayland.cpp:355
Methodon_data_source_dnd_finished
src/ui_wayland.cpp:359
Methodon_data_source_send
src/ui_wayland.cpp:320
Methodon_data_source_target
* Data source handlers **************************************************************************/
src/ui_wayland.cpp:315
Methodon_frame_done
* Frame handlers **************************************************************************/
src/ui_wayland.cpp:515
Methodon_idle_begin
* Idle handlers **************************************************************************/
src/ui_wayland.cpp:213
Methodon_idle_end
src/ui_wayland.cpp:219
Methodon_keyboard_enter
* Keyboard handlers **************************************************************************/
src/ui_wayland.cpp:29
Methodon_keyboard_key
src/ui_wayland.cpp:66
Methodon_keyboard_keymap
src/ui_wayland.cpp:58
Methodon_keyboard_leave
src/ui_wayland.cpp:34
Methodon_keyboard_modifiers
src/ui_wayland.cpp:41
Methodon_keyboard_repeat_info
src/ui_wayland.cpp:51
Methodon_page_flipped
src/ui_drm.cpp:295
Methodon_pinch_begin
* Pinch gesture handlers **************************************************************************/
src/ui_wayland.cpp:477
Methodon_pinch_end
src/ui_wayland.cpp:500
Methodon_pinch_update
src/ui_wayland.cpp:484
Methodon_pointer_axis
src/ui_wayland.cpp:176
Methodon_pointer_button
src/ui_wayland.cpp:132
Methodon_pointer_enter
* Pointer handlers **************************************************************************/
src/ui_wayland.cpp:96
Methodon_pointer_leave
src/ui_wayland.cpp:103
Methodon_pointer_motion
src/ui_wayland.cpp:108
Methodon_registry_global
* Registry handlers **************************************************************************/
src/ui_wayland.cpp:613
Methodon_registry_remove
src/ui_wayland.cpp:684
Methodon_seat_capabilities
src/ui_wayland.cpp:258
Methodon_seat_name
* Seat handlers **************************************************************************/
src/ui_wayland.cpp:256
Methodon_xdg_ping
src/ui_wayland.cpp:601
Methodon_xdg_surface_configure
src/ui_wayland.cpp:570
Functionoperator "" _json
src/external/json/json.hpp:25232
Functionoperator "" _json_pointer
src/external/json/json.hpp:25244
Functionoperator!=
src/external/luabridge/detail/LuaRef.h:1298
← previousnext →1,101–1,200 of 1,615, ranked by callers