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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java89 if (sg2d.strokeState < SunGraphics2D.STROKE_CUSTOM) {
120 if (sg2d.strokeState < SunGraphics2D.STROKE_CUSTOM) {
181 if (sg2d.strokeState == SunGraphics2D.STROKE_CUSTOM ||
182 sg2d.strokeState == SunGraphics2D.STROKE_THINDASHED)
233 if (sg2d.strokeState == SunGraphics2D.STROKE_THIN &&
310 sg2d.strokeState < SunGraphics2D.STROKE_CUSTOM &&
349 if (sg2d.strokeState < SunGraphics2D.STROKE_CUSTOM &&
H A DLoopPipe.java174 if (sg2d.strokeState == sg2d.STROKE_THIN) {
196 if (sg2d.strokeState == sg2d.STROKE_CUSTOM) {
274 boolean thin = (sg2d.strokeState <= sg2d.STROKE_THINDASHED);
292 if (sg2d.strokeState == sg2d.STROKE_THIN) {
H A DBufferedRenderPipe.java511 if (sg2d.strokeState == sg2d.STROKE_THIN) {
535 } else if (sg2d.strokeState < sg2d.STROKE_CUSTOM) {
550 if (sg2d.strokeState == sg2d.STROKE_THIN) {
H A DAAShapePipe.java147 boolean thin = (sg.strokeState <= sg.STROKE_THINDASHED);
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesShapePipe.java71 boolean thin = (sg2d.strokeState <= SunGraphics2D.STROKE_THINDASHED);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java251 if (sg2d.strokeState == SunGraphics2D.STROKE_THIN) {
268 } else if (sg2d.strokeState < SunGraphics2D.STROKE_CUSTOM) {
283 if (sg2d.strokeState == SunGraphics2D.STROKE_THIN) {
H A DXRSurfaceData.java165 } else if (sg2d.strokeState != SunGraphics2D.STROKE_THIN) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java56 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
85 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
125 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
164 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
203 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
235 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
249 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
379 if ((sg2d.strokeState != SunGraphics2D.STROKE_CUSTOM) && (OSXSurfaceData.IsSimpleColor(sg2d.paint))) {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java167 public int strokeState; field in class:SunGraphics2D
1018 strokeState = STROKE_THIN;
1020 strokeState = STROKE_THINDASHED;
1023 strokeState = STROKE_WIDE;
1027 strokeState = STROKE_THIN;
1030 strokeState = STROKE_THIN;
1032 strokeState = STROKE_THINDASHED;
1035 strokeState = STROKE_WIDE;
1102 strokeState = STROKE_THIN;
1104 strokeState
[all...]
H A DSurfaceData.java596 if (sg2d.strokeState != sg2d.STROKE_THIN) {
707 if (sg2d.strokeState != sg2d.STROKE_THIN) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java326 if (sg2d.strokeState == sg2d.STROKE_THIN) {
339 } else if (sg2d.strokeState < sg2d.STROKE_CUSTOM) {
363 if (sg2d.strokeState == sg2d.STROKE_THIN) {
H A DX11SurfaceData.java376 } else if (sg2d.strokeState != sg2d.STROKE_THIN){
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java311 if (sg2d.strokeState == sg2d.STROKE_THIN) {
313 } else if (sg2d.strokeState < sg2d.STROKE_CUSTOM) {
H A DGDIWindowSurfaceData.java200 } else if (sg2d.strokeState != sg2d.STROKE_THIN){
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java500 } else if (sg2d.strokeState != sg2d.STROKE_THIN) {
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java629 } else if (sg2d.strokeState != sg2d.STROKE_THIN) {

Completed in 67 milliseconds