Lines Matching refs:aTextBaselinePt
6404 const gfx::Point& aTextBaselinePt, in DrawEmphasisMarks() argument
6421 pt = aTextBaselinePt; in DrawEmphasisMarks()
6813 const gfx::Point& aTextBaselinePt, in DrawTextRun() argument
6825 aTextRun->Draw(aRange, aTextBaselinePt, params); in DrawTextRun()
6868 aTextRun->Draw(aRange, aTextBaselinePt, params); in DrawTextRun()
6870 aTextRun->Draw(aRange, aTextBaselinePt, params); in DrawTextRun()
6875 void nsTextFrame::DrawTextRun(Range aRange, const gfx::Point& aTextBaselinePt, in DrawTextRun() argument
6879 ::DrawTextRun(mTextRun, aTextBaselinePt, aRange, aParams, this); in DrawTextRun()
6890 aTextBaselinePt.x + in DrawTextRun()
6897 gfx::Point(hyphenBaselineX, aTextBaselinePt.y), in DrawTextRun()
6904 Range aRange, const gfx::Point& aTextBaselinePt, in DrawTextRunAndDecorations() argument
7025 isInlineReversed ? aTextBaselinePt.y - clipLength : aTextBaselinePt.y; in DrawTextRunAndDecorations()
7030 isInlineReversed ? aTextBaselinePt.x - clipLength : aTextBaselinePt.x; in DrawTextRunAndDecorations()
7069 DrawTextRun(aRange, aTextBaselinePt, aParams); in DrawTextRunAndDecorations()
7073 DrawEmphasisMarks(aParams.context, wm, aTextBaselinePt, aParams.framePt, in DrawTextRunAndDecorations()
7093 void nsTextFrame::DrawText(Range aRange, const gfx::Point& aTextBaselinePt, in DrawText() argument
7105 DrawTextRunAndDecorations(aRange, aTextBaselinePt, aParams, decorations); in DrawText()
7107 DrawTextRun(aRange, aTextBaselinePt, aParams); in DrawText()