HomeSort by relevance Sort by last modified time
    Searched refs:getCFStringAttributes (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
SimpleFontDataCoreText.cpp 34 CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, FontOrientation orientation) const
GlyphPageTreeNodeMac.cpp 90 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(0, fontData->hasVerticalGlyphs() ? Vertical : Horizontal)));
ComplexTextControllerCoreText.mm 205 stringAttributes.adoptCF(CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, fontData->getCFStringAttributes(m_font.typesettingFeatures(), fontData->platformData().orientation())));
213 stringAttributes = fontData->getCFStringAttributes(m_font.typesettingFeatures(), fontData->platformData().orientation());
SimpleFontDataMac.mm 433 ProviderInfo info = { characters, length, getCFStringAttributes(0, platformData().orientation()) };
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.h 177 CFDictionaryRef getCFStringAttributes(TypesettingFeatures, FontOrientation) const;

Completed in 138 milliseconds