Searched refs:rclBox (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uemf.c | 486 \param rclBox bounding rectangle 497 PU_RECTL rclBox, 514 center->x = ((float)(rclBox->left + rclBox->right ))/2.0; 515 center->y = ((float)(rclBox->top + rclBox->bottom))/2.0; 516 size->x = (float)(rclBox->right - rclBox->left ); 517 size->y = (float)(rclBox->bottom - rclBox 496 emr_arc_points_common( PU_RECTL rclBox, PU_POINTL ArcStart, PU_POINTL ArcEnd, int *f1, int f2, PU_PAIRF center, PU_PAIRF start, PU_PAIRF end, PU_PAIRF size ) argument 2941 U_EMR_CORE4_set(uint32_t iType, U_RECTL rclBox) argument 3060 U_EMR_CORE9_set(uint32_t iType, U_RECTL rclBox, U_POINTL ptlStart, U_POINTL ptlEnd) argument 4003 U_EMRROUNDRECT_set( const U_RECTL rclBox, const U_SIZEL szlCorner ) argument 4029 U_EMRARC_set( const U_RECTL rclBox, const U_POINTL ptlStart, const U_POINTL ptlEnd ) argument 4045 U_EMRCHORD_set( const U_RECTL rclBox, const U_POINTL ptlStart, const U_POINTL ptlEnd ) argument 4061 U_EMRPIE_set( const U_RECTL rclBox, const U_POINTL ptlStart, const U_POINTL ptlEnd ) argument 4216 U_EMRARCTO_set( U_RECTL rclBox, U_POINTL ptlStart, U_POINTL ptlEnd ) argument [all...] |
H A D | uemf.h | 2490 U_RECTL rclBox; //!< bounding rectangle in logical units member in struct:__anon174 2503 U_RECTL rclBox; //!< bounding rectangle in logical units member in struct:__anon175 2514 U_RECTL rclBox; //!< bounding rectangle in logical units member in struct:__anon176 3353 int emr_arc_points_common(PU_RECTL rclBox, PU_POINTL ArcStart, PU_POINTL ArcEnd, 3518 char *U_EMRELLIPSE_set(const U_RECTL rclBox); 3519 char *U_EMRRECTANGLE_set(const U_RECTL rclBox); 3520 char *U_EMRROUNDRECT_set(const U_RECTL rclBox, const U_SIZEL szlCorner); 3521 char *U_EMRARC_set(const U_RECTL rclBox, const U_POINTL ptlStart, const U_POINTL ptlEnd); 3522 char *U_EMRCHORD_set(const U_RECTL rclBox, const U_POINTL ptlStart, const U_POINTL ptlEnd); 3523 char *U_EMRPIE_set(const U_RECTL rclBox, cons [all...] |
H A D | uemf_endian.c | 589 rectl_swap(&(pEmr->rclBox),1); // rclBox 645 rectl_swap(&(pEmr->rclBox),1); // rclBox 1116 rectl_swap(&(pEmr->rclBox),1); // rclBox
|
H A D | uemf_print.c | 738 printf(" rclBox: "); rectl_print(pEmr->rclBox); printf("\n"); 805 printf(" rclBox: "); rectl_print(pEmr->rclBox); printf("\n"); 1457 printf(" rclBox: "), rectl_print(pEmr->rclBox ); printf("\n");
|
H A D | uwmf.c | 748 U_RECTL rclBox; local 750 rclBox.left = rclBox16.left; 751 rclBox.top = rclBox16.top; 752 rclBox.right = rclBox16.right; 753 rclBox.bottom = rclBox16.bottom; 758 return emr_arc_points_common(&rclBox, &ArcStart, &ArcEnd, f1, f2, center, start, end, size);
|
H A D | uwmf.h | 2406 int wmr_arc_points(U_RECT16 rclBox, U_POINT16 ArcStart, U_POINT16 ArcEnd,
|
/inkscape/src/extension/internal/ |
H A D | emf-inout.cpp | 2581 U_RECTL rclBox = pEmr->rclBox; local 2583 double cx = pix_to_x_point( d, (rclBox.left + rclBox.right)/2.0, (rclBox.bottom + rclBox.top)/2.0 ); 2584 double cy = pix_to_y_point( d, (rclBox.left + rclBox.right)/2.0, (rclBox.bottom + rclBox [all...] |
Completed in 118 milliseconds