OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringBegin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
123
static unsigned
stringBegin
(const ComplexTextRun& run) { return run.stringLocation() + run.indexBegin(); }
ComplexTextController.cpp
342
// Finds the run with the lowest
stringBegin
() offset that starts at or
345
// Note that this can't just find a run whose
stringBegin
() equals the
352
unsigned offset =
stringBegin
(*m_complexTextRuns[i]);
379
unsigned firstRunOffset =
stringBegin
(*m_complexTextRuns[0]);
381
unsigned offset =
stringBegin
(*m_complexTextRuns[i]);
Completed in 3404 milliseconds