Searched refs:appendLine (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java281 consumer.appendLine(point[0], point[1]);
309 consumer.appendLine(point[2], point[3]);
341 consumer.appendLine(point[4], point[5]);
535 r.appendLine(point[0], point[1]);
564 r.appendLine(point[2], point[3]);
597 r.appendLine(point[4], point[5]);
678 r.appendLine((float) (x+dx1), (float) (y+dy1));
679 r.appendLine((float) (x+dx1+dx2), (float) (y+dy1+dy2));
680 r.appendLine((float) (x+dx2), (float) (y+dy2));
690 r.appendLine((floa
801 public void appendLine(float x1, float y1) { method in class:DuctusRenderingEngine.FillAdapter
[all...]

Completed in 22 milliseconds