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

/inkscape/src/
H A Ddesktop-style.cpp1286 SPILigatures* ligatures_res = &(style_res->font_variant_ligatures); local
1292 ligatures_res->computed = SP_CSS_FONT_VARIANT_LIGATURES_NORMAL;
1298 ligatures_res->value = 0;
1325 ligatures_res->value |= (ligatures_res->computed ^ ligatures_in->computed );
1326 ligatures_res->computed &= ligatures_in->computed;
1338 ligatures_res->computed = ligatures_in->computed;

Completed in 46 milliseconds