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

/ast/src/lib/libtk/generic/
H A DtkCanvText.c24 typedef struct TextLine { struct
43 } TextLine; typedef in typeref:struct:TextLine
72 TextLine *linePtr; /* Pointer to array of structures describing
516 TextLine *linePtr;
569 * here guarantees that there's a TextLine for the last
628 * Create the new TextLine array and fill it in using the geometry
633 textPtr->linePtr = (TextLine *) ckalloc((unsigned)
634 (numLines * sizeof(TextLine)));
725 TextLine *linePtr;
1077 TextLine *linePt
[all...]

Completed in 28 milliseconds