Searched refs:possible_ref (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-tref.h67 bool sp_tref_reference_allowed(SPTRef *tref, SPObject *possible_ref);
H A Dsp-tref.cpp315 sp_tref_reference_allowed(SPTRef *tref, SPObject *possible_ref) argument
319 if (tref && possible_ref) {
320 if (tref != possible_ref) {
323 if (possible_ref == obj) {

Completed in 14 milliseconds