Searched refs:CTRunRef (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | ComplexTextController.h | 39 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, …
|
D | GlyphPageTreeNodeMac.cpp | 111 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r)); in fill()
|
D | ComplexTextControllerCoreText.mm | 96 ComplexTextController::ComplexTextRun::ComplexTextRun(CTRunRef ctRun, const SimpleFontData* fontDat… 249 …CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, m_run.ltr() ? r : runCount…
|
D | SimpleFontDataMac.mm | 439 CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r));
|
/external/chromium_org/ui/gfx/ |
D | render_text_mac.h | 54 CTRunRef ct_run;
|
D | render_text_mac.cc | 265 CTRunRef ct_run = in ComputeRuns() 266 base::mac::CFCast<CTRunRef>(CFArrayGetValueAtIndex(ct_runs, i)); in ComputeRuns()
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 241 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-coretext.cc | 652 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()
|