Home
last modified time | relevance | path

Searched defs:ResPool (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DToolStripPainter.cs36 protected SystemResPool ResPool { get { return ThemeEngine.Current.ResPool; } } property in System.Windows.Forms.Theming.Default.ToolStripPainter
H A DButtonPainter.cs40 protected SystemResPool ResPool { get { return ThemeEngine.Current.ResPool; } } property in System.Windows.Forms.Theming.Default.ButtonPainter
H A DTabControlPainter.cs37 protected SystemResPool ResPool { get { return ThemeEngine.Current.ResPool; } } property in System.Windows.Forms.Theming.Default.TabControlPainter
H A DRadioButtonPainter.cs40 protected SystemResPool ResPool { get { return ThemeEngine.Current.ResPool; } } property in System.Windows.Forms.Theming.Default.RadioButtonPainter
H A DCheckBoxPainter.cs40 protected SystemResPool ResPool { get { return ThemeEngine.Current.ResPool; } } property in System.Windows.Forms.Theming.Default.CheckBoxPainter
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/shared/
H A Dehw_resources_pool.cpp26 ResPool::ResPool(VideoCORE& core) in ResPool() function in MfxEncodeHW::ResPool
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c908 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
977 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c870 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice()
939 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTheme.cs193 internal SystemResPool ResPool = new SystemResPool (); field in System.Windows.Forms.Theme