Searched refs:aRun (Results 1 – 7 of 7) sorted by relevance
45 public void AddRun (final Run<TokenType> aRun) in AddRun() argument47 maRuns.add(aRun); in AddRun()48 mnWidth += aRun.GetWidth(); in AddRun()49 if (aRun.GetHeight() > mnHeight) in AddRun()50 mnHeight = aRun.GetHeight(); in AddRun()51 aRun.SetLine(this); in AddRun()53 if (aRun.GetStreamOffset() >= 0) in AddRun()56 mnStartOffset = aRun.GetStreamOffset(); in AddRun()58 if (mnEndOffset < aRun.GetStreamEndOffset()) in AddRun()59 mnEndOffset = aRun.GetStreamEndOffset(); in AddRun()[all …]
86 for (final Run<TokenType> aRun : aLine) in paintComponent()89 if (aRun == maRunUnderMouse) in paintComponent()91 else if (aRun == maHighlightedErrorRun) in paintComponent()95 aRun.Paint( in paintComponent()101 nX += aRun.GetWidth(); in paintComponent()202 final Run<TokenType> aRun = aLine.GetRunForX(aEvent.getX() - mnTextStart); in mouseMoved() local203 SetRunUnderMouse(aRun); in mouseMoved()217 final Run<TokenType> aRun = aRunIterator.next(); in UpdateHighlightedLine() local218 if (aRun.IsGroup()) in UpdateHighlightedLine()219 HighlightGroup(aRun); in UpdateHighlightedLine()[all …]
59 final Run<TokenType> aRun = new Run<TokenType>(sText, eTokenType, aStyle, nOffset); in AddText() local62 maCurrentLine.AddRun(aRun); in AddText()70 aRun.SetGroupParent(maCurrentGroup); in AddText()71 maCurrentGroup = aRun; in AddText()75 aRun.SetGroupParent(maCurrentGroup); in AddText()76 maLastRun = aRun; in AddText()
152 public void SetGroupEnd (final Run<TokenType> aRun) in SetGroupEnd() argument154 maGroupEnd = aRun; in SetGroupEnd()
106 B2DPolygon aRun; in clipPolygonOnParallelAxis() local118 … if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis()120 aRun.append(aEdge.getStartPoint()); in clipPolygonOnParallelAxis()125 … aRun.appendBezierSegment(aEdge.getControlPointA(), aEdge.getControlPointB(), aEdge.getEndPoint()); in clipPolygonOnParallelAxis()129 aRun.append(aEdge.getEndPoint()); in clipPolygonOnParallelAxis()134 if(bStroke && aRun.count()) in clipPolygonOnParallelAxis()136 aRetval.append(aRun); in clipPolygonOnParallelAxis()137 aRun.clear(); in clipPolygonOnParallelAxis()142 if(aRun.count()) in clipPolygonOnParallelAxis()152 …if(aStartPolygon.count() && aStartPolygon.getB2DPoint(0).equal(aRun.getB2DPoint(aRun.count() - 1))) in clipPolygonOnParallelAxis()[all …]
129 final Run<TokenType> aRun = aView.GetRun(aException.Location.getCharacterOffset()); in AddSemanticInformation()130 if (aRun != null) in AddSemanticInformation()132 aView.MarkError(aRun); in AddSemanticInformation()133 aRun.SetToolTipText( in AddSemanticInformation()139 aView.ShowRun(aRun); in AddSemanticInformation()
47 BasicRuntime aRun = BasicRuntimeAccess::GetRuntime(); \50 aErrLn = aRun.GetLine(); \52 aErrLn, aRun.GetCol1(), aRun.GetCol2()); \