MCPcopy Create free account

hub / github.com/StereoKit/StereoKit / functions

Functions5,740 in github.com/StereoKit/StereoKit

↓ 1 callersFunctionstbrp_pack_rects
StereoKitC/libraries/stb_truetype.h:3868
↓ 1 callersFunctionstbtt_BakeFontBitmap
StereoKitC/libraries/stb_truetype.h:4875
↓ 1 callersFunctionstbtt_BakeFontBitmap_internal
StereoKitC/libraries/stb_truetype.h:3753
↓ 1 callersFunctionstbtt_FindMatchingFont_internal
StereoKitC/libraries/stb_truetype.h:4859
↓ 1 callersFunctionstbtt_FlattenCurves
returns number of contours
StereoKitC/libraries/stb_truetype.h:3558
↓ 1 callersFunctionstbtt_GetBakedQuad
StereoKitC/libraries/stb_truetype.h:3799
↓ 1 callersFunctionstbtt_GetCodepointBitmap
StereoKitC/libraries/stb_truetype.h:3737
↓ 1 callersFunctionstbtt_GetCodepointBitmapSubpixel
StereoKitC/libraries/stb_truetype.h:3722
↓ 1 callersFunctionstbtt_GetCodepointHMetrics
StereoKitC/libraries/stb_truetype.h:2628
↓ 1 callersFunctionstbtt_GetCodepointKernAdvance
StereoKitC/libraries/stb_truetype.h:2621
↓ 1 callersFunctionstbtt_GetFontOffsetForIndex_internal
StereoKitC/libraries/stb_truetype.h:1318
↓ 1 callersFunctionstbtt_GetGlyphKernAdvance
StereoKitC/libraries/stb_truetype.h:2609
↓ 1 callersFunctionstbtt_GetGlyphSVG
StereoKitC/libraries/stb_truetype.h:2693
↓ 1 callersFunctionstbtt_GetNumberOfFonts_internal
StereoKitC/libraries/stb_truetype.h:1337
↓ 1 callersFunctionstbtt_InitFont_internal
StereoKitC/libraries/stb_truetype.h:1382
↓ 1 callersFunctionstbtt_MakeGlyphBitmap
StereoKitC/libraries/stb_truetype.h:3717
↓ 1 callersFunctionstbtt_MakeGlyphBitmapSubpixelPrefilter
StereoKitC/libraries/stb_truetype.h:4124
↓ 1 callersFunctionstbtt_PackFontRanges
StereoKitC/libraries/stb_truetype.h:4242
↓ 1 callersFunctionstbtt_PackFontRangesGatherRects
rects array must be big enough to accommodate all characters in the given ranges
StereoKitC/libraries/stb_truetype.h:4089
↓ 1 callersFunctionstbtt_PackFontRangesPackRects
StereoKitC/libraries/stb_truetype.h:4237
↓ 1 callersFunctionstbtt_PackFontRangesRenderIntoRects
rects array must be big enough to accommodate all characters in the given ranges
StereoKitC/libraries/stb_truetype.h:4148
↓ 1 callersFunctionstbtt__GetCoverageIndex
StereoKitC/libraries/stb_truetype.h:2388
↓ 1 callersFunctionstbtt__GetGlyphGPOSInfoAdvance
StereoKitC/libraries/stb_truetype.h:2495
↓ 1 callersFunctionstbtt__GetGlyphKernInfoAdvance
StereoKitC/libraries/stb_truetype.h:2358
↓ 1 callersFunctionstbtt__GetGlyphShapeT2
StereoKitC/libraries/stb_truetype.h:2268
↓ 1 callersFunctionstbtt__GetGlyphShapeTT
StereoKitC/libraries/stb_truetype.h:1673
↓ 1 callersFunctionstbtt__cff_index_count
StereoKitC/libraries/stb_truetype.h:1253
↓ 1 callersFunctionstbtt__cff_skip_operand
StereoKitC/libraries/stb_truetype.h:1215
↓ 1 callersFunctionstbtt__cid_get_glyph_subrs
StereoKitC/libraries/stb_truetype.h:1981
↓ 1 callersFunctionstbtt__compute_crossings_x
StereoKitC/libraries/stb_truetype.h:4407
↓ 1 callersFunctionstbtt__dict_get
StereoKitC/libraries/stb_truetype.h:1230
↓ 1 callersFunctionstbtt__fill_active_edges
note: this routine clips fills that extend off the edges... ideally this wouldn't happen, but it could happen if the truetype glyph bounding boxes are
StereoKitC/libraries/stb_truetype.h:2881
↓ 1 callersFunctionstbtt__fill_active_edges_new
StereoKitC/libraries/stb_truetype.h:3064
↓ 1 callersFunctionstbtt__get_subr
StereoKitC/libraries/stb_truetype.h:1967
↓ 1 callersFunctionstbtt__get_svg
since most people won't use this, find this table the first time it's needed
StereoKitC/libraries/stb_truetype.h:1367
↓ 1 callersFunctionstbtt__matches
StereoKitC/libraries/stb_truetype.h:4830
↓ 1 callersFunctionstbtt__rasterize
StereoKitC/libraries/stb_truetype.h:3430
↓ 1 callersFunctionstbtt__rasterize_sorted_edges
StereoKitC/libraries/stb_truetype.h:2923
↓ 1 callersFunctionstbtt__ray_intersect_bezier
StereoKitC/libraries/stb_truetype.h:4338
↓ 1 callersFunctionstbtt__solve_cubic
x^3 + a*x^2 + b*x + c = 0
StereoKitC/libraries/stb_truetype.h:4484
↓ 1 callersFunctionstbtt__sort_edges
StereoKitC/libraries/stb_truetype.h:3419
↓ 1 callersFunctionstbtt__sort_edges_ins_sort
StereoKitC/libraries/stb_truetype.h:3339
↓ 1 callersFunctionstbtt__sort_edges_quicksort
StereoKitC/libraries/stb_truetype.h:3357
↓ 1 callersFunctionstbtt__tesselate_cubic
StereoKitC/libraries/stb_truetype.h:3515
↓ 1 callersFunctionstbtt__tesselate_curve
tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching
StereoKitC/libraries/stb_truetype.h:3495
↓ 1 callersFunctionstm_setup
StereoKitC/libraries/sokol_time.h:215
↓ 1 callersFunctionstref_indexof
StereoKitC/libraries/stref.cpp:188
↓ 1 callersFunctionstref_remend
StereoKitC/libraries/stref.cpp:241
↓ 1 callersFunctionstref_trim
StereoKitC/libraries/stref.cpp:292
↓ 1 callersFunctionstref_withend
StereoKitC/libraries/stref.cpp:229
↓ 1 callersFunctionstring_eq_nocase
StereoKitC/libraries/stref.cpp:85
↓ 1 callersFunctionstring_startswith
StereoKitC/libraries/stref.cpp:125
↓ 1 callersFunctionsystems_initialize
StereoKitC/systems/system.cpp:135
↓ 1 callersFunctionsystems_shutdown
StereoKitC/systems/system.cpp:202
↓ 1 callersFunctionsystems_sort
StereoKitC/systems/system.cpp:70
↓ 1 callersMethodtex_add_zbuffer
(IntPtr texture, TexFormat format = TexFormat.DepthStencil)
StereoKit/Native/NativeAPI.cs:198
↓ 1 callersMethodtex_addref
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:185
↓ 1 callersMethodtex_asset_state
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:186
↓ 1 callersMethodtex_create
(TexType type = TexType.Image, TexFormat format = TexFormat.Rgba32)
StereoKit/Native/NativeAPI.cs:171
↓ 1 callersMethodtex_create_color128
([In] Color[] data, int width, int height, [MarshalAs(UnmanagedType.Bool)] bool srgb_data)
StereoKit/Native/NativeAPI.cs:173
↓ 1 callersFunctiontex_create_color32
StereoKitC/asset_types/texture.cpp:529
↓ 1 callersMethodtex_create_color32
([In] Color32[] data, int width, int height, [MarshalAs(UnmanagedType.Bool)] bool srgb_data)
StereoKit/Native/NativeAPI.cs:172
↓ 1 callersFunctiontex_create_cubemap_file
StereoKitC/asset_types/texture.cpp:607
↓ 1 callersMethodtex_create_file
([In] byte[] file_utf8, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, int priority)
StereoKit/Native/NativeAPI.cs:175
↓ 1 callersMethodtex_create_file_arr
(string[] files, int file_count, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, int priority)
StereoKit/Native/NativeAPI.cs:176
↓ 1 callersFunctiontex_create_file_type
StereoKitC/asset_types/texture.cpp:428
↓ 1 callersMethodtex_create_mem
([In] byte[] data, UIntPtr data_size, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, int priority)
StereoKit/Native/NativeAPI.cs:174
↓ 1 callersFunctiontex_create_mem_type
StereoKitC/asset_types/texture.cpp:465
↓ 1 callersFunctiontex_destroy
StereoKitC/asset_types/texture.cpp:812
↓ 1 callersMethodtex_find
(string id)
StereoKit/Native/NativeAPI.cs:170
↓ 1 callersFunctiontex_gen_color
StereoKitC/asset_types/texture.cpp:1231
↓ 1 callersMethodtex_gen_color
(Color color, int width, int height, TexType type, TexFormat format)
StereoKit/Native/NativeAPI.cs:200
↓ 1 callersFunctiontex_gen_cubemap_sh
StereoKitC/asset_types/texture.cpp:1372
↓ 1 callersMethodtex_gen_cubemap_sh
(in SphericalHarmonics lighting, int resolution, float light_spot_size_pct, float light_spot_intensity)
StereoKit/Native/NativeAPI.cs:204
↓ 1 callersMethodtex_gen_particle
(int width, int height, float roundness, IntPtr gradient)
StereoKit/Native/NativeAPI.cs:201
↓ 1 callersFunctiontex_get_address
StereoKitC/asset_types/texture.cpp:1083
↓ 1 callersMethodtex_get_address
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:211
↓ 1 callersMethodtex_get_anisotropy
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:213
↓ 1 callersMethodtex_get_cubemap_lighting
(IntPtr cubemap_texture)
StereoKit/Native/NativeAPI.cs:217
↓ 1 callersFunctiontex_get_data_mip
StereoKitC/asset_types/texture.cpp:1172
↓ 1 callersMethodtex_get_data_mip
(IntPtr texture, IntPtr out_data, UIntPtr out_data_size, int mip_level)
StereoKit/Native/NativeAPI.cs:199
↓ 1 callersMethodtex_get_format
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:205
↓ 1 callersMethodtex_get_height
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:207
↓ 1 callersFunctiontex_get_id
StereoKitC/asset_types/texture.cpp:792
↓ 1 callersMethodtex_get_id
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:182
↓ 1 callersFunctiontex_get_mips
StereoKitC/asset_types/texture.cpp:1102
↓ 1 callersMethodtex_get_mips
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:214
↓ 1 callersFunctiontex_get_sample
StereoKitC/asset_types/texture.cpp:1070
↓ 1 callersMethodtex_get_sample
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:209
↓ 1 callersMethodtex_get_surface
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:197
↓ 1 callersMethodtex_get_width
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:206
↓ 1 callersFunctiontex_load_free
StereoKitC/asset_types/texture.cpp:69
↓ 1 callersFunctiontex_on_load
StereoKitC/asset_types/texture.cpp:831
↓ 1 callersMethodtex_on_load
(IntPtr texture, AssetOnLoadCallback on_load, IntPtr context)
StereoKit/Native/NativeAPI.cs:187
↓ 1 callersMethodtex_set_address
(IntPtr texture, TexAddress address_mode = TexAddress.Wrap)
StereoKit/Native/NativeAPI.cs:210
↓ 1 callersMethodtex_set_anisotropy
(IntPtr texture, int anisotropy_level = 4)
StereoKit/Native/NativeAPI.cs:212
↓ 1 callersFunctiontex_set_arr_parse
StereoKitC/asset_types/texture.cpp:173
↓ 1 callersMethodtex_set_error_fallback
(IntPtr texture)
StereoKit/Native/NativeAPI.cs:216
↓ 1 callersMethodtex_set_fallback
(IntPtr texture, IntPtr fallback)
StereoKit/Native/NativeAPI.cs:183
↓ 1 callersMethodtex_set_id
(IntPtr texture, string id)
StereoKit/Native/NativeAPI.cs:181
← previousnext →2,301–2,400 of 5,740, ranked by callers