/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfsplus/ |
H A D | BTHeaderRec.java | 185 DictionaryBuilder attributesDict = new DictionaryBuilder(""); in getStructElements() local 186 attributesDict.addFlag("kBTBadClose", attributes, 0, "B-tree was not " + in getStructElements() 188 attributesDict.addFlag("kBTBigKeys", attributes, 1, "B-tree uses big " + in getStructElements() 190 attributesDict.addFlag("kBTVariableIndexKeys", attributes, 2, in getStructElements() 193 db.add("attributes", attributesDict.getResult(), "Attributes"); in getStructElements()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/ |
H A D | fontdlg.cpp | 161 CFDictionaryRef attributesDict ; in wxMacCarbonFontPanelHandler() local 162 …if ( CFDictionaryGetValueIfPresent(dict, kFontPanelAttributesKey, (const void **)&attributesDict) ) in wxMacCarbonFontPanelHandler() 167 …if ( CFDictionaryGetValueIfPresent(attributesDict, kFontPanelAttributeTagsKey, (const void **)&tag… in wxMacCarbonFontPanelHandler() 168 …CFDictionaryGetValueIfPresent(attributesDict, kFontPanelAttributeSizesKey, (const void **)&sizesDa… in wxMacCarbonFontPanelHandler() 169 …CFDictionaryGetValueIfPresent(attributesDict, kFontPanelAttributeValuesKey, (const void **)&values… in wxMacCarbonFontPanelHandler()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/ |
H A D | fontdlg.cpp | 161 CFDictionaryRef attributesDict ; in wxMacCarbonFontPanelHandler() local 162 …if ( CFDictionaryGetValueIfPresent(dict, kFontPanelAttributesKey, (const void **)&attributesDict) ) in wxMacCarbonFontPanelHandler() 167 …if ( CFDictionaryGetValueIfPresent(attributesDict, kFontPanelAttributeTagsKey, (const void **)&tag… in wxMacCarbonFontPanelHandler() 168 …CFDictionaryGetValueIfPresent(attributesDict, kFontPanelAttributeSizesKey, (const void **)&sizesDa… in wxMacCarbonFontPanelHandler() 169 …CFDictionaryGetValueIfPresent(attributesDict, kFontPanelAttributeValuesKey, (const void **)&values… in wxMacCarbonFontPanelHandler()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/ |
H A D | gfxCoreTextShaper.cpp | 592 CFDictionaryRef attributesDict = ::CFDictionaryCreate( in CreateFontFeaturesDescriptor() local 599 ::CTFontDescriptorCreateWithAttributes(attributesDict); in CreateFontFeaturesDescriptor() 600 ::CFRelease(attributesDict); in CreateFontFeaturesDescriptor()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/ |
H A D | gfxCoreTextShaper.cpp | 593 CFDictionaryRef attributesDict = ::CFDictionaryCreate( in CreateFontFeaturesDescriptor() local 600 ::CTFontDescriptorCreateWithAttributes(attributesDict); in CreateFontFeaturesDescriptor() 601 ::CFRelease(attributesDict); in CreateFontFeaturesDescriptor()
|
/dports/www/firefox/firefox-99.0/gfx/thebes/ |
H A D | gfxCoreTextShaper.cpp | 591 CFDictionaryRef attributesDict = ::CFDictionaryCreate( in CreateFontFeaturesDescriptor() local 598 ::CTFontDescriptorCreateWithAttributes(attributesDict); in CreateFontFeaturesDescriptor() 599 ::CFRelease(attributesDict); in CreateFontFeaturesDescriptor()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/ |
H A D | gfxCoreTextShaper.cpp | 592 CFDictionaryRef attributesDict = ::CFDictionaryCreate( in CreateFontFeaturesDescriptor() local 599 ::CTFontDescriptorCreateWithAttributes(attributesDict); in CreateFontFeaturesDescriptor() 600 ::CFRelease(attributesDict); in CreateFontFeaturesDescriptor()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/ |
H A D | gfxCoreTextShaper.cpp | 696 CFDictionaryRef attributesDict = in CreateFontFeaturesDescriptor() local 706 ::CTFontDescriptorCreateWithAttributes(attributesDict); in CreateFontFeaturesDescriptor() 707 ::CFRelease(attributesDict); in CreateFontFeaturesDescriptor()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/ |
H A D | gfxCoreTextShaper.cpp | 598 CFDictionaryRef attributesDict = ::CFDictionaryCreate( in CreateFontFeaturesDescriptor() local 605 ::CTFontDescriptorCreateWithAttributes(attributesDict); in CreateFontFeaturesDescriptor() 606 ::CFRelease(attributesDict); in CreateFontFeaturesDescriptor()
|
/dports/misc/usd/USD-21.11/pxr/imaging/hio/ |
H A D | glslfxConfig.cpp | 608 const VtDictionary& attributesDict = in _GetAttributes() local 610 for (const std::pair<std::string, VtValue>& p : attributesDict) { in _GetAttributes()
|