Home
last modified time | relevance | path

Searched refs:Width (Results 176 – 200 of 28837) sorted by relevance

12345678910>>...1154

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dlayout_size.h126 width_ > other.Width() ? width_ : LayoutUnit(other.Width()), in ExpandedTo()
158 Width(), width_float * aspect_ratio.Height() / aspect_ratio.Width()); in FitToAspectRatio()
172 a.SetWidth(a.Width() + b.Width());
178 a.SetWidth(a.Width() - b.Width());
184 a.SetWidth(a.Width() - b.Width());
190 return LayoutSize(a.Width() + b.Width(), a.Height() + b.Height());
194 return LayoutSize(a.Width() + b.Width(), a.Height() + b.Height());
198 return LayoutSize(a.Width() - b.Width(), a.Height() - b.Height());
210 return a.Width() == b.Width() && a.Height() == b.Height();
214 return a.Width() == b.Width() && a.Height() == b.Height();
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/common/chrome/
H A Dmusicplayer.yaml5 Width: 360
12 Width: 330
37 Width: 330
40 Width: 100
48 Width: 50
55 Width: 170
58 Width: 26
69 Width: 26
121 Width: 140
128 Width: 85
[all …]
H A Dassetbrowser.yaml5 Width: 700
20 Width: 160
28 Width: 160
35 Width: 160
56 Width: 160
64 Width: 160
70 Width: 150
78 Width: 150
84 Width: 80
95 Width: 490
[all …]
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfChangeFreq.lfm5 Width = 557
20 Width = 37
28 Width = 24
36 Width = 22
44 Width = 32
52 Width = 25
60 Width = 100
68 Width = 100
100 Width = 75
110 Width = 75
[all …]
H A DfRebuildMembStat.lfm5 Width = 515
19 Width = 51
27 Width = 312
35 Width = 312
43 Width = 309
51 Width = 312
59 Width = 309
67 Width = 70
83 Width = 96
91 Width = 96
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level2/
H A DGeru.hpp21 if( ( x.Height() != 1 && x.Width() != 1 ) || in Geru()
22 ( y.Height() != 1 && y.Width() != 1 ) ) in Geru()
24 const Int xLength = ( x.Width()==1 ? x.Height() : x.Width() ); in Geru()
25 const Int yLength = ( y.Width()==1 ? y.Height() : y.Width() ); in Geru()
30 const Int n = A.Width(); in Geru()
31 const Int incx = ( x.Width()==1 ? 1 : x.LDim() ); in Geru()
52 const Int xLength = ( x.Width()==1 ? x.Height() : x.Width() ); in Geru()
53 const Int yLength = ( y.Width()==1 ? y.Height() : y.Width() ); in Geru()
62 if( x.Width() == 1 && y.Width() == 1 ) in Geru()
80 else if( x.Width() == 1 ) in Geru()
[all …]
/dports/x11-fonts/inconsolata-lgc-ttf/Inconsolata-LGC-16e2c94/
H A DInconsolata-LGC-Italic.sfd87 Width: 600
116 Width: 600
139 Width: 600
181 Width: 600
213 Width: 600
237 Width: 600
258 Width: 600
288 Width: 600
313 Width: 600
345 Width: 600
[all …]
H A DInconsolata-LGC.sfd86 Width: 600
125 Width: 600
149 Width: 600
189 Width: 600
222 Width: 600
247 Width: 600
269 Width: 600
297 Width: 600
320 Width: 600
353 Width: 600
[all …]
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFormConfig.lfm5 Width = 571
18 Width = 571
27 Width = 104
38 Width = 96
48 Width = 104
60 Width = 403
74 Width = 122
82 Width = 75
99 Width = 69
125 Width = 59
[all …]
/dports/cad/alliance/alliance/src/vex/src/
H A Dvexextend.c87 short Width;
105 if ( Expr->WIDTH < Width )
133 Expr->WIDTH = Width;
134 Expr->LEFT = Width - 1;
138 if ( Expr->WIDTH > Width )
170 Expr->WIDTH = Width;
171 Expr->LEFT = Width - 1;
179 if ( Expr->WIDTH < Width )
209 Expr->WIDTH = Width;
237 Expr->WIDTH = Width;
[all …]
/dports/emulators/mess/mame-mame0226/src/emu/
H A Demumem_hem.cpp8 template<int Width, int AddrShift, endianness_t Endian> typename emu::detail::handler_entry_size<Wi… in read()
13 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_read_memory<Width, Addr… in get_ptr()
18 template<int Width, int AddrShift, endianness_t Endian> std::string handler_entry_read_memory<Width in name()
24 template<int Width, int AddrShift, endianness_t Endian> void handler_entry_write_memory<Width, Addr… in write()
40 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_write_memory<Width, Add… in get_ptr()
45 template<int Width, int AddrShift, endianness_t Endian> std::string handler_entry_write_memory<Widt… in name()
54 …mplate<int Width, int AddrShift, endianness_t Endian> typename emu::detail::handler_entry_size<Wid… in read()
59 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_read_memory_bank<Width,… in get_ptr()
64 template<int Width, int AddrShift, endianness_t Endian> std::string handler_entry_read_memory_bank< in name()
86 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_write_memory_bank<Width in get_ptr()
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/
H A Demumem_hem.cpp8 template<int Width, int AddrShift, endianness_t Endian> typename emu::detail::handler_entry_size<Wi… in read()
13 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_read_memory<Width, Addr… in get_ptr()
18 template<int Width, int AddrShift, endianness_t Endian> std::string handler_entry_read_memory<Width in name()
24 template<int Width, int AddrShift, endianness_t Endian> void handler_entry_write_memory<Width, Addr… in write()
40 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_write_memory<Width, Add… in get_ptr()
45 template<int Width, int AddrShift, endianness_t Endian> std::string handler_entry_write_memory<Widt… in name()
54 …mplate<int Width, int AddrShift, endianness_t Endian> typename emu::detail::handler_entry_size<Wid… in read()
59 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_read_memory_bank<Width,… in get_ptr()
64 template<int Width, int AddrShift, endianness_t Endian> std::string handler_entry_read_memory_bank< in name()
86 template<int Width, int AddrShift, endianness_t Endian> void *handler_entry_write_memory_bank<Width in get_ptr()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPkg/Drivers/ArmPciCpuIo2Dxe/
H A DArmPciCpuIo2Dxe.c93 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, in CpuIoCheckParameter() argument
120 if (Width >= EfiCpuIoWidthFifoUint8 && Width <= EfiCpuIoWidthFifoUint64) { in CpuIoCheckParameter()
127 Width = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoCheckParameter()
243 InStride = mInStride[Width]; in CpuMemoryServiceRead()
244 OutStride = mOutStride[Width]; in CpuMemoryServiceRead()
324 InStride = mInStride[Width]; in CpuMemoryServiceWrite()
325 OutStride = mOutStride[Width]; in CpuMemoryServiceWrite()
407 InStride = mInStride[Width]; in CpuIoServiceRead()
408 OutStride = mOutStride[Width]; in CpuIoServiceRead()
493 InStride = mInStride[Width]; in CpuIoServiceWrite()
[all …]
/dports/editors/lazarus/lazarus/test/customdrawn/
H A Dmainform.lfm5 Width = 463
15 Width = 136
52 Width = 65
63 Width = 463
77 Width = 91
88 Width = 91
99 Width = 75
108 Width = 91
119 Width = 91
130 Width = 91
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/customdrawn/
H A Dmainform.lfm5 Width = 463
15 Width = 136
52 Width = 65
63 Width = 463
77 Width = 91
88 Width = 91
99 Width = 75
108 Width = 91
119 Width = 91
130 Width = 91
[all …]
/dports/editors/lazarus-qt5/lazarus/test/customdrawn/
H A Dmainform.lfm5 Width = 463
15 Width = 136
52 Width = 65
63 Width = 463
77 Width = 91
88 Width = 91
99 Width = 75
108 Width = 91
119 Width = 91
130 Width = 91
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/customdrawn/
H A Dmainform.lfm5 Width = 463
15 Width = 136
52 Width = 65
63 Width = 463
77 Width = 91
88 Width = 91
99 Width = 75
108 Width = 91
119 Width = 91
130 Width = 91
[all …]

12345678910>>...1154