Lines Matching full:xpos
1399 static inline unsigned textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, int xPos, bool isFixedPitch, bool collapseWhiteSpace)
1402 return text->width(from, len, font, xPos);
1403 return font.width(TextRun(text->characters() + from, len, !collapseWhiteSpace, xPos));