Lines Matching full:shape
19 * Represents a geometric shape (rrect or path) and the GrStyle that it should be rendered with.
22 * path effect from the style. In this case the resulting shape will include any remaining
26 * when styling information is applied to produce a new shape then the style has been converted
27 * to geometric information and is included in the new shape's key. When the same style is applied
127 * Returns a shape that has either applied the path effect or path effect and stroking
128 * information from this shape's style to its geometry. Scale is used when approximating the
156 * If the unstyled shape is a straight line segment, returns true and sets pts to the endpoints.
207 * non-empty shape.
212 * Gets the bounds of the geometry without reflecting the shape's styling. This ignores
218 * Gets the bounds of the geometry reflecting the shape's styling (ignoring inverse fill
224 * Is this shape known to be convex, before styling is applied. An unclosed but otherwise
322 * Gets the size of the key for the shape represented by this GrShape (ignoring its styling).
323 * A negative value is returned if the shape has no key (shouldn't be cached).
332 * for this shape.
383 * Determines the key we should inherit from the input shape's geometry and style when
384 * we are applying the style to create a new shape.