Home
last modified time | relevance | path

Searched defs:aWidth (Results 1 – 25 of 1453) sorted by relevance

12345678910>>...59

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Dgraphics_importer_buffer.cpp36 void GRAPHICS_IMPORTER_BUFFER::AddLine( const VECTOR2D& aStart, const VECTOR2D& aEnd, double aWidth in AddLine()
42 void GRAPHICS_IMPORTER_BUFFER::AddCircle( const VECTOR2D& aCenter, double aRadius, double aWidth, b… in AddCircle()
49 double aAngle, double aWidth ) in AddArc()
55 void GRAPHICS_IMPORTER_BUFFER::AddPolygon( const std::vector< VECTOR2D >& aVertices, double aWidth ) in AddPolygon()
62 double aHeight, double aWidth, double aThickness, double aOrientation, in AddText()
71 const VECTOR2D& aBezierControl2, const VECTOR2D& aEnd , double aWidth ) in AddSpline()
H A Dgraphics_importer_pcbnew.cpp62 …d GRAPHICS_IMPORTER_PCBNEW::AddLine( const VECTOR2D& aOrigin, const VECTOR2D& aEnd, double aWidth ) in AddLine()
78 void GRAPHICS_IMPORTER_PCBNEW::AddCircle( const VECTOR2D& aCenter, double aRadius, double aWidth, b… in AddCircle()
96 double aAngle, double aWidth ) in AddArc()
123 void GRAPHICS_IMPORTER_PCBNEW::AddPolygon( const std::vector< VECTOR2D >& aVertices, double aWidth ) in AddPolygon()
146 double aHeight, double aWidth, double aThickness, double aOrientation, in AddText()
170 const VECTOR2D& BezierControl2, const VECTOR2D& aEnd, double aWidth ) in AddSpline()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmapColorUtils.cpp69 int aWidth, int aHeight) { in RGBFamilyToRGBAFamily()
102 int aWidth, int aHeight) { in RGBAFamilyToRGBFamily()
135 int aWidth) { in YUVFamilyToRGBFamily_Row()
166 int aWidth) { in YUVFamilyToRGBAFamily_Row()
198 int aWidth) { in RGBFamilyToY_Row()
222 int aWidth) { in RGBFamilyToUV_Row()
264 int aWidth) { in RGBAFamilyToY_Row()
288 int aWidth) { in RGBAFamilyToUV_Row()
1755 int aWidth, int aHeight) { in YUV444PToGray8()
1762 int aWidth, int aHeight) { in YUV422PToGray8()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageBitmapColorUtils.cpp150 int aWidth) in YUVFamilyToRGBFamily_Row()
182 int aWidth) in YUVFamilyToRGBAFamily_Row()
420 int aWidth, int aHeight) in RGB24Copy()
526 int aWidth, int aHeight) in NV12ToRGB24()
548 int aWidth, int aHeight) in NV21ToRGB24()
639 int aWidth, int aHeight) in NV12ToBGR24()
661 int aWidth, int aHeight) in NV21ToBGR24()
1660 int aWidth, int aHeight) in RGB24ToHSV()
1670 int aWidth, int aHeight) in BGR24ToHSV()
1700 int aWidth, int aHeight) in HSVToRGB24()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsScriptableRegion.cpp39 NS_IMETHODIMP nsScriptableRegion::SetToRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHeight) in SetToRect()
53 NS_IMETHODIMP nsScriptableRegion::IntersectRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHe… in IntersectRect()
67 NS_IMETHODIMP nsScriptableRegion::UnionRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHeight) in UnionRect()
81 NS_IMETHODIMP nsScriptableRegion::SubtractRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHei… in SubtractRect()
101 NS_IMETHODIMP nsScriptableRegion::GetBoundingBox(int32_t *aX, int32_t *aY, int32_t *aWidth, int32_t… in GetBoundingBox()
117 NS_IMETHODIMP nsScriptableRegion::ContainsRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHei… in ContainsRect()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsScriptableRegion.cpp34 int32_t aWidth, int32_t aHeight) { in SetToRect()
48 int32_t aWidth, in IntersectRect()
62 int32_t aWidth, int32_t aHeight) { in UnionRect()
75 int32_t aWidth, in SubtractRect()
95 int32_t *aWidth, in GetBoundingBox()
108 int32_t aWidth, int32_t aHeight, in ContainsRect()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/pcbnew_utils/
H A Dboard_construction_utils.cpp35 void DrawSegment( FOOTPRINT& aFootprint, const SEG& aSeg, int aWidth, PCB_LAYER_ID aLayer ) in DrawSegment()
49 void DrawPolyline( FOOTPRINT& aFootprint, const std::vector<VECTOR2I>& aPts, int aWidth, in DrawPolyline()
60 double aAngle, int aWidth, PCB_LAYER_ID aLayer ) in DrawArc()
76 int aWidth, PCB_LAYER_ID aLayer ) in DrawRect()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ipc/
H A DSharedDIBSurface.cpp16 bool SharedDIBSurface::Create(HDC adc, uint32_t aWidth, uint32_t aHeight, in Create()
25 bool SharedDIBSurface::Attach(Handle aHandle, uint32_t aWidth, uint32_t aHeight, in Attach()
34 void SharedDIBSurface::InitSurface(uint32_t aWidth, uint32_t aHeight, in InitSurface()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ipc/
H A DSharedDIBSurface.cpp16 bool SharedDIBSurface::Create(HDC adc, uint32_t aWidth, uint32_t aHeight, in Create()
25 bool SharedDIBSurface::Attach(Handle aHandle, uint32_t aWidth, uint32_t aHeight, in Attach()
34 void SharedDIBSurface::InitSurface(uint32_t aWidth, uint32_t aHeight, in InitSurface()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ipc/
H A DSharedDIBSurface.cpp16 SharedDIBSurface::Create(HDC adc, uint32_t aWidth, uint32_t aHeight, in Create()
28 SharedDIBSurface::Attach(Handle aHandle, uint32_t aWidth, uint32_t aHeight, in Attach()
40 SharedDIBSurface::InitSurface(uint32_t aWidth, uint32_t aHeight, in InitSurface()
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DViewer2dSamples.cxx230 Standard_Integer aWidth = 0, aHeight = 0, anOffset = 0; in RectagularLineGrid2dSample() local
241 Standard_Integer aWidth = 0, aHeight = 0, anOffset = 0; in RectagularPointGrid2dSample() local
252 Standard_Integer aWidth = 0, aHeight = 0, anOffset = 0; in CircularLineGrid2dSample() local
263 Standard_Integer aWidth = 0, aHeight = 0, anOffset = 0; in CircularPointGrid2dSample() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) in alloc()
22 T** alloc(const int aWidth,const int aHeight) in alloc()

12345678910>>...59