Lines Matching refs:strokeStyle
1095 strokeStyle = [0.8, 0.8, 0.8, 1.0],
6478 strokeStyle: curContext.strokeStyle, property
6872 uniformf(programObject2D, "color", strokeStyle);
7089 uniformf(programObject2D, "color", strokeStyle);
7331 strokeStyle = p.color.toGLArray(color);
7340 curContext.strokeStyle = p.color.toString(currentStrokeColor);
7420 uniformf(programObject2D, "color", strokeStyle);
7494 vert[9] = strokeStyle[0];
7495 vert[10] = strokeStyle[1];
7496 vert[11] = strokeStyle[2];
7497 vert[12] = strokeStyle[3];
8612 uniformf(programObject2D, "color", strokeStyle);
8739 uniformf(programObject2D, "color", strokeStyle);
8914 vert[9] = strokeStyle[0];
8915 vert[10] = strokeStyle[1];
8916 vert[11] = strokeStyle[2];
8917 vert[12] = strokeStyle[3];