Lines Matching refs:pattern
1046 <p>DrawGetStrokeDashArray() returns an array representing the pattern of dashes and gaps used to stroke paths (see DrawSetStrokeDashArray). The array must be freed once it is no longer required by the user.</p>
1073 <p>DrawGetStrokeDashOffset() returns the offset into the dash pattern to start the dash.</p>
2308 <p>DrawPopPattern() terminates a pattern definition.</p>
2378 <p>DrawPushPattern() indicates that subsequent commands up to a DrawPopPattern() command comprise the definition of a named pattern. The pattern space is assigned top left corner coordinates, a width and height, and becomes its own drawing space. Anything which can be drawn may be used in a pattern definition. Named patterns may be used as stroke or brush definitions.</p>
2400 <dd>pattern identification for later reference </dd>
2412 <dd>width of pattern space </dd>
2416 <dd>height of pattern space </dd>
2824 <p>DrawSetFillPatternURL() sets the URL to use as a fill pattern for filling objects. Only local URLs ("#identifier") are supported at this time. These local URLs are normally created by defining a named fill pattern with DrawPushPattern/DrawPopPattern.</p>
2845 <dd>URL to use to obtain fill pattern. </dd>
3089 <p>DrawSetStrokePatternURL() sets the pattern used for stroking object outlines.</p>
3110 <dd>URL specifying pattern ID (e.g. "#pattern_id") </dd>
3143 <p>DrawSetStrokeDashArray() specifies the pattern of dashes and gaps used to stroke paths. The stroke dash array represents an array of numbers that specify the lengths of alternating dashes and gaps in pixels. If an odd number of values is provided, then the list of values is repeated to yield an even number of values. To remove an existing dash array, pass a zero number_elements argument and null dasharray. A typical stroke dash array might contain the members 5 3 2.</p>
3174 <p>DrawSetStrokeDashOffset() specifies the offset into the dash pattern to start the dash.</p>