Home
last modified time | relevance | path

Searched refs:fLastLine (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h450 SkPoint fLastLine[2]; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h450 SkPoint fLastLine[2]; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h450 SkPoint fLastLine[2]; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h450 SkPoint fLastLine[2]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkOpContour.cpp84 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
91 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
105 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h449 SkPoint fLastLine[2]; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h450 SkPoint fLastLine[2]; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
H A DSkOpContour.h450 SkPoint fLastLine[2]; variable
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/
H A DLinePainter.java30 private Position fLastLine = new Position(0, 0); field in LinePainter
78 fLastLine.offset = fCurrentLine.offset; in updateHighlightLine()
79 fLastLine.length = fCurrentLine.length; in updateHighlightLine()
80 fLastLine.isDeleted = fCurrentLine.isDeleted; in updateHighlightLine()
175 drawHighlightLine(fLastLine, visibleRegionOffset); in paint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DCursorLinePainter.java50 private Position fLastLine= new Position(0, 0); field in CursorLinePainter
106 fLastLine.offset= fCurrentLine.offset; in updateHighlightLine()
107 fLastLine.length= fCurrentLine.length; in updateHighlightLine()
108 fLastLine.isDeleted= fCurrentLine.isDeleted; in updateHighlightLine()
250 drawHighlightLine(fLastLine); in paint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/
H A DTextViewerGotoLineAction.java52 if (i <= 0 || fLastLine < i) { in isValid()
64 protected int fLastLine; field in TextViewerGotoLineAction
111 fLastLine= document.getLineOfOffset(document.getLength()) + 1; in run()
114 …Messages.TextViewerGotoLineAction_Enter_line_number__8, new Object[] {Integer.valueOf(fLastLine)}); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DGotoLineAction.java81 if (i <= 0 || fLastLine < i) in isValid()
127 private int fLastLine; field in GotoLineAction
206 fLastLine= document.getLineOfOffset(document.getLength()) + 1; in run()
214 …ty.format(fBundle.getString(fPrefix + "dialog.message"), Integer.valueOf(fLastLine)); //$NON-NLS-1$ in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/quickdiff/
H A DQuickDiffRestoreAction.java46 private int fLastLine= -1; field in QuickDiffRestoreAction
116 fLastLine= computeLine(fIsRulerAction); in computeEnablement()
144 return fLastLine; in getLastLine()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/quickdiff/
H A DQuickDiffRestoreAction.java48 private int fLastLine= -1; field in QuickDiffRestoreAction
119 fLastLine= computeLine(fIsRulerAction); in computeEnablement()
147 return fLastLine; in getLastLine()
/dports/lang/nbc/NXT/
H A DuNXTClasses.pas410 fLastLine: integer;
465 property LastLine : integer read fLastLine write fLastLine;