Lines Matching refs:taln
1736 int current,idx,taln;
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*/
2771 tsp.taln = ALILEFT + ALIBASE;
2849 tsp.taln=0;
2851 case 'L': tsp.taln |= ALILEFT; break;
2852 case 'C': tsp.taln |= ALICENTER; break;
2853 case 'R': tsp.taln |= ALIRIGHT; break;
2857 case 'T': tsp.taln |= ALITOP; break;
2858 case 'L': tsp.taln |= ALIBASE; break;
2859 case 'B': tsp.taln |= ALIBOT; break;