Home
last modified time | relevance | path

Searched refs:rclBox (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenemf.c2041 ftohl(em_ar.rclBox.left), ftohl(em_ar.rclBox.top),
2042 ftohl(em_ar.rclBox.right), ftohl(em_ar.rclBox.bottom));
2075 ftohl(em_ch.rclBox.left), ftohl(em_ch.rclBox.top),
2076 ftohl(em_ch.rclBox.right), ftohl(em_ch.rclBox.bottom));
2111 ftohl(em_el.rclBox.left), ftohl(em_el.rclBox.top),
2112 ftohl(em_el.rclBox.right), ftohl(em_el.rclBox.bottom));
2134 ftohl(em_el.rclBox.left), ftohl(em_el.rclBox.top),
2135 ftohl(em_el.rclBox.right), ftohl(em_el.rclBox.bottom));
2858 ftohl(em_rt.rclBox.left), ftohl(em_rt.rclBox.top),
2859 ftohl(em_rt.rclBox.right), ftohl(em_rt.rclBox.bottom));
[all …]
H A Dgenemf.h956 RECTL rclBox; /* Inclusive-inclusive bounding rectangle */ member
962 RECTL rclBox; /* Inclusive-inclusive bounding rectangle */ member
969 RECTL rclBox; /* Inclusive-inclusive bounding rectangle */ member
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenemf.c2057 ftohl(em_ar.rclBox.left), ftohl(em_ar.rclBox.top), in arcoutline()
2058 ftohl(em_ar.rclBox.right), ftohl(em_ar.rclBox.bottom)); in arcoutline()
2091 ftohl(em_ch.rclBox.left), ftohl(em_ch.rclBox.top), in arcinterior()
2092 ftohl(em_ch.rclBox.right), ftohl(em_ch.rclBox.bottom)); in arcinterior()
2127 ftohl(em_el.rclBox.left), ftohl(em_el.rclBox.top), in circle()
2128 ftohl(em_el.rclBox.right), ftohl(em_el.rclBox.bottom)); in circle()
2150 ftohl(em_el.rclBox.left), ftohl(em_el.rclBox.top), in ellipse()
2151 ftohl(em_el.rclBox.right), ftohl(em_el.rclBox.bottom)); in ellipse()
2878 ftohl(em_rt.rclBox.left), ftohl(em_rt.rclBox.top), in rect()
2879 ftohl(em_rt.rclBox.right), ftohl(em_rt.rclBox.bottom)); in rect()
[all …]
H A Dgenemf.h959 RECTL rclBox; /* Inclusive-inclusive bounding rectangle */ member
965 RECTL rclBox; /* Inclusive-inclusive bounding rectangle */ member
972 RECTL rclBox; /* Inclusive-inclusive bounding rectangle */ member
/dports/graphics/libemf/libemf-1.0.13/libemf/
H A Dlibemf.h2938 rclBox.left = left; in EMRARC()
2941 rclBox.top = top; in EMRARC()
2975 Arc( dc, rclBox.left, rclBox.top, rclBox.right, rclBox.bottom, in execute()
3014 rclBox.left = left; in EMRARCTO()
3017 rclBox.top = top; in EMRARCTO()
3051 ArcTo( dc, rclBox.left, rclBox.top, rclBox.right, rclBox.bottom, in execute()
3084 rclBox.left = left; in EMRRECTANGLE()
3087 rclBox.top = top; in EMRRECTANGLE()
3117 Rectangle( dc, rclBox.left, rclBox.top, rclBox.right, rclBox.bottom ); in execute()
3151 rclBox.top = top; in EMRELLIPSE()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libuemf/
H A Duemf.c514 center->x = ((float)(rclBox->left + rclBox->right ))/2.0; in emr_arc_points_common()
515 center->y = ((float)(rclBox->top + rclBox->bottom))/2.0; in emr_arc_points_common()
516 size->x = (float)(rclBox->right - rclBox->left ); in emr_arc_points_common()
517 size->y = (float)(rclBox->bottom - rclBox->top ); in emr_arc_points_common()
3068 ((PU_EMRARC) record)->rclBox = rclBox; in U_EMR_CORE9_set()
3979 const U_RECTL rclBox in U_EMRELLIPSE_set() argument
3991 const U_RECTL rclBox in U_EMRRECTANGLE_set() argument
4015 ((PU_EMRROUNDRECT) record)->rclBox = rclBox; in U_EMRROUNDRECT_set()
4325 const U_RECTL rclBox in U_EMRFILLPATH_set() argument
4341 const U_RECTL rclBox in U_EMRSTROKEANDFILLPATH_set() argument
[all …]
H A Duemf.h2501 U_RECTL rclBox; //!< bounding rectangle in logical units member
2514 U_RECTL rclBox; //!< bounding rectangle in logical units member
2525 U_RECTL rclBox; //!< bounding rectangle in logical units member
3364 int emr_arc_points_common(PU_RECTL rclBox, PU_POINTL ArcStart, PU_POINTL ArcEnd,
3529 char *U_EMRELLIPSE_set(const U_RECTL rclBox);
3530 char *U_EMRRECTANGLE_set(const U_RECTL rclBox);
3531 char *U_EMRROUNDRECT_set(const U_RECTL rclBox, const U_SIZEL szlCorner);
3534 char *U_EMRPIE_set(const U_RECTL rclBox, const U_POINTL ptlStart, const U_POINTL ptlEnd);
3549 char *U_EMRFILLPATH_set(const U_RECTL rclBox);
3550 char *U_EMRSTROKEANDFILLPATH_set(const U_RECTL rclBox);
[all …]
H A Duwmf.c748 U_RECTL rclBox; in wmr_arc_points() local
750 rclBox.left = rclBox16.left; in wmr_arc_points()
751 rclBox.top = rclBox16.top; in wmr_arc_points()
752 rclBox.right = rclBox16.right; in wmr_arc_points()
753 rclBox.bottom = rclBox16.bottom; in wmr_arc_points()
758 return emr_arc_points_common(&rclBox, &ArcStart, &ArcEnd, f1, f2, center, start, end, size); in wmr_arc_points()
H A Duemf_print.c738 printf(" rclBox: "); rectl_print(pEmr->rclBox); printf("\n"); in core4_print()
805 printf(" rclBox: "); rectl_print(pEmr->rclBox); printf("\n"); in core9_print()
1457 printf(" rclBox: "), rectl_print(pEmr->rclBox ); printf("\n"); in U_EMRROUNDRECT_print()
H A Duemf_endian.c589 rectl_swap(&(pEmr->rclBox),1); // rclBox in core4_swap()
645 rectl_swap(&(pEmr->rclBox),1); // rclBox in core9_swap()
1116 rectl_swap(&(pEmr->rclBox),1); // rclBox in U_EMRROUNDRECT_swap()
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynGdiPlus.pas2094 NormalizeRect(PEMRRectangle(Rec)^.rclBox);
2096 with PEMRRectangle(Rec)^.rclBox do
2098 with PEMRRectangle(Rec)^.rclBox do
2103 NormalizeRect(rclBox);
2105 Ref.gdip.AddPathArc(path,rclBox.Left,rclBox.Top,szlCorner.cx,szlCorner.cy,180,90);
2106 … Ref.gdip.AddPathArc(path,rclBox.Right-szlCorner.cx,rclBox.Top,szlCorner.cx,szlCorner.cy,270,90);
2107 …Ref.gdip.AddPathArc(path,rclBox.Right-szlCorner.cx,rclBox.Bottom-szlCorner.cy,szlCorner.cx,szlCorn…
2108 … Ref.gdip.AddPathArc(path,rclBox.Left,rclBox.Bottom-szlCorner.cy,szlCorner.cx,szlCorner.cy,90,90);
2117 NormalizeRect(PEMREllipse(Rec)^.rclBox);
2119 with PEMREllipse(Rec)^.rclBox do
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Demf-inout.cpp2606 U_RECTL rclBox = pEmr->rclBox; in myEnhMetaFileProc() local
2608 …double cx = pix_to_x_point( d, (rclBox.left + rclBox.right)/2.0, (rclBox.bottom + rclBox.top)/2.0 … in myEnhMetaFileProc()
2609 …double cy = pix_to_y_point( d, (rclBox.left + rclBox.right)/2.0, (rclBox.bottom + rclBox.top)/2.0 … in myEnhMetaFileProc()
2610 double rx = pix_to_abs_size( d, std::abs(rclBox.right - rclBox.left )/2.0 ); in myEnhMetaFileProc()
2611 double ry = pix_to_abs_size( d, std::abs(rclBox.top - rclBox.bottom)/2.0 ); in myEnhMetaFileProc()
2634 U_RECTL rc = pEmr->rclBox; in myEnhMetaFileProc()
2653 U_RECTL rc = pEmr->rclBox; in myEnhMetaFileProc()
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwingdi.h1393 RECTL rclBox; member
1510 RECTL rclBox; member
1800 RECTL rclBox; member
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwingdi.h1981 RECTL rclBox; member
2076 RECTL rclBox; member
2309 RECTL rclBox; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwingdi.h1514 RECTL rclBox; member
1631 RECTL rclBox; member
1921 RECTL rclBox; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwingdi.h1514 RECTL rclBox; member
1631 RECTL rclBox; member
1921 RECTL rclBox; member
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2424 RECTL rclBox;
2739 RECTL rclBox;
3071 RECTL rclBox;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2424 RECTL rclBox;
2739 RECTL rclBox;
3071 RECTL rclBox;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2423 RECTL rclBox;
2738 RECTL rclBox;
3070 RECTL rclBox;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2424 RECTL rclBox;
2739 RECTL rclBox;
3071 RECTL rclBox;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2423 RECTL rclBox;
2738 RECTL rclBox;
3070 RECTL rclBox;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2423 RECTL rclBox;
2738 RECTL rclBox;
3070 RECTL rclBox;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2423 RECTL rclBox;
2738 RECTL rclBox;
3070 RECTL rclBox;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2423 RECTL rclBox;
2738 RECTL rclBox;
3070 RECTL rclBox;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dwingdi.d2423 RECTL rclBox;
2738 RECTL rclBox;
3070 RECTL rclBox;

12345678