Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop-style.cpp1312 SPILigatures* ligatures_res = &(style_res->font_variant_ligatures); in objects_query_fontvariants() local
1317 ligatures_res->computed = SP_CSS_FONT_VARIANT_LIGATURES_NORMAL; in objects_query_fontvariants()
1324 ligatures_res->value = 0; in objects_query_fontvariants()
1352 ligatures_res->value |= (ligatures_res->computed ^ ligatures_in->computed ); in objects_query_fontvariants()
1353 ligatures_res->computed &= ligatures_in->computed; in objects_query_fontvariants()
1368 ligatures_res->computed = ligatures_in->computed; in objects_query_fontvariants()