Searched defs:dashphase (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderingEngine.java181 * @param dashphase the initial dash phase as per {@code BasicStroke}
191 float dashphase);
404 float dashphase)
413 "dashphase = "+dashphase+")");
416 dashes, dashphase);
185 createStrokedShape(Shape src, float width, int caps, int join, float miterlimit, float dashes[], float dashphase) argument
398 createStrokedShape(Shape src, float width, int caps, int join, float miterlimit, float dashes[], float dashphase) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java55 * @param dashphase the initial dash phase as per {@code BasicStroke}
65 float dashphase)
77 dashphase,
249 float dashphase,
308 dashphase = (float)(scale * dashphase);
360 pc2d = new Dasher(pc2d, dashes, dashphase);
59 createStrokedShape(Shape src, float width, int caps, int join, float miterlimit, float dashes[], float dashphase) argument
241 strokeTo(Shape src, AffineTransform at, float width, NormMode normalize, int caps, int join, float miterlimit, float dashes[], float dashphase, PathConsumer2D pc2d) argument
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java84 float dashphase)
99 dasher.setDash(dashes, dashphase);
78 createStrokedShape(Shape src, float width, int caps, int join, float miterlimit, float dashes[], float dashphase) argument

Completed in 26 milliseconds