Home
last modified time | relevance | path

Searched refs:ComputeRoundRect (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgralape/
H A Dextended_geometry_functions.inc114 …target.FillPoly(target.ComputeWidePolygon(target.ComputeRoundRect(x1,y1,x2,y2,PSingle(Params^[4])^…
140 …m.AddPolygon(target.ComputeWidePolygon(target.ComputeRoundRect(x1,y1,x2,y2,PSingle(Params^[4])^,PS…
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgralape/
H A Dextended_geometry_functions.inc114 …target.FillPoly(target.ComputeWidePolygon(target.ComputeRoundRect(x1,y1,x2,y2,PSingle(Params^[4])^…
140 …m.AddPolygon(target.ComputeWidePolygon(target.ComputeRoundRect(x1,y1,x2,y2,PSingle(Params^[4])^,PS…
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgradefaultbitmap.pas525 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single = 1): ArrayOfTPointF; overloa… in ComputeRoundRect() function
526 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; options: TRoundRectangleOptions; quality: sin… in ComputeRoundRect() function
2724 DrawPolygonAntialias(BGRAPath.ComputeRoundRect(x,y,x2,y2,rx,ry,options),c,w);
2745 …multi.AddPolygon(ComputeWidePolygon(BGRAPath.ComputeRoundRect(x,y,x2,y2,rx,ry,options),w),pencolor…
2769 multi.AddPolygon(ComputeWidePolygon(ComputeRoundRect(x,y,x2,y2,rx,ry,options),w),penTexture);
2782 DrawPolygonAntialias(BGRAPath.ComputeRoundRect(x,y,x2,y2,rx,ry,options),texture,w);
3072 function TBGRADefaultBitmap.ComputeRoundRect(x1, y1, x2, y2, rx, ry: single; quality: single): Arra… in TBGRADefaultBitmap.ComputeRoundRect() function
3074 result := BGRAPath.ComputeRoundRect(x1,y1,x2,y2,rx,ry,quality);
3077 function TBGRADefaultBitmap.ComputeRoundRect(x1, y1, x2, y2, rx, ry: single; in TBGRADefaultBitmap.ComputeRoundRect() function
3080 Result:= BGRAPath.ComputeRoundRect(x1,y1,x2,y2,rx,ry,options,quality);
H A Dbgrapath.pas277 function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single = 1): ArrayOfTPointF; overload; in ComputeRoundRect() function
278 function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; options: TRoundRectangleOptions; quality: sing… in ComputeRoundRect() function
849 function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single): ArrayOfTPointF; in ComputeRoundRect() function
851 result := ComputeRoundRect(x1,y1,x2,y2,rx,ry,[],quality);
854 function ComputeRoundRect(x1, y1, x2, y2, rx, ry: single; in ComputeRoundRect() function
H A Dbgracanvasgl.pas1636 …FillPolyConvex(ComputeRoundRect(x1+0.5,y1+0.5,x2-0.5,y2-0.5,rx-radiusReduction,ry-radiusReduction,…
1638 Polygons(ComputeRoundRect(x1,y1,x2,y2,rx,ry,options),ABorderColor);
1645 FillPolyConvex(ComputeRoundRect(x,y,x2,y2,rx,ry,options),AFillColor,APixelCenteredCoordinates);
H A Dbgracanvas.pas1295 PolygonF(FBitmap.ComputeRoundRect(x1,y1,x2,y2, dx/2,dy/2, [])) else
1327 …multi.AddPolygon(FBitmap.ComputeWidePolygon(ComputeRoundRect(x1,y1,x2,y2,dx/2,dy/2), Pen.ActualWid…
H A Dbgracustombitmap.inc461 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single = 1): ArrayOfTPointF; overloa…
462 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; options: TRoundRectangleOptions; quality: sin…
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgradefaultbitmap.pas525 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single = 1): ArrayOfTPointF; overloa… in ComputeRoundRect() function
526 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; options: TRoundRectangleOptions; quality: sin… in ComputeRoundRect() function
2724 DrawPolygonAntialias(BGRAPath.ComputeRoundRect(x,y,x2,y2,rx,ry,options),c,w);
2745 …multi.AddPolygon(ComputeWidePolygon(BGRAPath.ComputeRoundRect(x,y,x2,y2,rx,ry,options),w),pencolor…
2769 multi.AddPolygon(ComputeWidePolygon(ComputeRoundRect(x,y,x2,y2,rx,ry,options),w),penTexture);
2782 DrawPolygonAntialias(BGRAPath.ComputeRoundRect(x,y,x2,y2,rx,ry,options),texture,w);
3072 function TBGRADefaultBitmap.ComputeRoundRect(x1, y1, x2, y2, rx, ry: single; quality: single): Arra… in TBGRADefaultBitmap.ComputeRoundRect() function
3074 result := BGRAPath.ComputeRoundRect(x1,y1,x2,y2,rx,ry,quality);
3077 function TBGRADefaultBitmap.ComputeRoundRect(x1, y1, x2, y2, rx, ry: single; in TBGRADefaultBitmap.ComputeRoundRect() function
3080 Result:= BGRAPath.ComputeRoundRect(x1,y1,x2,y2,rx,ry,options,quality);
H A Dbgrapath.pas277 function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single = 1): ArrayOfTPointF; overload; in ComputeRoundRect() function
278 function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; options: TRoundRectangleOptions; quality: sing… in ComputeRoundRect() function
849 function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single): ArrayOfTPointF; in ComputeRoundRect() function
851 result := ComputeRoundRect(x1,y1,x2,y2,rx,ry,[],quality);
854 function ComputeRoundRect(x1, y1, x2, y2, rx, ry: single; in ComputeRoundRect() function
H A Dbgracanvasgl.pas1636 …FillPolyConvex(ComputeRoundRect(x1+0.5,y1+0.5,x2-0.5,y2-0.5,rx-radiusReduction,ry-radiusReduction,…
1638 Polygons(ComputeRoundRect(x1,y1,x2,y2,rx,ry,options),ABorderColor);
1645 FillPolyConvex(ComputeRoundRect(x,y,x2,y2,rx,ry,options),AFillColor,APixelCenteredCoordinates);
H A Dbgracanvas.pas1295 PolygonF(FBitmap.ComputeRoundRect(x1,y1,x2,y2, dx/2,dy/2, [])) else
1327 …multi.AddPolygon(FBitmap.ComputeWidePolygon(ComputeRoundRect(x1,y1,x2,y2,dx/2,dy/2), Pen.ActualWid…
H A Dbgracustombitmap.inc461 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; quality: single = 1): ArrayOfTPointF; overloa…
462 …function ComputeRoundRect(x1,y1,x2,y2,rx,ry: single; options: TRoundRectangleOptions; quality: sin…