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

/inkscape/src/extension/internal/
H A Dtext_reassemble.h219 } BRECT_SPECS; typedef in typeref:struct:__anon72
225 BRECT_SPECS *rects; /**< bounding rectangles */
363 int brinfo_insert(BR_INFO *bri, const BRECT_SPECS *element);
H A Dtext_reassemble.c1118 BRECT_SPECS *bsp;
1270 BRECT_SPECS *tmp;
1274 tmp = (BRECT_SPECS *) realloc(bri->rects, bri->space * sizeof(BRECT_SPECS) );
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));
1344 BRECT_SPECS *br_dst;
1345 BRECT_SPECS *br_src;
1421 BRECT_SPECS *br_ds
[all...]

Completed in 26 milliseconds