Home
last modified time | relevance | path

Searched refs:attributesDict (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfsplus/
H A DBTHeaderRec.java185 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 Dfontdlg.cpp161 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 Dfontdlg.cpp161 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 DgfxCoreTextShaper.cpp592 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 DgfxCoreTextShaper.cpp593 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 DgfxCoreTextShaper.cpp591 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 DgfxCoreTextShaper.cpp592 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 DgfxCoreTextShaper.cpp696 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 DgfxCoreTextShaper.cpp598 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 DglslfxConfig.cpp608 const VtDictionary& attributesDict = in _GetAttributes() local
610 for (const std::pair<std::string, VtValue>& p : attributesDict) { in _GetAttributes()