Home
last modified time | relevance | path

Searched refs:SmallPathShapeDataKey (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.h18 class SmallPathShapeDataKey { class
21 SmallPathShapeDataKey(const SmallPathShapeDataKey& that) { in SmallPathShapeDataKey() function in skgpu::v1::SmallPathShapeDataKey
26 SmallPathShapeDataKey& operator=(const SmallPathShapeDataKey&) = delete;
29 SmallPathShapeDataKey(const GrStyledShape&, uint32_t dim);
32 SmallPathShapeDataKey(const GrStyledShape&, const SkMatrix& ctm);
34 bool operator==(const SmallPathShapeDataKey & that) const { in operator ==()
51 SmallPathShapeData(const SmallPathShapeDataKey& key) : fKey(key) {} in SmallPathShapeData()
53 const SmallPathShapeDataKey fKe
[all...]
H A DSmallPathShapeData.cpp14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() function in skgpu::v1::SmallPathShapeDataKey
25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey() function in skgpu::v1::SmallPathShapeDataKey
H A DSmallPathAtlasMgr.h21 class SmallPathShapeDataKey;
79 SmallPathShapeData* findOrCreate(const SmallPathShapeDataKey&);
83 using ShapeCache = SkTDynamicHash<SmallPathShapeData, SmallPathShapeDataKey>;
H A DSmallPathAtlasMgr.cpp84 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const SmallPathShapeDataKey& key) { in findOrCreate()
103 SmallPathShapeDataKey key(shape, desiredDimension); in findOrCreate()
111 SmallPathShapeDataKey key(shape, ctm); in findOrCreate()

Completed in 2 milliseconds