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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 40 typedef const struct __CTLine * CTLineRef;
150 Vector<RetainPtr<CTLineRef> > m_coreTextLines;
ComplexTextControllerCoreText.mm 39 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
215 RetainPtr<CTLineRef> line;
SimpleFontDataCoreText.cpp 128 RetainPtr<CTLineRef> line(AdoptCF, CTLineCreateWithAttributedString(attributedString.get()));
SimpleFontDataMac.mm 66 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
435 RetainPtr<CTLineRef> line(AdoptCF, CTLineCreateWithUniCharProvider(&provideStringAndAttributes, 0, &info));
  /external/chromium_org/ui/gfx/
render_text_mac.h 78 base::ScopedCFTypeRef<CTLineRef> line_;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 648 CTLineRef line = NULL;
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 678 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
    [all...]

Completed in 305 milliseconds