Home
last modified time | relevance | path

Searched defs:ShapeDataKey (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.h23 class ShapeDataKey; variable
DGrSmallPathRenderer.cpp53 class ShapeDataKey { class
55 ShapeDataKey() {} in ShapeDataKey() function in ShapeDataKey
56 ShapeDataKey(const ShapeDataKey& that) { *this = that; } in ShapeDataKey() function in ShapeDataKey
57 ShapeDataKey(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in ShapeDataKey() function in ShapeDataKey
58 ShapeDataKey(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in ShapeDataKey() function in ShapeDataKey