Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ emitMoveTo
Method
emitMoveTo
core/src/processing/opengl/LineStroker.java:663–665 ·
view source on GitHub ↗
(int x0, int y0, int c0)
Source
from the content-addressed store, hash-verified
661
}
662
663
private
void
emitMoveTo(
int
x0,
int
y0,
int
c0) {
664
output.moveTo(x0, y0, c0);
665
}
666
667
private
void
emitLineTo(
int
x1,
int
y1,
int
c1) {
668
output.lineTo(x1, y1, c1);
Callers
1
lineToImpl
Method · 0.95
Calls
1
moveTo
Method · 0.45
Tested by
no test coverage detected