Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ emitLineTo
Method
emitLineTo
core/src/processing/opengl/LineStroker.java:667–669 ·
view source on GitHub ↗
(int x1, int y1, int c1)
Source
from the content-addressed store, hash-verified
665
}
666
667
private
void
emitLineTo(
int
x1,
int
y1,
int
c1) {
668
output.lineTo(x1, y1, c1);
669
}
670
671
private
void
emitLineTo(
int
x1,
int
y1,
int
c1, boolean rev) {
672
if
(rev) {
Callers
5
drawRoundJoin
Method · 0.95
drawMiter
Method · 0.95
lineToImpl
Method · 0.95
close
Method · 0.95
finish
Method · 0.95
Calls
2
ensureCapacity
Method · 0.95
lineTo
Method · 0.45
Tested by
no test coverage detected