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

/inkscape/src/extension/internal/
H A Dtext_reassemble.c1736 int current,idx,taln; local
1750 taln = tsp->taln;
1829 if( taln & ALIHORI & ALILEFT ){
1833 else if( taln & ALIHORI & ALICENTER){
1837 else{ /* taln & ALIHORI & ALIRIGHT */
1853 if( taln & ALIVERT & ALITOP ){ tpi->chunks[current].y += fasc; }
1854 else if( taln & ALIVERT & ALIBASE){ } /* no correction required */
1855 else{ /* taln & ALIVERT & ALIBOT */
2769 tsp.boff = 0.0; /* offset to baseline from LL corner of bounding rectangle, changes with fs and taln*/
[all...]
H A Dtext_reassemble.h186 int taln; /**< text alignment with respect to x,y */ member in struct:__anon70
H A Dwmf-inout.cpp1548 tsp.boff = 0.0; /* offset to baseline from LL corner of bounding rectangle, changes with fs and taln*/
1550 tsp.taln = ALILEFT + ALIBASE;
2606 tsp.taln = ((d->dc[d->level].textAlign & U_TA_CENTER) == U_TA_CENTER) ? ALICENTER :
2609 tsp.taln |= ((d->dc[d->level].textAlign & U_TA_BASEBIT) ? ALIBASE :
H A Demf-inout.cpp1637 tsp.boff = 0.0; /* offset to baseline from LL corner of bounding rectangle, changes with fs and taln*/
1639 tsp.taln = ALILEFT + ALIBASE;
3175 tsp.taln = ((d->dc[d->level].textAlign & U_TA_CENTER) == U_TA_CENTER) ? ALICENTER :
3178 tsp.taln |= ((d->dc[d->level].textAlign & U_TA_BASEBIT) ? ALIBASE :

Completed in 41 milliseconds