Home | History | Annotate | Download | only in chromium

Lines Matching refs:TextRun

36 #include "TextRun.h"
48 // ComplexTextController walks a TextRun and presents each script run in sequence. A
49 // TextRun is a sequence of code-points with the same embedding level (i.e. they
63 ComplexTextController(const TextRun&, unsigned, const Font*);
68 // setPadding sets a number of pixels to be distributed across the TextRun.
73 // TextRun has been reached.
78 // each word break in the TextRun.
131 static const TextRun& getNormalizedTextRun(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer);
146 OwnPtr<TextRun> m_normalizedRun;
148 const TextRun& m_run;