Searched refs:getCFStringAttributes (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | SimpleFontDataCoreText.cpp | 34 CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, Font… in getCFStringAttributes() function in WebCore::SimpleFontData
|
D | GlyphPageTreeNodeMac.cpp | 90 …tributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(0, fontDat… in fill()
|
D | ComplexTextControllerCoreText.mm | 205 …F(CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, fontData->getCFStringAttributes(m_font.typ… 213 …stringAttributes = fontData->getCFStringAttributes(m_font.typesettingFeatures(), fontData->platfor…
|
D | SimpleFontDataMac.mm | 432 …ProviderInfo info = { characters, length, getCFStringAttributes(0, platformData().orientation()) };
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | SimpleFontData.h | 165 CFDictionaryRef getCFStringAttributes(TypesettingFeatures, FontOrientation) const;
|