Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderCombineText

22 #include "RenderCombineText.h"
30 RenderCombineText::RenderCombineText(Node* node, PassRefPtr<StringImpl> string)
38 void RenderCombineText::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
49 void RenderCombineText::setTextInternal(PassRefPtr<StringImpl> text)
56 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
67 void RenderCombineText::adjustTextOrigin(FloatPoint& textOrigin, const FloatRect& boxRect) const
73 void RenderCombineText::charactersToRender(int start, const UChar*& characters, int& length) const
84 void RenderCombineText::combineText()