Searched defs:tpi (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dtext_reassemble.h236 and TR_LINE these are indices to the actual text in tpi.) */
248 idx refers to the tpi data. otherwise, cxi data */
268 TP_INFO *tpi; /**< Text Info/Position Info storage */ member in struct:__anon77
357 int tpinfo_make_insertable(TP_INFO *tpi);
358 int tpinfo_insert(TP_INFO *tpi, const TCHUNK_SPECS *tsp);
359 TP_INFO *tpinfo_release(TP_INFO *tpi);
H A Dtext_reassemble.c450 TP_INFO *tpi=tri->tpi; local
457 baseline = bri->rects[trec].yll - tpi->chunks[trec].boff;
458 fsp = &(fti->fonts[tpi->chunks[trec].fi_idx]);
461 tmp = tpi->chunks[trec].fs * ((double)fsp->face->bbox.yMax/yheight);
465 tmp = tpi->chunks[trec].fs * ((double)-fsp->face->bbox.yMin/yheight); /* yMin in face is negative */
472 fsp = &(fti->fonts[tpi->chunks[trec].fi_idx]);
475 tmp = tpi->chunks[trec].fs * (((double)fsp->face->bbox.yMax)/yheight);
483 baseline = bri->rects[trec].yll - tpi->chunks[trec].boff;
487 tmp = tpi
532 TP_INFO *tpi = tri->tpi; local
1117 TP_INFO *tpi = tri->tpi; local
1175 TP_INFO *tpi = NULL; local
1192 tpinfo_make_insertable(TP_INFO *tpi) argument
1215 tpinfo_insert(TP_INFO *tpi, const TCHUNK_SPECS *tsp) argument
1236 tpinfo_release(TP_INFO *tpi) argument
1733 TP_INFO *tpi; local
1925 TP_INFO *tpi=tri->tpi; /* Text Info/Position Info storage */ local
2271 TP_INFO *tpi; local
[all...]

Completed in 24 milliseconds