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

/inkscape/src/extension/internal/
H A Dtext_reassemble.h120 TR_TEXT, /**< simple text object */ enumerator in enum:tr_classes
235 for TR_TEXT or TR_LINE complexes also in cxi. For TR_TEXT
247 CHILD_SPECS kids; /**< immediate child nodes of this complex, for type TR_TEXT the
H A Dtext_reassemble.c429 If the complex is a TR_TEXT or TR_LINE find its baseline.
455 case TR_TEXT:
515 If the complex is a TR_TEXT or TR_LINE find its baseline.
1036 \brief Insert a complex into the CX_INFO structure. (Insert may be either TR_TEXT or TR_LINE.)
1041 \param type TR_TEXT (index is for tpi->chunks[]) or TR_LINE (index is for cxi->kids[])
1136 if(csp->type == TR_TEXT || csp->type == TR_LINE){
1962 jdx = csp->kids.members[j]; /* index of phase1 complex (all are TR_TEXT or TR_LINE) */
2034 jdx = csp->kids.members[j]; /* index of phase1 complex (all are TR_TEXT or TR_LINE) */
2098 It may be either TR_TEXT or TR_LINE */
2104 jdx = csp->kids.members[j]; /* index of phase1 complex (all are TR_TEXT o
[all...]

Completed in 706 milliseconds