Home
last modified time | relevance | path

Searched defs:pts (Results 1 – 25 of 39) sorted by relevance

12

/reactos/sdk/include/psdk/
H A Dgdiplusmatrix.h187 TransformPoints(Point *pts, INT count) in TransformPoints()
193 TransformPoints(PointF *pts, INT count) in TransformPoints()
199 TransformVectors(Point *pts, INT count) in TransformVectors()
205 TransformVectors(PointF *pts, INT count) in TransformVectors()
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dmapdesc.cc356 REAL *pts, int uorder, int ustride, int vorder, int vstride ) in xformAndCullCheck()
393 Mapdesc::cullCheck( REAL *pts, int uorder, int ustride, int vorder, int vstride ) in cullCheck()
425 Mapdesc::cullCheck( REAL *pts, int order, int stride ) in cullCheck()
454 Mapdesc::xformSampling( REAL *pts, int order, int stride, REAL *sp, int outstride ) in xformSampling()
472 Mapdesc::xformCulling( REAL *pts, int order, int stride, REAL *cp, int outstride ) in xformCulling()
484 Mapdesc::xformCulling( REAL *pts, in xformCulling()
499 Mapdesc::xformSampling( REAL *pts, in xformSampling()
508 Mapdesc::xformBounding( REAL *pts, in xformBounding()
519 REAL * pts, in xformMat()
541 Mapdesc::xformMat( Maxmatrix mat, REAL *pts, in xformMat()
[all …]
H A Dbin.cc157 TrimVertex *pts = jarc->pwlArc->pts; in listBezier() local
H A Darc.h87 inline TrimVertex * pts() { return pwlArc->pts; } in pts() function
H A Dbackend.cc107 REAL *pts, /* control points */ in surfpts()
543 REAL *pts, /* control points */ in curvpts()
H A Dsubdivider.cc177 Subdivider::addArc( int npts, TrimVertex *pts, long _nuid ) in addArc()
881 TrimVertex *pts = jarc->pwlArc->pts; in tessellate() local
/reactos/win32ss/gdi/gdi32/wine/
H A Dpath.c212 static BOOL pathdrv_PolyBezierTo( PHYSDEV dev, const POINT *pts, DWORD cbPoints ) in pathdrv_PolyBezierTo()
224 static BOOL pathdrv_PolyBezier( PHYSDEV dev, const POINT *pts, DWORD cbPoints ) in pathdrv_PolyBezier()
236 static BOOL pathdrv_PolyDraw( PHYSDEV dev, const POINT *pts, const BYTE *types, DWORD cbPoints ) in pathdrv_PolyDraw()
248 static BOOL pathdrv_Polyline( PHYSDEV dev, const POINT *pts, INT count ) in pathdrv_Polyline()
260 static BOOL pathdrv_PolylineTo( PHYSDEV dev, const POINT *pts, INT count ) in pathdrv_PolylineTo()
272 static BOOL pathdrv_Polygon( PHYSDEV dev, const POINT *pts, INT count ) in pathdrv_Polygon()
284 static BOOL pathdrv_PolyPolygon( PHYSDEV dev, const POINT* pts, const INT* counts, UINT polygons ) in pathdrv_PolyPolygon()
296 static BOOL pathdrv_PolyPolyline( PHYSDEV dev, const POINT* pts, const DWORD* counts, DWORD polylin… in pathdrv_PolyPolyline()
H A Denhmetafile.c1046 POINT *pts = HeapAlloc( GetProcessHeap(), 0, in PlayEnhMetaFileRecord() local
1062 POINT *pts = HeapAlloc( GetProcessHeap(), 0, in PlayEnhMetaFileRecord() local
1078 POINT *pts = HeapAlloc( GetProcessHeap(), 0, in PlayEnhMetaFileRecord() local
1094 POINT *pts = HeapAlloc( GetProcessHeap(), 0, in PlayEnhMetaFileRecord() local
1110 POINT *pts = HeapAlloc( GetProcessHeap(), 0, in PlayEnhMetaFileRecord() local
1128 const POINTS *pts = (const POINTS *)(pPolyPoly->aPolyCounts + pPolyPoly->nPolys); in PlayEnhMetaFileRecord() local
1146 const POINTS *pts = (const POINTS *)(pPolyPoly->aPolyCounts + pPolyPoly->nPolys); in PlayEnhMetaFileRecord() local
1163 POINT *pts = HeapAlloc(GetProcessHeap(), 0, pPolyDraw16->cpts * sizeof(POINT)); in PlayEnhMetaFileRecord() local
2079 POINT pts[3]; in PlayEnhMetaFileRecord() local
H A Demfdrv.c311 BOOL EMFDRV_PolyBezier( WINEDC *dc, const POINT *pts, DWORD count ) in EMFDRV_PolyBezier()
317 BOOL EMFDRV_PolyBezierTo( WINEDC *dc, const POINT *pts, DWORD count ) in EMFDRV_PolyBezierTo()
337 BOOL EMFDRV_PolyDraw( WINEDC *dc, const POINT *pts, in EMFDRV_PolyDraw()
H A Demfdc.c571 static BOOL can_use_short_points( const POINT *pts, UINT count ) in can_use_short_points()
582 static void *store_points( POINTL *dest, const POINT *pts, UINT count, BOOL short_points ) in store_points()
604 static void get_points_bounds( RECTL *bounds, const POINT *pts, UINT count, WINEDC *dc_attr ) in get_points_bounds()
893 BOOL EMFDC_PolyBezier( WINEDC *dc_attr, const POINT *pts, DWORD count ) in EMFDC_PolyBezier()
898 BOOL EMFDC_PolyBezierTo( WINEDC *dc_attr, const POINT *pts, DWORD count ) in EMFDC_PolyBezierTo()
964 BOOL EMFDC_PolyDraw( WINEDC *dc_attr, const POINT *pts, const BYTE *types, DWORD count ) in EMFDC_PolyDraw()
1258 const ULONG *pts = (const ULONG *)grad_array; in EMFDC_GradientFill() local
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DsampledLine.cc82 sampledLine::sampledLine(Int n_points, Real2 pts[]) in sampledLine()
116 void sampledLine::init(Int n_points, Real2 *pts) in init()
/reactos/win32ss/gdi/gdi32/wine/mfdrv/
H A Dgraphics.c147 POINTS *pts; in MFDRV_Polyline() local
170 POINTS *pts; in MFDRV_Polygon() local
196 POINTS *pts; in MFDRV_PolyPolygon() local
428 BOOL MFDRV_PolyBezier( PHYSDEV dev, const POINT *pts, DWORD count ) in MFDRV_PolyBezier()
438 BOOL MFDRV_PolyBezierTo( PHYSDEV dev, const POINT *pts, DWORD count ) in MFDRV_PolyBezierTo()
/reactos/dll/win32/gdiplus/
H A Dmatrix.c363 GpStatus WINGDIPAPI GdipTransformMatrixPoints(GpMatrix *matrix, GpPointF *pts, in GdipTransformMatrixPoints()
386 GpStatus WINGDIPAPI GdipTransformMatrixPointsI(GpMatrix *matrix, GpPoint *pts, INT count) in GdipTransformMatrixPointsI()
445 GpStatus WINGDIPAPI GdipVectorTransformMatrixPoints(GpMatrix *matrix, GpPointF *pts, INT count) in GdipVectorTransformMatrixPoints()
467 GpStatus WINGDIPAPI GdipVectorTransformMatrixPointsI(GpMatrix *matrix, GpPoint *pts, INT count) in GdipVectorTransformMatrixPointsI()
H A Dgdiplus.c379 void calc_curve_bezier(const GpPointF *pts, REAL tension, REAL *x1, in calc_curve_bezier()
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dgraphics.c39 static BOOL can_use_short_points( const POINT *pts, UINT count ) in can_use_short_points()
50 static void *store_points( POINTL *dest, const POINT *pts, UINT count, BOOL short_points ) in store_points()
73 static void get_points_bounds( RECTL *bounds, const POINT *pts, UINT count, HDC hdc ) in get_points_bounds()
617 BOOL EMFDRV_PolyBezier( PHYSDEV dev, const POINT *pts, DWORD count )
625 BOOL EMFDRV_PolyBezierTo( PHYSDEV dev, const POINT *pts, DWORD count )
710 BOOL EMFDRV_PolyDraw( PHYSDEV dev, const POINT *pts, const BYTE *types, DWORD count )
1038 const ULONG *pts = (const ULONG *)grad_array; local
H A Ddc.c704 static BOOL emfpathdrv_PolyBezier( PHYSDEV dev, const POINT *pts, DWORD count ) in emfpathdrv_PolyBezier()
716 static BOOL emfpathdrv_PolyBezierTo( PHYSDEV dev, const POINT *pts, DWORD count ) in emfpathdrv_PolyBezierTo()
728 static BOOL emfpathdrv_PolyDraw( PHYSDEV dev, const POINT *pts, const BYTE *types, DWORD count ) in emfpathdrv_PolyDraw()
740 static BOOL emfpathdrv_PolyPolygon( PHYSDEV dev, const POINT *pts, const INT *counts, UINT polygons… in emfpathdrv_PolyPolygon()
752 static BOOL emfpathdrv_PolyPolyline( PHYSDEV dev, const POINT *pts, const DWORD *counts, DWORD poly… in emfpathdrv_PolyPolyline()
764 static BOOL emfpathdrv_Polygon( PHYSDEV dev, const POINT *pts, INT count ) in emfpathdrv_Polygon()
776 static BOOL emfpathdrv_Polyline( PHYSDEV dev, const POINT *pts, INT count ) in emfpathdrv_Polyline()
788 static BOOL emfpathdrv_PolylineTo( PHYSDEV dev, const POINT *pts, INT count ) in emfpathdrv_PolylineTo()
/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp166 POINTS pts = { 0x2222, 0x3333 }; in SHPropertyBag_ReadTest() local
302 POINTS pts = { 0x2222, 0x3333 }; in SHPropertyBag_WriteTest() local
/reactos/win32ss/gdi/ntgdi/
H A Dpath.c1133 const POINT *pts, in PATH_PolyBezierTo()
1156 const POINT *pts, in PATH_PolyBezier()
1182 const POINT *pts, in PATH_PolyDraw()
1266 const POINT *pts, in PATH_PolylineTo()
1290 const POINT* pts, in PATH_PolyPolygon()
1340 const POINT* pts, in PATH_PolyPolyline()
1383 POINT *pts; in PATH_AddFlatBezier() local
2312 … POINT *pts = ExAllocatePoolWithTag(PagedPool, (curve->cpfx + 1) * sizeof(POINT), TAG_PATH); in PATH_add_outline() local
H A Dline.c438 POINT *pts = ExAllocatePoolWithTag(PagedPool, in IntGdiPolylineTo() local
470 LPPOINT pts; in IntGdiPolyPolyline() local
H A Dregion.c522 POINT pts[NUMPTSTOBUFFER]; member
3052 POINT *pts; in REGION_PtsToRegion() local
3174 const POINT *pts, in REGION_CreateETandAET()
3269 POINT *pts; /* Output buffer */ in REGION_SetPolyPolygonRgn() local
/reactos/modules/rostests/winetests/gdiplus/
H A Dmatrix.c85 GpPointF pts[10]; in test_transform() local
/reactos/dll/opengl/glu32/src/libnurbs/interface/
H A Dglcurveval.cc205 REAL *pts /* control points */ in map1f()
H A Dglsurfeval.cc882 REAL *pts) /* control points */ in map2f()
/reactos/modules/rostests/winetests/gdi32/
H A Dpath.c1864 POINT pts[9] = {{10, 10}, {20, 10}, {10, 20}, {20, 20}, {30, 30}, {40, 20}, in test_all_functions() local
/reactos/dll/cpl/hdwwiz/
H A Dhdwwiz.c437 PWSTR pts; in ProbeListPageDlgProc() local

12