Home
last modified time | relevance | path

Searched refs:CTRunRef (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h39 typedef const struct __CTRun * CTRunRef; typedef
77 …static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UCh… in create()
103 …ComplexTextRun(CTRunRef, const SimpleFontData*, const UChar* characters, unsigned stringLocation, …
DGlyphPageTreeNodeMac.cpp111 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r)); in fill()
DComplexTextControllerCoreText.mm96 ComplexTextController::ComplexTextRun::ComplexTextRun(CTRunRef ctRun, const SimpleFontData* fontDat…
249CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, m_run.ltr() ? r : runCount…
DSimpleFontDataMac.mm439 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r));
/external/chromium_org/ui/gfx/
Drender_text_mac.h54 CTRunRef ct_run;
Drender_text_mac.cc265 CTRunRef ct_run = in ComputeRuns()
266 base::mac::CFCast<CTRunRef>(CFArrayGetValueAtIndex(ct_runs, i)); in ComputeRuns()
/external/harfbuzz_ng/src/
Dhb-coretext.cc241 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-coretext.cc652 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()