Home
last modified time | relevance | path

Searched refs:get_default_matrix (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/obs/gs/
H A Dgs-effect-parameter.hpp190 void get_default_matrix(matrix4& v);
287 inline matrix4 get_default_matrix() in get_default_matrix() function in gs::effect_parameter
290 get_default_matrix(v); in get_default_matrix()
H A Dgs-effect-parameter.cpp617 void gs::effect_parameter::get_default_matrix(matrix4& v) in get_default_matrix() function in gs::effect_parameter
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcespacedrawer.c136 get_default_matrix (void) in get_default_matrix() function
368 get_default_matrix (), in gtk_source_space_drawer_class_init()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcespacedrawer.c135 get_default_matrix (void) in get_default_matrix() function
367 get_default_matrix (), in gtk_source_space_drawer_class_init()
/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput-private.h195 int (*get_default_matrix)(struct libinput_device *device, member
H A Devdev.c718 calibration->get_default_matrix = evdev_calibration_get_default_matrix; in evdev_init_calibration()
H A Dlibinput.c3697 return device->config.calibration->get_default_matrix(device, matrix); in libinput_device_config_calibration_get_default_matrix()