Lines Matching defs:shape
14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) {
17 SkASSERT(shape.style().isSimpleFill());
18 SkASSERT(shape.hasUnstyledKey());
19 int shapeKeySize = shape.unstyledKeySize();
22 shape.writeUnstyledKey(&fKey[1]);
25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) {
28 SkASSERT(shape.style().isSimpleFill());
29 SkASSERT(shape.hasUnstyledKey());
42 int shapeKeySize = shape.unstyledKeySize();
49 shape.writeUnstyledKey(&fKey[5]);