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

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

Completed in 516 milliseconds