Home | History | Annotate | Download | only in api

Lines Matching refs:outlines

997 <p>DrawGetStrokeAntialias() returns the current stroke antialias setting. Stroked outlines are antialiased by default.  When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used.</p>
1019 <p>DrawGetStrokeColor() returns the color used for stroking object outlines.</p>
1161 <p>DrawGetStrokeOpacity() returns the alpha of stroked object outlines.</p>
1183 <p>DrawGetStrokeWidth() returns the width of the stroke used to draw object outlines.</p>
3062 <p>DrawSetStrokeColor() sets the color used for stroking object outlines.</p>
3089 <p>DrawSetStrokePatternURL() sets the pattern used for stroking object outlines.</p>
3116 <p>DrawSetStrokeAntialias() controls whether stroked outlines are antialiased. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used.</p>
3282 <p>DrawSetStrokeOpacity() specifies the alpha of stroked object outlines.</p>
3309 <p>DrawSetStrokeWidth() sets the width of the stroke used to draw object outlines.</p>