Lines Matching refs:GrShape
8 #include "src/gpu/geometry/GrShape.h"
13 GrShape& GrShape::operator=(const GrShape& shape) {
45 uint32_t GrShape::stateKey() const {
55 bool GrShape::simplifyPath(unsigned flags) {
98 bool GrShape::simplifyArc(unsigned flags) {
151 void GrShape::simplifyRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start,
168 void GrShape::simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start,
202 void GrShape::simplifyLine(const SkPoint& p1, const SkPoint& p2, unsigned flags) {
227 void GrShape::simplifyPoint(const SkPoint& point, unsigned flags) {
239 bool GrShape::simplify(unsigned flags) {
284 bool GrShape::conservativeContains(const SkRect& rect) const {
308 bool GrShape::conservativeContains(const SkPoint& point) const {
325 bool GrShape::closed() const {
343 bool GrShape::convex(bool simpleFill) const {
362 SkRect GrShape::bounds() const {
388 uint32_t GrShape::segmentMask() const {
418 void GrShape::asPath(SkPath* out, bool simpleFill) const {