Lines Matching defs:element
432 element that uses the largest font. This will definitely give the wrong
518 element that uses the largest font. This will definitely give the wrong
1285 \param element pointer to the BRECT_SPECS structure
1287 int brinfo_insert(BR_INFO *bri, const BRECT_SPECS *element){
1291 memcpy(&(bri->rects[bri->used]),element,sizeof(BRECT_SPECS));
1298 \brief Merge BRECT_SPEC element src into/with BRECT_SPEC element dst. src is unchanged. (Merge two bounding rectangles.)
2373 Not until the last element in the second complex is added will the bounding rectangles for the complexes overlap.
2375 Check for this effect now if there is a preceding complex and the first element of the current complex is
2380 tspi = &(tpi->chunks[ kidp->members[kidp->used - 1] ]); /* here, the last text element in preceding complex */
2381 tspj = &(tpi->chunks[ kidc->members[0 ] ]); /* here, tge first text element in current complex */
2409 The direction of the line is set by the first text element. The ends of runs of elements which are
2430 tspi = &tpi->chunks[csp->kids.members[0]]; /* used here as last tsp. no kerning is applied to the first element */