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

/inkscape/src/libnrtype/
H A Done-glyph.h30 char uni_dir; ///< BiDi orientation of the run containing this glyph. member in struct:one_glyph
H A DTextWrapper.cpp270 glyph_text[glyph_length].uni_dir = 1;
271 glyph_text[glyph_length + 1].uni_dir = 1; // set the directionality for the next too, so that the last glyph in
278 glyph_text[glyph_length].uni_dir = 0;
279 glyph_text[glyph_length + 1].uni_dir = 0;
350 if ( glyph_text[i].uni_dir == 0 ) {

Completed in 2718 milliseconds