MCPcopy 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

drawRoundJoinMethod · 0.95
drawMiterMethod · 0.95
lineToImplMethod · 0.95
closeMethod · 0.95
finishMethod · 0.95

Calls 2

ensureCapacityMethod · 0.95
lineToMethod · 0.45

Tested by

no test coverage detected