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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 39 typedef const struct __CTRun * CTRunRef;
78 static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange)
104 ComplexTextRun(CTRunRef, const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange);
SimpleFontDataCoreText.cpp 144 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r));
ComplexTextControllerCoreText.mm 96 ComplexTextController::ComplexTextRun::ComplexTextRun(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange)
249 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, m_run.ltr() ? r : runCount - 1 - r));
SimpleFontDataMac.mm 443 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r));
  /external/chromium_org/ui/gfx/
render_text_mac.h 54 CTRunRef ct_run;
render_text_mac.cc 267 CTRunRef ct_run =
268 base::mac::CFCast<CTRunRef>(CFArrayGetValueAtIndex(ct_runs, i));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 692 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i);
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 690 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i);
    [all...]

Completed in 1566 milliseconds