Searched defs:ShapeDataKey (Results 1 – 2 of 2) sorted by relevance
23 class ShapeDataKey; variable
53 class ShapeDataKey { class55 ShapeDataKey() {} in ShapeDataKey() function in ShapeDataKey56 ShapeDataKey(const ShapeDataKey& that) { *this = that; } in ShapeDataKey() function in ShapeDataKey57 ShapeDataKey(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in ShapeDataKey() function in ShapeDataKey58 ShapeDataKey(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in ShapeDataKey() function in ShapeDataKey