Searched refs:characterWidths (Results 1 – 5 of 5) sorted by relevance
119 void AbstractInlineTextBox::characterWidths(Vector<float>& widths) const in characterWidths() function in WebCore::AbstractInlineTextBox124 m_inlineTextBox->characterWidths(widths); in characterWidths()
81 void characterWidths(Vector<float>&) const;
166 void characterWidths(Vector<float>&) const;
1467 void InlineTextBox::characterWidths(Vector<float>& widths) const in characterWidths() function in WebCore::InlineTextBox
95 m_inlineTextBox->characterWidths(widths); in textCharacterOffsets()