OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNormalizedTextRun
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h
131
static const TextRun&
getNormalizedTextRun
(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer);
ComplexTextControllerLinux.cpp
51
, m_run(
getNormalizedTextRun
(run, m_normalizedRun, m_normalizedBuffer))
347
const TextRun& ComplexTextController::
getNormalizedTextRun
(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer)
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp
506
static const TextRun&
getNormalizedTextRun
(const TextRun& originalRun,
543
, m_run(
getNormalizedTextRun
(run, m_normalizedRun, m_normalizedBuffer))
[
all
...]
Completed in 32 milliseconds