Searched refs:rtLine (Results 1 – 2 of 2) sorted by relevance
84 CFX_RectF rtLine = GetRectWithoutRotate(); in RenderWidget() local86 XFA_RectWidthoutMargin(rtLine, mgWidget); in RenderWidget()88 GetRectFromHand(rtLine, lineObj.GetHand(), fLineWidth); in RenderWidget()90 if (lineObj.GetSlope() && rtLine.right() > 0.0f && rtLine.bottom() > 0.0f) in RenderWidget()91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
80 CFX_RectF rtLine; in GetCharIndex() local90 rtLine = pPiece->rtPiece; in GetCharIndex()97 rtLine.Union(pPiece->rtPiece); in GetCharIndex()101 NormalizePt2Rect(ptF, rtLine, kTolerance); in GetCharIndex()