Lines Matching full:shape
40 Key(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in Key()
41 Key(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in Key()
49 void set(const GrShape& shape, uint32_t dim) { in set()
52 SkASSERT(shape.style().isSimpleFill()); in set()
53 SkASSERT(shape.hasUnstyledKey()); in set()
54 int shapeKeySize = shape.unstyledKeySize(); in set()
57 shape.writeUnstyledKey(&fKey[1]); in set()
60 void set(const GrShape& shape, const SkMatrix& ctm) { in set()
69 SkASSERT(shape.style().isSimpleFill()); in set()
70 SkASSERT(shape.hasUnstyledKey()); in set()
81 int shapeKeySize = shape.unstyledKeySize(); in set()
88 shape.writeUnstyledKey(&fKey[5]); in set()