Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataCoreText.cpp43 CFMutableDictionaryRef mutableAttributes = (CFMutableDictionaryRef)attributesDictionary.get(); in getCFStringAttributes() local
45 CFDictionarySetValue(mutableAttributes, kCTFontAttributeName, platformData().ctFont()); in getCFStringAttributes()
50 CFDictionarySetValue(mutableAttributes, kCTKernAttributeName, zeroKerningValue); in getCFStringAttributes()
57 CFDictionarySetValue(mutableAttributes, kCTLigatureAttributeName, essentialLigaturesValue); in getCFStringAttributes()
61 CFDictionarySetValue(mutableAttributes, kCTVerticalFormsAttributeName, kCFBooleanTrue); in getCFStringAttributes()